Browse Source

- Made error handler not output anything if error was not in error_reporting() mask

PHP-5.1
Timm Friebe 21 years ago
parent
commit
5eb673d1cb
  1. 1
      ext/sybase_ct/tests/index.php

1
ext/sybase_ct/tests/index.php

@ -80,6 +80,7 @@
E_WARNING => 'Warning'
);
if (!(error_reporting() & $errno)) return;
printf(
"\n%s: %s in %s on line %d\n",
$names[$errno],

Loading…
Cancel
Save