Home
last modified time | relevance | path

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

/php-src/Zend/tests/fibers/
H A Derror-reporting.phpt6 error_reporting(E_ALL & ~E_USER_NOTICE);
9 trigger_error("Notice A", E_USER_NOTICE); // Should be silenced.
16 trigger_error("Notice B", E_USER_NOTICE); // Should be silenced.
/php-src/Zend/
H A Dzend_errors.h33 #define E_USER_NOTICE (1<<10L) macro
43 …E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABL…
H A Dzend_constants.stub.php69 const E_USER_NOTICE = UNKNOWN; define
H A Dzend_constants_arginfo.h16 REGISTER_LONG_CONSTANT("E_USER_NOTICE", E_USER_NOTICE, CONST_PERSISTENT); in register_zend_constants_symbols()
H A Dzend_builtin_functions.stub.php110 function trigger_error(string $message, int $error_level = E_USER_NOTICE): true {}
113 function user_error(string $message, int $error_level = E_USER_NOTICE): true {}
H A Dzend_builtin_functions.c1236 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION()
1251 case E_USER_NOTICE: in ZEND_FUNCTION()
H A Dzend.c1611 case E_USER_NOTICE: in get_filename_lineno()
/php-src/Zend/tests/
H A D015.phpt26 …gument #2 ($error_level) must be one of E_USER_ERROR, E_USER_WARNING, E_USER_NOTICE, or E_USER_DEP…
27 …gument #2 ($error_level) must be one of E_USER_ERROR, E_USER_WARNING, E_USER_NOTICE, or E_USER_DEP…
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);
364 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_NOTICE, __FILE__);
367 var_dump($e->getSeverity() === E_USER_NOTICE);
544 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_NOTICE, __FILE__, __LIN…
547 var_dump($e->getSeverity() === E_USER_NOTICE);
765 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_NOTICE, __FILE__, __LIN…
768 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_NOTICE, __FILE__, __LIN…
771 var_dump($e->getSeverity() === E_USER_NOTICE);
/php-src/ext/opcache/tests/
H A Dssa_bug_001.phpt10 trigger_error('Deprecated type property called; use instanceof', E_USER_NOTICE);
/php-src/ext/soap/
H A Dphp_http.c197 EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE); in http_connect()
/php-src/main/
H A Dmain.c1368 case E_USER_NOTICE: in php_error_cb()
/php-src/
H A Dphp.ini-development472 ; E_USER_NOTICE - user-generated notice message
H A Dphp.ini-production474 ; E_USER_NOTICE - user-generated notice message

Completed in 44 milliseconds