Searched refs:E_DEPRECATED (Results 1 – 25 of 104) sorted by relevance
12345
/php-src/Zend/ |
H A D | zend_errors.h | 37 #define E_DEPRECATED (1<<13L) macro 43 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
|
H A D | zend_constants.stub.php | 89 const E_DEPRECATED = UNKNOWN; define
|
H A D | zend_constants_arginfo.h | 19 REGISTER_LONG_CONSTANT("E_DEPRECATED", E_DEPRECATED, CONST_PERSISTENT); in register_zend_constants_symbols()
|
/php-src/ext/standard/ |
H A D | assert.c | 57 php_error_docref(NULL, E_DEPRECATED, "assert.callback INI setting is deprecated"); in PHP_INI_MH() 67 php_error_docref(NULL, E_DEPRECATED, "assert.callback INI setting is deprecated"); in PHP_INI_MH() 85 php_error_docref(NULL, E_DEPRECATED, "assert.active INI setting is deprecated"); in PHP_INI_MH() 95 php_error_docref(NULL, E_DEPRECATED, "assert.bail INI setting is deprecated"); in PHP_INI_MH() 105 php_error_docref(NULL, E_DEPRECATED, "assert.exception INI setting is deprecated"); in PHP_INI_MH() 116 php_error_docref(NULL, E_DEPRECATED, "assert.warning INI setting is deprecated"); in PHP_INI_MH()
|
/php-src/tests/func/ |
H A D | bug64523.phpt | 4 error_reporting = E_ALL ^ E_NOTICE ^ E_WARNING ^ E_DEPRECATED
|
H A D | 011.phpt | 4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
|
/php-src/ext/mbstring/tests/ |
H A D | zend_multibyte-02.phpt | 6 error_reporting=E_ALL & ~E_DEPRECATED
|
H A D | gh13123.phpt | 16 error_reporting=E_ALL&~E_DEPRECATED
|
/php-src/Zend/tests/error_reporting/ |
H A D | error_reporting02.phpt | 6 error_reporting(E_ALL & ~E_DEPRECATED);
|
H A D | error_reporting04.phpt | 6 error_reporting(E_ALL & ~E_DEPRECATED);
|
H A D | error_reporting08.phpt | 6 error_reporting(E_ALL & ~E_DEPRECATED);
|
H A D | error_reporting09.phpt | 6 error_reporting(E_ALL & ~E_DEPRECATED);
|
H A D | error_reporting03.phpt | 6 error_reporting(E_ALL & ~E_DEPRECATED);
|
/php-src/ext/standard/tests/general_functions/ |
H A D | bug70157.phpt | 9 foo[123] = E_ALL & ~E_DEPRECATED
|
/php-src/ext/hash/ |
H A D | hash_xxhash.c | 54 …php_error_docref(NULL, E_DEPRECATED, "Passing a seed of a type other than int is deprecated becaus… in PHP_XXH32Init() 120 …php_error_docref(NULL, E_DEPRECATED, "Passing a seed of a type other than int is deprecated becaus… in PHP_XXH64Init() 176 …php_error_docref(NULL, E_DEPRECATED, "Passing a seed of a type other than int is deprecated becaus… in _PHP_XXH3_Init() 186 …php_error_docref(NULL, E_DEPRECATED, "Passing a secret of a type other than string is deprecated b… in _PHP_XXH3_Init()
|
H A D | hash_murmur.c | 49 …php_error_docref(NULL, E_DEPRECATED, "Passing a seed of a type other than int is deprecated becaus… in PHP_MURMUR3AInit() 115 …php_error_docref(NULL, E_DEPRECATED, "Passing a seed of a type other than int is deprecated becaus… in PHP_MURMUR3CInit() 192 …php_error_docref(NULL, E_DEPRECATED, "Passing a seed of a type other than int is deprecated becaus… in PHP_MURMUR3FInit()
|
/php-src/ext/ffi/tests/ |
H A D | arrayPointer.phpt | 9 error_reporting(E_ALL & ~E_DEPRECATED);
|
/php-src/ext/ctype/tests/ |
H A D | 001.phpt | 6 error_reporting=E_ALL&~E_DEPRECATED
|
H A D | bug25745.phpt | 6 error_reporting=E_ALL&~E_DEPRECATED
|
/php-src/ext/date/tests/ |
H A D | bug65184.phpt | 11 error_reporting=E_ALL&~E_DEPRECATED
|
H A D | sunfuncts.phpt | 5 error_reporting=E_ALL&~E_DEPRECATED
|
/php-src/ext/filter/tests/ |
H A D | 005.phpt | 7 error_reporting=E_ALL&~E_DEPRECATED
|
H A D | 004.phpt | 7 error_reporting=E_ALL&~E_DEPRECATED
|
H A D | 041.phpt | 8 error_reporting=E_ALL&~E_DEPRECATED
|
/php-src/ext/mysqli/ |
H A D | mysqli_driver.c | 67 zend_error(E_DEPRECATED, "The driver_version property is deprecated"); in driver_driver_version_read()
|
Completed in 36 milliseconds
12345