Home
last modified time | relevance | path

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

/PHP-7.1/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.c131 REGISTER_MAIN_LONG_CONSTANT("E_USER_DEPRECATED", E_USER_DEPRECATED, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend.c1142 case E_USER_DEPRECATED: in zend_error()
H A Dzend_builtin_functions.c1742 case E_USER_DEPRECATED: in ZEND_FUNCTION()
/PHP-7.1/Zend/tests/
H A D015.phpt12 var_dump(trigger_error("error", E_USER_DEPRECATED));
/PHP-7.1/main/
H A Dmain.c1094 case E_USER_DEPRECATED: in php_error_cb()
1152 case E_USER_DEPRECATED: in php_error_cb()
/PHP-7.1/
H A Dphp.ini-development449 ; E_USER_DEPRECATED - user-generated deprecation warnings
H A Dphp.ini-production449 ; E_USER_DEPRECATED - user-generated deprecation warnings

Completed in 40 milliseconds