Searched refs:error_handler (Results 1 – 14 of 14) sorted by relevance
/PHP-7.3/Zend/tests/ |
H A D | bug74408.phpt | 8 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 D | bug48004.phpt | 5 function error_handler($errno, $errstr, $errfile, $errline, $errcontext) { 14 set_error_handler("error_handler");
|
H A D | bug67314.phpt | 10 function error_handler() { return false; } 12 set_error_handler('error_handler');
|
H A D | bug63206.phpt | 2 Bug #63206 Fully support error_handler stacking, even inside the error_handler
|
H A D | nowdoc_015.phpt | 5 function error_handler($num, $msg, $file, $line, $vars) { 8 set_error_handler('error_handler');
|
H A D | bug63206_1.phpt | 2 Bug #63206 Fully support error_handler stacking, even with null
|
H A D | bug76025.phpt | 2 Bug #76025 (Segfault while throwing exception in error_handler)
|
/PHP-7.3/ext/intl/tests/ |
H A D | timezone_hasSameRules_error.phpt | 11 function error_handler($errno, $errstr, $errfile, $errline) 16 set_error_handler("error_handler");
|
/PHP-7.3/tests/lang/ |
H A D | bug25922.phpt | 2 Bug #25922 (SEGV in error_handler when context is destroyed)
|
H A D | bug25547.phpt | 2 Bug #25547 (error_handler and array index with function call)
|
/PHP-7.3/ext/spl/tests/ |
H A D | bug79710.phpt | 2 Bug #79710: Reproducible segfault in error_handler during GC involved an SplFileObject
|
/PHP-7.3/ext/phar/tests/ |
H A D | create_path_error.phpt | 22 function error_handler($errno, $errmsg) 27 set_error_handler('error_handler');
|
/PHP-7.3/Zend/ |
H A D | zend_builtin_functions.c | 188 ZEND_ARG_INFO(0, error_handler) 1647 zval *error_handler; in ZEND_FUNCTION() local 1650 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &error_handler, &error_type) == FAILURE) { in ZEND_FUNCTION() 1654 if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION() 1655 if (!zend_is_callable(error_handler, 0, NULL)) { in ZEND_FUNCTION() 1656 zend_string *error_handler_name = zend_get_callable_name(error_handler); in ZEND_FUNCTION() 1671 if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION() 1676 ZVAL_COPY(&EG(user_error_handler), error_handler); in ZEND_FUNCTION()
|
/PHP-7.3/ |
H A D | NEWS | 302 . Fixed bug #79710 (Reproducible segfault in error_handler during GC 2121 . Fixed bug #76025 (Segfault while throwing exception in error_handler).
|
Completed in 41 milliseconds