Welcome to mirror list, hosted at ThFree Co, Russian Federation.

FixPHP5PEARWarnings.php « PEAR « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32807c29057d25dcd03a1f5ce8f834aabcef4240 (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);
}
?>