Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dbug48004.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $errcontext) {
14 set_error_handler("error_handler");
H A Dbug37251.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $context) {
9 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');
/PHP-5.5/ext/intl/tests/
H A Dtimezone_hasSameRules_error.phpt11 function error_handler($errno, $errstr, $errfile, $errline)
16 set_error_handler("error_handler");
/PHP-5.5/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-5.5/ext/pdo_dblib/
H A Dpdo_dblib.c89 int error_handler(DBPROCESS *dbproc, int severity, int dberr, in ZEND_GET_MODULE()
209 dberrhandle(error_handler); in PHP_MINIT_FUNCTION()
H A Dphp_pdo_dblib_int.h92 int error_handler(DBPROCESS *dbproc, int severity, int dberr,
H A Ddblib_driver.c312 DBERRHANDLE(H->login, (EHANDLEFUNC) error_handler); in pdo_dblib_handle_factory()
/PHP-5.5/ext/phar/tests/
H A Dcreate_path_error.phpt23 function error_handler($errno, $errmsg)
28 set_error_handler('error_handler');
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c204 ZEND_ARG_INFO(0, error_handler)
1526 zval *error_handler; in ZEND_FUNCTION() local
1530 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", &error_handler, &error_type) == FAILUR… in ZEND_FUNCTION()
1534 if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()
1535 if (!zend_is_callable(error_handler, 0, &error_handler_name TSRMLS_CC)) { in ZEND_FUNCTION()
1551 if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()
1557 MAKE_COPY_ZVAL(&error_handler, EG(user_error_handler)); in ZEND_FUNCTION()

Completed in 46 milliseconds