Home
last modified time | relevance | path

Searched refs:E_NOTICE (Results 1 – 25 of 95) sorted by relevance

1234

/PHP-8.1/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data2 foo = E_ALL E_NOTICE
5 error_reporting2 = E_ALL&~E_NOTICE
6 error_reporting3 = E_ALL & ~E_NOTICE
7 error_reporting4 = E_ALL & ~E_NOTICE | E_PARSE
/PHP-8.1/Zend/
H A Dzend_errors.h26 #define E_NOTICE (1<<3L) macro
42 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
/PHP-8.1/ext/standard/tests/streams/
H A Dbug60106.phpt10 error_reporting(E_ALL | E_NOTICE);
18 set_error_handler("get_truncated_socket_filename", E_NOTICE);
/PHP-8.1/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.1/Zend/tests/
H A Dbug27731.phpt5 error_reporting(E_ALL ^ E_NOTICE);
H A Derror_reporting10.phpt21 error_reporting(E_ALL&~E_NOTICE);
H A Dbug53305.phpt2 Bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__)
H A Dbug33771.phpt17 error_reporting(E_ALL & ~E_NOTICE);
/PHP-8.1/tests/output/
H A Dbug60322.phpt2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
/PHP-8.1/ext/exif/
H A Dexif.c1670 php_error_docref(NULL, E_NOTICE, "Found value of type single"); in exif_convert_any_format()
1675 php_error_docref(NULL, E_NOTICE, "Found value of type double"); in exif_convert_any_format()
1756 php_error_docref(NULL, E_NOTICE, "Found value of type single"); in exif_convert_any_to_int()
1761 php_error_docref(NULL, E_NOTICE, "Found value of type double"); in exif_convert_any_to_int()
3361 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, in exif_process_IFD_TAG_impl()
3526 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD"); in exif_process_IFD_TAG_impl()
3556 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF"); in exif_process_IFD_TAG_impl()
3563 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS"); in exif_process_IFD_TAG_impl()
3959 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done"); in exif_scan_JPEG_header()
4711 exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info"); in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/PHP-8.1/ext/spl/tests/
H A Drecursive_tree_iterator_002.phpt4 error_reporting=E_ALL&~E_NOTICE
H A Dbug66127.phpt4 error_reporting = E_ALL & ~E_NOTICE
H A Drecursive_tree_iterator_004.phpt4 error_reporting=E_ALL&~E_NOTICE
/PHP-8.1/ext/session/tests/
H A Dbug66827.phpt2 Bug #66827: Session raises E_NOTICE when session name variable is array.
/PHP-8.1/tests/lang/
H A Dbug21820.phpt2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
/PHP-8.1/ext/simplexml/tests/
H A Dprofile05.phpt7 error_reporting(E_ALL & ~E_NOTICE);
H A Dprofile08.phpt7 error_reporting(E_ALL & ~E_NOTICE);
H A Dprofile09.phpt7 error_reporting(E_ALL & ~E_NOTICE);
H A Dprofile06.phpt7 error_reporting(E_ALL & ~E_NOTICE);
H A Dprofile07.phpt7 error_reporting(E_ALL & ~E_NOTICE);
/PHP-8.1/ext/pgsql/
H A Dpgsql.c334 php_error_docref(NULL, E_NOTICE, "%s", ZSTR_VAL(trimmed_message)); in _php_pgsql_notice_handler()
1088 php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode"); in PHP_FUNCTION()
1182 php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode"); in PHP_FUNCTION()
1287 php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode"); in PHP_FUNCTION()
1368 php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode"); in PHP_FUNCTION()
3610 php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode"); in php_pgsql_do_async()
3668 php_error_docref(NULL, E_NOTICE, in PHP_FUNCTION()
3697 php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode"); in PHP_FUNCTION()
3740 php_error_docref(NULL, E_NOTICE, in PHP_FUNCTION()
3834 php_error_docref(NULL, E_NOTICE, in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation4.phpt15 error_reporting(E_ALL ^ E_NOTICE);
/PHP-8.1/ext/reflection/tests/
H A Dbug60357.phpt2 Bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")

Completed in 41 milliseconds

1234