Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_errors.h39 #define E_USER_DEPRECATED (1<<14L) macro
41 …E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPRECATED | E_STRICT)
H A Dzend_constants.c114 REGISTER_MAIN_LONG_CONSTANT("E_USER_DEPRECATED", E_USER_DEPRECATED, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend.c1080 case E_USER_DEPRECATED: in zend_error()
H A Dzend_builtin_functions.c1508 case E_USER_DEPRECATED: in ZEND_FUNCTION()
/PHP-5.5/Zend/tests/
H A D015.phpt12 var_dump(trigger_error("error", E_USER_DEPRECATED));
/PHP-5.5/main/
H A Dmain.c1007 case E_USER_DEPRECATED: in php_error_cb()
1058 case E_USER_DEPRECATED: in php_error_cb()
/PHP-5.5/
H A Dphp.ini-development438 ; E_USER_DEPRECATED - user-generated deprecation warnings
H A Dphp.ini-production438 ; E_USER_DEPRECATED - user-generated deprecation warnings
H A DNEWS5740 . Added new error modes E_USER_DEPRECATED and E_DEPRECATED.

Completed in 64 milliseconds