Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_errors.h35 #define E_USER_NOTICE (1<<10L) macro
41 …E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABL…
H A Dzend_constants.c111 REGISTER_MAIN_LONG_CONSTANT("E_USER_NOTICE", E_USER_NOTICE, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_builtin_functions.c1385 long error_type = E_USER_NOTICE; in ZEND_FUNCTION()
1396 case E_USER_NOTICE: in ZEND_FUNCTION()
H A Dzend.c1040 case E_USER_NOTICE: in zend_error()
/PHP-5.3/ext/mbstring/tests/
H A Dcommon.inc21 1024=> "User Notice", // E_USER_NOTICE
/PHP-5.3/main/
H A Dmain.c968 case E_USER_NOTICE: in php_error_cb()
1008 case E_USER_NOTICE: in php_error_cb()
/PHP-5.3/ext/soap/
H A Dphp_http.c190 EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE); in http_connect()
/PHP-5.3/
H A Dphp.ini-development507 ; E_USER_NOTICE - user-generated notice message
H A Dphp.ini-production507 ; E_USER_NOTICE - user-generated notice message

Completed in 43 milliseconds