summaryrefslogtreecommitdiffstats
path: root/3rdparty/PEAR/FixPHP5PEARWarnings.php
blob: be5dc3ce707c3e06189b89395819ae49edbab19c (plain)
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);
}
?>