Home
last modified time | relevance | path

Searched refs:error_handler (Results 1 – 11 of 11) sorted by relevance

/PHP-7.1/Zend/tests/
H A Dbug74408.phpt12 public function error_handler($errno, $errstr, $errfile, $errline) {
21 set_error_handler('ErrorHandling::error_handler');
27 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
29 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
31 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in Unk…
35 #0 [internal function]: ErrorHandling::error_handler(8192, 'Non-static meth...', '%s', %d, Array)
H A Dbug48004.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $errcontext) {
14 set_error_handler("error_handler");
H A Dbug67314.phpt10 function error_handler() { return false; }
12 set_error_handler('error_handler');
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
8 set_error_handler('error_handler');
H A Dbug76025.phpt2 Bug #76025 (Segfault while throwing exception in error_handler)
/PHP-7.1/ext/intl/tests/
H A Dtimezone_hasSameRules_error.phpt11 function error_handler($errno, $errstr, $errfile, $errline)
16 set_error_handler("error_handler");
/PHP-7.1/tests/lang/
H A Dbug25922.phpt2 Bug #25922 (SEGV in error_handler when context is destroyed)
H A Dbug25547.phpt2 Bug #25547 (error_handler and array index with function call)
/PHP-7.1/ext/phar/tests/
H A Dcreate_path_error.phpt23 function error_handler($errno, $errmsg)
28 set_error_handler('error_handler');
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c215 ZEND_ARG_INFO(0, error_handler) in ZEND_END_ARG_INFO()
1759 zval *error_handler; in ZEND_FUNCTION() local
1763 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &error_handler, &error_type) == FAILURE) { in ZEND_FUNCTION()
1767 if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()
1768 if (!zend_is_callable(error_handler, 0, &error_handler_name)) { in ZEND_FUNCTION()
1784 if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()
1789 ZVAL_COPY(&EG(user_error_handler), error_handler); in ZEND_FUNCTION()
/PHP-7.1/
H A DNEWS446 . Fixed bug #76025 (Segfault while throwing exception in error_handler).

Completed in 30 milliseconds