Home
last modified time | relevance | path

Searched refs:E_DEPRECATED (Results 1 – 25 of 52) sorted by path

123

/PHP-5.5/
H A DNEWS2099 E_DEPRECATED. (GoogleGuy)
4660 . Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED.
5740 . Added new error modes E_USER_DEPRECATED and E_DEPRECATED.
5741 E_DEPRECATED is used to inform about stuff being scheduled for removal
H A DUPGRADING111 E_DEPRECATED. Their use was already previously discouraged in the
112 documentation, but that predated the existence of E_DEPRECATED.
/PHP-5.5/Zend/
H A Dzend.c68 EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED; in ZEND_INI_MH()
1075 case E_DEPRECATED: in zend_error()
H A Dzend_constants.c106 REGISTER_MAIN_LONG_CONSTANT("E_DEPRECATED", E_DEPRECATED, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_errors.h38 #define E_DEPRECATED (1<<13L) macro
41 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
H A Dzend_execute_API.c816 zend_error(E_DEPRECATED, "Function %s%s%s() is deprecated", in zend_call_function()
H A Dzend_ini_scanner.c1016 …zend_error(E_DEPRECATED, "Comments starting with '#' are deprecated in %s on line %d", zend_ini_sc… in ini_lex()
H A Dzend_ini_scanner.l592 …zend_error(E_DEPRECATED, "Comments starting with '#' are deprecated in %s on line %d", zend_ini_sc…
H A Dzend_language_parser.y742 …| variable '=' '&' T_NEW class_name_reference { zend_error(E_DEPRECATED, "Assigning the return val…
H A Dzend_vm_def.h1933 zend_error(E_DEPRECATED, "Function %s%s%s() is deprecated", in ZEND_VM_HELPER()
H A Dzend_vm_execute.h494 zend_error(E_DEPRECATED, "Function %s%s%s() is deprecated", in zend_do_fcall_common_helper_SPEC()
/PHP-5.5/ext/curl/
H A Dinterface.c2668 …php_error_docref("curl.curlfile" TSRMLS_CC, E_DEPRECATED, "The usage of the @filename API for file… in _php_curl_setopt()
/PHP-5.5/ext/curl/tests/
H A Dbug27023.phpt4 error_reporting = E_ALL & ~E_DEPRECATED
H A Dbug27023_2.phpt4 error_reporting = E_ALL & ~E_DEPRECATED
/PHP-5.5/ext/date/
H A Dphp_date.c1562 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "The is_dst parameter is deprecated"); in php_mktime()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp100 php_error_docref0(NULL TSRMLS_CC, E_DEPRECATED, in PHP_FUNCTION()
/PHP-5.5/ext/intl/tests/
H A Ddateformat_set_timezone_id2.phpt13 ini_set("error_reporting", ~E_DEPRECATED);
H A Ddateformat_set_timezone_id3.phpt12 ini_set("error_reporting", ~E_DEPRECATED);
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_decrypt.phpt11 error_reporting(E_ALL & ~E_DEPRECATED);
H A Dmcrypt_ecb_3des_encrypt.phpt11 error_reporting(E_ALL & ~E_DEPRECATED);
H A Dmcrypt_ecb_error.phpt11 error_reporting(E_ALL & ~E_DEPRECATED);
H A Dmcrypt_ecb_variation1.phpt11 error_reporting(E_ALL & ~E_DEPRECATED);
H A Dmcrypt_ecb_variation2.phpt11 error_reporting(E_ALL & ~E_DEPRECATED);
H A Dmcrypt_ecb_variation3.phpt11 error_reporting(E_ALL & ~E_DEPRECATED);
H A Dmcrypt_ecb_variation4.phpt11 error_reporting(E_ALL & ~E_DEPRECATED);

Completed in 195 milliseconds

123