Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dbug74408.phpt8 public function error_handler($errno, $errstr, $errfile, $errline) {
17 set_error_handler('ErrorHandling::error_handler');
23 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
25 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
27 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in Unk…
31 #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 Dbug63206.phpt2 Bug #63206 Fully support error_handler stacking, even inside the error_handler
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
8 set_error_handler('error_handler');
H A Dbug63206_1.phpt2 Bug #63206 Fully support error_handler stacking, even with null
H A Dbug76025.phpt2 Bug #76025 (Segfault while throwing exception in error_handler)
/PHP-7.4/ext/intl/tests/
H A Dtimezone_hasSameRules_error.phpt11 function error_handler($errno, $errstr, $errfile, $errline)
16 set_error_handler("error_handler");
/PHP-7.4/tests/lang/
H A Dbug25547.phpt2 Bug #25547 (error_handler and array index with function call)
H A Dbug25922.phpt2 Bug #25922 (SEGV in error_handler when context is destroyed)
/PHP-7.4/ext/spl/tests/
H A Dbug79710.phpt2 Bug #79710: Reproducible segfault in error_handler during GC involved an SplFileObject
/PHP-7.4/ext/phar/tests/
H A Dcreate_path_error.phpt22 function error_handler($errno, $errmsg)
27 set_error_handler('error_handler');
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c193 ZEND_ARG_INFO(0, error_handler)
1627 zval *error_handler; in ZEND_FUNCTION() local
1630 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &error_handler, &error_type) == FAILURE) { in ZEND_FUNCTION()
1634 if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()
1635 if (!zend_is_callable(error_handler, 0, NULL)) { in ZEND_FUNCTION()
1636 zend_string *error_handler_name = zend_get_callable_name(error_handler); in ZEND_FUNCTION()
1651 if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()
1656 ZVAL_COPY(&EG(user_error_handler), error_handler); in ZEND_FUNCTION()
/PHP-7.4/
H A DNEWS858 . Fixed bug #79710 (Reproducible segfault in error_handler during GC

Completed in 30 milliseconds