Home
last modified time | relevance | path

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

1234

/PHP-8.3/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.3/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…
H A Dzend_constants.stub.php27 const E_NOTICE = UNKNOWN; define
/PHP-8.3/ext/standard/tests/streams/
H A Dbug60106-001.phpt10 error_reporting(E_ALL | E_NOTICE);
18 set_error_handler("get_truncated_socket_filename", E_NOTICE);
H A Dbug60106-002.phpt9 error_reporting(E_ALL | E_NOTICE);
20 set_error_handler("get_truncated_socket_filename", E_NOTICE);
/PHP-8.3/ext/exif/
H A Dexif.c1658 php_error_docref(NULL, E_NOTICE, "Found value of type single"); in exif_convert_any_format()
1663 php_error_docref(NULL, E_NOTICE, "Found value of type double"); in exif_convert_any_format()
1744 php_error_docref(NULL, E_NOTICE, "Found value of type single"); in exif_convert_any_to_int()
1749 php_error_docref(NULL, E_NOTICE, "Found value of type double"); in exif_convert_any_to_int()
3349 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, in exif_process_IFD_TAG_impl()
3514 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD"); in exif_process_IFD_TAG_impl()
3544 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF"); in exif_process_IFD_TAG_impl()
3551 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS"); in exif_process_IFD_TAG_impl()
3939 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done"); in exif_scan_JPEG_header()
4691 exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info"); in PHP_FUNCTION()
[all …]
/PHP-8.3/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.3/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.3/tests/output/
H A Dbug60322.phpt2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
/PHP-8.3/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/PHP-8.3/ext/session/tests/
H A Dbug66827.phpt2 Bug #66827: Session raises E_NOTICE when session name variable is array.
/PHP-8.3/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.3/tests/lang/
H A Dbug21820.phpt2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
/PHP-8.3/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.3/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation4.phpt15 error_reporting(E_ALL ^ E_NOTICE);

Completed in 54 milliseconds

1234