Searched refs:E_USER_NOTICE (Results 1 – 14 of 14) sorted by relevance
/PHP-8.3/Zend/tests/fibers/ |
H A D | error-reporting.phpt | 6 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-8.3/Zend/ |
H A D | zend_errors.h | 33 #define E_USER_NOTICE (1<<10L) macro 42 …E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABL…
|
H A D | zend_constants.stub.php | 69 const E_USER_NOTICE = UNKNOWN; define
|
H A D | zend_constants_arginfo.h | 18 REGISTER_LONG_CONSTANT("E_USER_NOTICE", E_USER_NOTICE, CONST_PERSISTENT); in register_zend_constants_symbols()
|
H A D | zend_builtin_functions.stub.php | 98 function trigger_error(string $message, int $error_level = E_USER_NOTICE): bool {} 101 function user_error(string $message, int $error_level = E_USER_NOTICE): bool {}
|
H A D | zend_builtin_functions.c | 1125 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() 1135 case E_USER_NOTICE: in ZEND_FUNCTION()
|
H A D | zend.c | 1568 case E_USER_NOTICE: in get_filename_lineno()
|
/PHP-8.3/Zend/tests/ |
H A D | 015.phpt | 26 …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 D | ErrorException_getSeverity.phpt | 184 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-8.3/ext/opcache/tests/ |
H A D | ssa_bug_001.phpt | 10 trigger_error('Deprecated type property called; use instanceof', E_USER_NOTICE);
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 200 EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE); in http_connect()
|
/PHP-8.3/main/ |
H A D | main.c | 1320 case E_USER_NOTICE: in php_error_cb()
|
/PHP-8.3/ |
H A D | php.ini-development | 485 ; E_USER_NOTICE - user-generated notice message
|
H A D | php.ini-production | 487 ; E_USER_NOTICE - user-generated notice message
|
Completed in 38 milliseconds