Searched refs:error_handler (Results 1 – 11 of 11) sorted by relevance
/PHP-7.2/Zend/tests/ |
H A D | bug74408.phpt | 12 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 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 | nowdoc_015.phpt | 5 function error_handler($num, $msg, $file, $line, $vars) { 8 set_error_handler('error_handler');
|
H A D | bug76025.phpt | 2 Bug #76025 (Segfault while throwing exception in error_handler)
|
/PHP-7.2/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.2/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.2/ext/phar/tests/ |
H A D | create_path_error.phpt | 23 function error_handler($errno, $errmsg) 28 set_error_handler('error_handler');
|
/PHP-7.2/Zend/ |
H A D | zend_builtin_functions.c | 188 ZEND_ARG_INFO(0, error_handler) 1596 zval *error_handler; in ZEND_FUNCTION() local 1599 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &error_handler, &error_type) == FAILURE) { in ZEND_FUNCTION() 1603 if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION() 1604 if (!zend_is_callable(error_handler, 0, NULL)) { in ZEND_FUNCTION() 1605 zend_string *error_handler_name = zend_get_callable_name(error_handler); in ZEND_FUNCTION() 1620 if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION() 1625 ZVAL_COPY(&EG(user_error_handler), error_handler); in ZEND_FUNCTION()
|
/PHP-7.2/ |
H A D | NEWS | 1112 . Fixed bug #76025 (Segfault while throwing exception in error_handler).
|
Completed in 31 milliseconds