help.verua.ch/include/pear/PEAR/FixPHP5PEARWarnings.php

7 lines
154 B
PHP
Raw Permalink Normal View History

2026-01-05 08:46:20 +01:00
<?php
if ($skipmsg) {
$a = &new $ec($code, $mode, $options, $userinfo);
} else {
$a = &new $ec($message, $code, $mode, $options, $userinfo);
}
?>