Home
last modified time | relevance | path

Searched refs:set_error_handler (Results 126 – 150 of 169) sorted by relevance

1234567

/PHP-8.0/ext/oci8/tests/
H A Dconnect_scope_try6.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
/PHP-8.0/Zend/tests/
H A Dbug72101.phpt62 set_error_handler(function() {
H A Dcompound_assign_failure.phpt23 set_error_handler(function($type, $msg) { throw new Exception($msg); });
/PHP-8.0/ext/intl/tests/
H A Dcalendar_before_after_error.phpt18 set_error_handler('eh');
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php77 function set_error_handler(?callable $callback, int $error_levels = E_ALL) {} function
H A Dzend_builtin_functions_arginfo.h245 ZEND_FUNCTION(set_error_handler);
307 ZEND_FE(set_error_handler, arginfo_set_error_handler)
/PHP-8.0/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt8 set_error_handler('test_error_handler');
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug72294.phpt75 $oldErrorHandler = set_error_handler(
/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt16 set_error_handler('test_error_handler');
/PHP-8.0/ext/openssl/tests/
H A Dbug74159.phpt71 set_error_handler(function ($errno, $errstr) {
/PHP-8.0/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_001.phpt13 set_error_handler('test_error_handler');
H A Dis_subclass_of_variation_004.phpt13 set_error_handler('test_error_handler');
H A Dmethod_exists_variation_001.phpt12 set_error_handler('test_error_handler');
H A Dget_class_methods_variation_001.phpt8 set_error_handler('test_error_handler');
/PHP-8.0/ext/iconv/tests/
H A Diconv_mime_decode.phpt13 set_error_handler('my_error_handler');
/PHP-8.0/ext/pcntl/tests/
H A D002.phpt50 set_error_handler(function($errno, $errstr) { echo "Error triggered\n"; }, E_WARNING);
/PHP-8.0/ext/phar/tests/
H A Dcreate_path_error.phpt27 set_error_handler('error_handler');
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt11 set_error_handler('handle_catchable_fatal');
H A Dmysqli_fetch_object.phpt12 set_error_handler('handle_catchable_fatal');
/PHP-8.0/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt14 set_error_handler('test_error_handler');
H A Darray_multisort_variation3.phpt14 set_error_handler('test_error_handler');
H A Darray_multisort_variation2.phpt14 set_error_handler('test_error_handler');
/PHP-8.0/ext/standard/tests/general_functions/
H A Dtype.phpt10 set_error_handler("foo");
/PHP-8.0/ext/spl/tests/
H A Dclass_implements_variation1.phpt15 set_error_handler('test_error_handler');
H A Dclass_uses_variation1.phpt15 set_error_handler('test_error_handler');

Completed in 37 milliseconds

1234567