Home
last modified time | relevance | path

Searched refs:E_USER_ERROR (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/Zend/tests/
H A Dnowdoc_015.phpt9 trigger_error("line", E_USER_ERROR);
13 trigger_error("line", E_USER_ERROR);
17 trigger_error("line", E_USER_ERROR);
22 trigger_error("line", E_USER_ERROR);
27 trigger_error("line", E_USER_ERROR);
37 trigger_error("line", E_USER_ERROR);
47 trigger_error("line", E_USER_ERROR);
H A Dbug33802.phpt5 set_error_handler('errorHandler', E_USER_ERROR);
13 trigger_error("error", E_USER_ERROR);
/PHP-5.3/Zend/
H A Dzend_errors.h33 #define E_USER_ERROR (1<<8L) macro
41 …E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNIN…
H A Dzend_constants.c109 REGISTER_MAIN_LONG_CONSTANT("E_USER_ERROR", E_USER_ERROR, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend.c1008 case E_USER_ERROR: in zend_error()
1038 case E_USER_ERROR: in zend_error()
H A Dzend_builtin_functions.c1394 case E_USER_ERROR: in ZEND_FUNCTION()
/PHP-5.3/ext/oci8/tests/
H A Dconnect.inc14 …gger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERROR);
/PHP-5.3/ext/mbstring/tests/
H A Dcommon.inc19 256 => "User Error", // E_USER_ERROR
/PHP-5.3/tests/lang/
H A Derror_2_exception_001.phpt38 trigger_error("I will become an exception", E_USER_ERROR);
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug31422.phpt16 user_error("Hello", E_USER_ERROR);
H A Dbug31422-win.phpt16 user_error("Hello", E_USER_ERROR);
/PHP-5.3/main/
H A Dmain.c958 case E_USER_ERROR: in php_error_cb()
992 case E_USER_ERROR: in php_error_cb()
1083 case E_USER_ERROR: in php_error_cb()
1107 case E_USER_ERROR: in php_error_cb()
/PHP-5.3/ext/soap/
H A Dsoap.c2334 if ((error_num == E_USER_ERROR ||
2409 if (error_num == E_USER_ERROR ||
/PHP-5.3/
H A Dphp.ini-development505 ; E_USER_ERROR - user-generated error message
H A Dphp.ini-production505 ; E_USER_ERROR - user-generated error message

Completed in 52 milliseconds