ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
FixPHP5PEARWarnings.php
Go to the documentation of this file.
1 <?php
2 if ($skipmsg) {
3  $a = &new $ec($code, $mode, $options, $userinfo);
4 } else {
5  $a = &new $ec($message, $code, $mode, $options, $userinfo);
6 }
7 ?>