Home
last modified time | relevance | path

Searched refs:E_DEPRECATED (Results 1 – 25 of 39) sorted by relevance

12

/PHP-8.0/Zend/
H A Dzend_errors.h36 #define E_DEPRECATED (1<<13L) macro
42 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
H A Dzend_constants.c117 REGISTER_MAIN_LONG_CONSTANT("E_DEPRECATED", E_DEPRECATED, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
462 zend_error(E_DEPRECATED, "Constant %s is deprecated", name); in zend_get_constant_ex()
/PHP-8.0/tests/func/
H A Dbug64523.phpt4 error_reporting = E_ALL ^ E_NOTICE ^ E_WARNING ^ E_DEPRECATED
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-8.0/ext/mbstring/tests/
H A Dzend_multibyte-02.phpt6 error_reporting=E_ALL & ~E_DEPRECATED
H A Dini_encoding.phpt6 error_reporting=E_ALL & ~E_DEPRECATED
H A Dini_encoding2.phpt6 error_reporting=E_ALL & ~E_DEPRECATED
/PHP-8.0/Zend/tests/
H A Derror_reporting02.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
H A Derror_reporting04.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
H A Derror_reporting08.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
H A Derror_reporting09.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
H A Derror_reporting03.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
H A DErrorException_getSeverity.phpt220 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_DEPRECATED);
223 var_dump($e->getSeverity() === E_DEPRECATED);
412 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_DEPRECATED, __FILE__);
415 var_dump($e->getSeverity() === E_DEPRECATED);
604 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_DEPRECATED, __FILE__, __LINE…
607 var_dump($e->getSeverity() === E_DEPRECATED);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug70157.phpt9 foo[123] = E_ALL & ~E_DEPRECATED
/PHP-8.0/ext/session/
H A Dmod_user.c62 …php_error_docref(NULL, E_DEPRECATED, "Session callback must have a return value of type bool, %s r…
67 …php_error_docref(NULL, E_DEPRECATED, "Session callback must have a return value of type bool, %s r…
/PHP-8.0/ext/iconv/tests/
H A Diconv_strpos_basic.phpt9 error_reporting=E_ALL & ~E_DEPRECATED
H A Diconv_strrpos_basic.phpt9 error_reporting=E_ALL & ~E_DEPRECATED
H A Diconv_get_encoding_basic.phpt9 error_reporting=E_ALL & ~E_DEPRECATED
H A Diconv_default_charset.phpt9 error_reporting=E_ALL & ~E_DEPRECATED
H A Diconv_ini_encoding.phpt6 error_reporting=E_ALL & ~E_DEPRECATED
H A Diconv_encoding_basic.phpt9 error_reporting=E_ALL & ~E_DEPRECATED
H A Diconv_strpos_variation5.phpt9 error_reporting=E_ALL & ~E_DEPRECATED
/PHP-8.0/ext/curl/tests/
H A Dbug27023.phpt4 error_reporting = E_ALL & ~E_DEPRECATED
/PHP-8.0/ext/reflection/tests/
H A Dunion_types.phpt4 error_reporting=E_ALL&~E_DEPRECATED
/PHP-8.0/ext/curl/
H A Dmulti.c454 php_error_docref(NULL, E_DEPRECATED, "CURLPIPE_HTTP1 is deprecated"); in _php_curl_multi_setopt()

Completed in 54 milliseconds

12