Blame view

sources/3rdparty/PEAR/FixPHP5PEARWarnings.php 153 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?php
  if ($skipmsg) {
      $a = &new $ec($code, $mode, $options, $userinfo);
  } else {
      $a = &new $ec($message, $code, $mode, $options, $userinfo);
  }
  ?>