Home
last modified time | relevance | path

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

123456789

/PHP-7.2/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_STRICT
/PHP-7.2/ext/standard/
H A Dincomplete_class.c54 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property()
67 incomplete_class_message(object, E_NOTICE); in incomplete_class_write_property()
73 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property_ptr_ptr()
80 incomplete_class_message(object, E_NOTICE); in incomplete_class_unset_property()
86 incomplete_class_message(object, E_NOTICE); in incomplete_class_has_property()
/PHP-7.2/Zend/
H A Dzend_errors.h28 #define E_NOTICE (1<<3L) macro
41 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
/PHP-7.2/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-7.2/tests/lang/
H A Dbison1.phpt5 error_reporting(E_ALL & ~E_NOTICE);
H A Dbug21820.phpt2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
/PHP-7.2/ext/exif/
H A Dexif.c1662 php_error_docref(NULL, E_NOTICE, "Found value of type single"); in exif_convert_any_format()
1667 php_error_docref(NULL, E_NOTICE, "Found value of type double"); in exif_convert_any_format()
1725 php_error_docref(NULL, E_NOTICE, "Found value of type single"); in exif_convert_any_to_int()
1730 php_error_docref(NULL, E_NOTICE, "Found value of type double"); in exif_convert_any_to_int()
2659 php_error_docref(NULL, E_NOTICE, "Undefined JPEG2000 comment encoding"); in exif_process_CME()
2664 php_error_docref(NULL, E_NOTICE, "JPEG2000 comment section too small"); in exif_process_CME()
3535 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD"); in exif_process_IFD_TAG()
3565 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF"); in exif_process_IFD_TAG()
3572 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS"); in exif_process_IFD_TAG()
3942 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done"); in exif_scan_JPEG_header()
[all …]
/PHP-7.2/tests/func/
H A Dbug64523.phpt4 error_reporting = E_ALL ^ E_NOTICE ^ E_STRICT ^ E_DEPRECATED
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_STRICT ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-7.2/Zend/tests/
H A Dbug27731.phpt5 error_reporting(E_ALL ^ E_NOTICE);
H A Derror_reporting10.phpt22 error_reporting(E_ALL&~E_NOTICE);
/PHP-7.2/ext/pgsql/
H A Dpgsql.c993 php_error_docref(NULL, E_NOTICE, "%s", trimed_message); in _php_pgsql_notice_handler()
3334 php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
3408 php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
3428 php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
3658 php_error_docref(NULL, E_NOTICE, "Old API is used");
3788 php_error_docref(NULL, E_NOTICE, "Old API is used");
4921 php_error_docref(NULL, E_NOTICE,
4994 php_error_docref(NULL, E_NOTICE,
5096 php_error_docref(NULL, E_NOTICE,
5171 php_error_docref(NULL, E_NOTICE,
[all …]
/PHP-7.2/tests/output/
H A Dbug60322.phpt2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
/PHP-7.2/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
/PHP-7.2/ext/session/tests/
H A Drfc1867_disabled.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_disabled_2.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_no_name.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Dbug66827.phpt2 Bug #66827: Session raises E_NOTICE when session name variable is array.
H A Drfc1867_sid_only_cookie_2.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_cleanup.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
/PHP-7.2/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/PHP-7.2/ext/reflection/tests/
H A Dbug60357.phpt2 Bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
/PHP-7.2/ext/hash/
H A Dbench.php73 error_reporting(E_ALL&~E_NOTICE);
/PHP-7.2/ext/standard/tests/strings/
H A Dbug54238.phpt4 error_reporting=E_ALL&~E_NOTICE

Completed in 56 milliseconds

123456789