Home
last modified time | relevance | path

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

/PHP-7.2/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);
H A DErrorException_getSeverity.phpt160 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR);
163 var_dump($e->getSeverity() === E_USER_ERROR);
352 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__);
355 var_dump($e->getSeverity() === E_USER_ERROR);
544 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__, __LINE…
547 var_dump($e->getSeverity() === E_USER_ERROR);
769 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__, __LINE…
772 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__, __LINE…
775 var_dump($e->getSeverity() === E_USER_ERROR);
/PHP-7.2/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.c114 REGISTER_MAIN_LONG_CONSTANT("E_USER_ERROR", E_USER_ERROR, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend.c1129 case E_USER_ERROR: in zend_error()
1165 case E_USER_ERROR: in zend_error()
H A Dzend_builtin_functions.c1576 case E_USER_ERROR: in ZEND_FUNCTION()
/PHP-7.2/ext/oci8/tests/
H A Dconnect.inc14 …gger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERROR);
/PHP-7.2/tests/lang/
H A Derror_2_exception_001.phpt36 trigger_error("I will become an exception", E_USER_ERROR);
/PHP-7.2/ext/mbstring/tests/
H A Dcommon.inc19 256 => "User Error", // E_USER_ERROR
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug31422.phpt14 user_error("Hello", E_USER_ERROR);
/PHP-7.2/main/
H A Dmain.c1082 case E_USER_ERROR: in php_error_cb()
1117 case E_USER_ERROR: in php_error_cb()
1205 case E_USER_ERROR: in php_error_cb()
1229 case E_USER_ERROR: in php_error_cb()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c874 case E_USER_ERROR: in php_sapi_phpdbg_log_message()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c1099 case E_USER_ERROR: in php_cli_server_log_response()
/PHP-7.2/ext/soap/
H A Dsoap.c2143 if ((error_num == E_USER_ERROR ||
2183 if (error_num == E_USER_ERROR ||
/PHP-7.2/
H A Dphp.ini-development441 ; E_USER_ERROR - user-generated error message
H A Dphp.ini-production441 ; E_USER_ERROR - user-generated error message

Completed in 80 milliseconds