Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/standard/tests/class_object/
H A Dget_parent_class_variation_002.phpt12 set_error_handler('test_error_handler');
/PHP-8.0/Zend/tests/
H A Dclosure_061.phpt78 set_error_handler(function($errno, $errstr) {
H A Doperator_unsupported_types.phpt39 set_error_handler(function($errno, $errstr) {
/PHP-8.0/ext/opcache/tests/opt/
H A Dinference_001.phpt25 $obj->prop1 = set_error_handler(function () {
/PHP-8.0/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
H A Dscalar_return_basic_64bit.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
H A Dscalar_basic.phpt10 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
/PHP-8.0/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt29 set_error_handler("foo");
H A Dgettype_settype_variation8.phpt29 set_error_handler("foo");
H A Dgettype_settype_variation6.phpt29 set_error_handler("foo");
H A Dgettype_settype_variation7.phpt29 set_error_handler("foo");
H A Dgettype_settype_basic.phpt19 set_error_handler("foo");
H A Dgettype_settype_variation2.phpt33 set_error_handler("foo");
H A Dgettype_settype_variation3.phpt27 set_error_handler("foo");
H A Dgettype_settype_variation4.phpt29 set_error_handler("foo");
/PHP-8.0/ext/iconv/tests/
H A Diconv_mime_encode.phpt13 set_error_handler('my_error_handler');
/PHP-8.0/ext/dom/tests/
H A Dbug28721.phpt51 set_error_handler("err_handler", E_WARNING);
/PHP-8.0/Zend/
H A Dzend_builtin_functions.c1177 ZEND_FUNCTION(set_error_handler) in ZEND_FUNCTION() argument
/PHP-8.0/
H A Drun-tests.php1743set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline) use ($worke…

Completed in 54 milliseconds

1234567