Searched refs:E_DEPRECATED (Results 1 – 25 of 102) sorted by relevance
12345
/PHP-8.3/Zend/ |
H A D | zend_errors.h | 36 #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 D | zend_constants.stub.php | 87 const E_DEPRECATED = UNKNOWN; define
|
H A D | zend_constants_arginfo.h | 21 REGISTER_LONG_CONSTANT("E_DEPRECATED", E_DEPRECATED, CONST_PERSISTENT); in register_zend_constants_symbols()
|
/PHP-8.3/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-8.3/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-8.3/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-8.3/Zend/tests/ |
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-8.3/ext/standard/tests/general_functions/ |
H A D | bug70157.phpt | 9 foo[123] = E_ALL & ~E_DEPRECATED
|
/PHP-8.3/ext/ffi/tests/ |
H A D | arrayPointer.phpt | 9 error_reporting(E_ALL & ~E_DEPRECATED);
|
/PHP-8.3/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-8.3/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-8.3/ext/filter/tests/ |
H A D | 005.phpt | 7 error_reporting=E_ALL&~E_DEPRECATED
|
H A D | 041.phpt | 8 error_reporting=E_ALL&~E_DEPRECATED
|
H A D | 004.phpt | 7 error_reporting=E_ALL&~E_DEPRECATED
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_driver.c | 69 zend_error(E_DEPRECATED, "The driver_version property is deprecated"); in driver_driver_version_read()
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | bug70219.phpt | 6 error_reporting=E_ALL&~E_DEPRECATED
|
/PHP-8.3/ext/oci8/tests/ |
H A D | coll_010.phpt | 16 error_reporting(E_ALL ^ E_DEPRECATED);
|
Completed in 21 milliseconds
12345