Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_errors.h39 #define E_USER_DEPRECATED (1<<14L) macro
41 …ER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPRECATED)
H A Dzend_constants.c112 REGISTER_MAIN_LONG_CONSTANT("E_USER_DEPRECATED", E_USER_DEPRECATED, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend.c1041 case E_USER_DEPRECATED: in zend_error()
H A Dzend_builtin_functions.c1397 case E_USER_DEPRECATED: in ZEND_FUNCTION()
/PHP-5.3/Zend/tests/
H A D015.phpt12 var_dump(trigger_error("error", E_USER_DEPRECATED));
/PHP-5.3/main/
H A Dmain.c964 case E_USER_DEPRECATED: in php_error_cb()
1015 case E_USER_DEPRECATED: in php_error_cb()
/PHP-5.3/
H A DUPGRADING579 E_USER_DEPRECATED
H A Dphp.ini-development510 ; E_USER_DEPRECATED - user-generated deprecation warnings
H A Dphp.ini-production510 ; E_USER_DEPRECATED - user-generated deprecation warnings
H A DNEWS2690 . Added new error modes E_USER_DEPRECATED and E_DEPRECATED.

Completed in 129 milliseconds