Home
last modified time | relevance | path

Searched refs:E_USER_NOTICE (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_errors.h33 #define E_USER_NOTICE (1<<10L) macro
39 …E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABL…
H A Dzend_constants.c124 REGISTER_MAIN_LONG_CONSTANT("E_USER_NOTICE", E_USER_NOTICE, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_builtin_functions.c1598 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION()
1609 case E_USER_NOTICE: in ZEND_FUNCTION()
H A Dzend.c1444 case E_USER_NOTICE: in get_filename_lineno()
/PHP-7.4/ext/opcache/tests/
H A Dssa_bug_001.phpt10 trigger_error('Deprecated type property called; use instanceof', E_USER_NOTICE);
/PHP-7.4/Zend/tests/
H A DErrorException_getSeverity.phpt184 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_NOTICE);
187 var_dump($e->getSeverity() === E_USER_NOTICE);
376 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_NOTICE, __FILE__);
379 var_dump($e->getSeverity() === E_USER_NOTICE);
568 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_NOTICE, __FILE__, __LIN…
571 var_dump($e->getSeverity() === E_USER_NOTICE);
801 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_NOTICE, __FILE__, __LIN…
804 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_NOTICE, __FILE__, __LIN…
807 var_dump($e->getSeverity() === E_USER_NOTICE);
/PHP-7.4/main/
H A Dmain.c1294 case E_USER_NOTICE: in php_error_cb()
1360 case E_USER_NOTICE: in php_error_cb()
/PHP-7.4/ext/soap/
H A Dphp_http.c193 EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE); in http_connect()
/PHP-7.4/
H A Dphp.ini-development451 ; E_USER_NOTICE - user-generated notice message
H A Dphp.ini-production451 ; E_USER_NOTICE - user-generated notice message

Completed in 42 milliseconds