Searched refs:E_NOTICE (Results 1 – 25 of 95) sorted by relevance
1234
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_booleans.data | 2 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 D | zend_errors.h | 26 #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 D | zend_constants.stub.php | 27 const E_NOTICE = UNKNOWN; define
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | bug60106-001.phpt | 10 error_reporting(E_ALL | E_NOTICE); 18 set_error_handler("get_truncated_socket_filename", E_NOTICE);
|
H A D | bug60106-002.phpt | 9 error_reporting(E_ALL | E_NOTICE); 20 set_error_handler("get_truncated_socket_filename", E_NOTICE);
|
/PHP-8.3/ext/exif/ |
H A D | exif.c | 1658 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 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/Zend/tests/ |
H A D | bug27731.phpt | 5 error_reporting(E_ALL ^ E_NOTICE);
|
H A D | error_reporting10.phpt | 21 error_reporting(E_ALL&~E_NOTICE);
|
H A D | bug53305.phpt | 2 Bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__)
|
H A D | bug33771.phpt | 17 error_reporting(E_ALL & ~E_NOTICE);
|
/PHP-8.3/tests/output/ |
H A D | bug60322.phpt | 2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
|
/PHP-8.3/ext/pcre/tests/ |
H A D | bug42737.phpt | 2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
|
/PHP-8.3/ext/session/tests/ |
H A D | bug66827.phpt | 2 Bug #66827: Session raises E_NOTICE when session name variable is array.
|
/PHP-8.3/ext/spl/tests/ |
H A D | recursive_tree_iterator_002.phpt | 4 error_reporting=E_ALL&~E_NOTICE
|
H A D | bug66127.phpt | 4 error_reporting = E_ALL & ~E_NOTICE
|
H A D | recursive_tree_iterator_004.phpt | 4 error_reporting=E_ALL&~E_NOTICE
|
/PHP-8.3/tests/lang/ |
H A D | bug21820.phpt | 2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
|
/PHP-8.3/ext/simplexml/tests/ |
H A D | profile05.phpt | 7 error_reporting(E_ALL & ~E_NOTICE);
|
H A D | profile08.phpt | 7 error_reporting(E_ALL & ~E_NOTICE);
|
H A D | profile09.phpt | 7 error_reporting(E_ALL & ~E_NOTICE);
|
H A D | profile06.phpt | 7 error_reporting(E_ALL & ~E_NOTICE);
|
H A D | profile07.phpt | 7 error_reporting(E_ALL & ~E_NOTICE);
|
/PHP-8.3/ext/standard/tests/image/ |
H A D | image_type_to_mime_type_variation4.phpt | 15 error_reporting(E_ALL ^ E_NOTICE);
|
Completed in 60 milliseconds
1234