Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.c1047 case E_USER_ERROR: in zend_error()
1077 case E_USER_ERROR: in zend_error()
H A Dzend_constants.c111 REGISTER_MAIN_LONG_CONSTANT("E_USER_ERROR", E_USER_ERROR, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_builtin_functions.c1505 case E_USER_ERROR: in ZEND_FUNCTION()
/PHP-5.5/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.5/ext/mbstring/tests/
H A Dcommon.inc19 256 => "User Error", // E_USER_ERROR
/PHP-5.5/tests/lang/
H A Derror_2_exception_001.phpt38 trigger_error("I will become an exception", E_USER_ERROR);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug31422-win.phpt16 user_error("Hello", E_USER_ERROR);
H A Dbug31422.phpt17 user_error("Hello", E_USER_ERROR);
/PHP-5.5/main/
H A Dmain.c1001 case E_USER_ERROR: in php_error_cb()
1035 case E_USER_ERROR: in php_error_cb()
1119 case E_USER_ERROR: in php_error_cb()
1143 case E_USER_ERROR: in php_error_cb()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1196 case E_USER_ERROR: in php_cli_server_log_response()
/PHP-5.5/ext/soap/
H A Dsoap.c2155 if ((error_num == E_USER_ERROR ||
2227 if (error_num == E_USER_ERROR ||
/PHP-5.5/
H A Dphp.ini-development433 ; E_USER_ERROR - user-generated error message
H A Dphp.ini-production433 ; E_USER_ERROR - user-generated error message

Completed in 78 milliseconds