Home
last modified time | relevance | path

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

123456789

/PHP-7.0/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.0/ext/standard/
H A Dincomplete_class.c54 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property()
66 incomplete_class_message(object, E_NOTICE); in incomplete_class_write_property()
72 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property_ptr_ptr()
79 incomplete_class_message(object, E_NOTICE); in incomplete_class_unset_property()
85 incomplete_class_message(object, E_NOTICE); in incomplete_class_has_property()
/PHP-7.0/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.0/tests/basic/
H A Drfc1867_boundary_1.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_boundary_2.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_garbled_mime_headers.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_malicious_input.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_missing_boundary.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_invalid_boundary.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_post_max_size.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_file_upload_disabled.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_missing_boundary_2.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_anonymous_upload.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_array_upload.phpt5 error_reporting=E_ALL&~E_NOTICE
6 comment=debug builds show some additional E_NOTICE errors
/PHP-7.0/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.0/ext/exif/
H A Dexif.c1260 php_error_docref(NULL, E_NOTICE, "Found value of type single"); in exif_convert_any_format()
1265 php_error_docref(NULL, E_NOTICE, "Found value of type double"); in exif_convert_any_format()
1309 php_error_docref(NULL, E_NOTICE, "Found value of type single"); in exif_convert_any_to_int()
1314 php_error_docref(NULL, E_NOTICE, "Found value of type double"); in exif_convert_any_to_int()
2233 php_error_docref(NULL, E_NOTICE, "Undefined JPEG2000 comment encoding"); in exif_process_CME()
2238 php_error_docref(NULL, E_NOTICE, "JPEG2000 comment section too small"); in exif_process_CME()
3074 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD"); in exif_process_IFD_TAG()
3108 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS"); in exif_process_IFD_TAG()
3467 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done"); in exif_scan_JPEG_header()
4133 php_error_docref1(NULL, p_name, E_NOTICE, "done"); in PHP_FUNCTION()
[all …]
/PHP-7.0/tests/lang/
H A Dbison1.phpt5 error_reporting(E_ALL & ~E_NOTICE);
/PHP-7.0/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.0/Zend/tests/
H A Dbug27731.phpt5 error_reporting(E_ALL ^ E_NOTICE);
/PHP-7.0/tests/output/
H A Dbug60322.phpt2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
/PHP-7.0/ext/pgsql/
H A Dpgsql.c970 php_error_docref(NULL, E_NOTICE, "%s", notice->message); in _php_pgsql_notice_handler()
3293 php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
3367 php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
3387 php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
3617 php_error_docref(NULL, E_NOTICE, "Old API is used");
3747 php_error_docref(NULL, E_NOTICE, "Old API is used");
4879 php_error_docref(NULL, E_NOTICE,
4952 php_error_docref(NULL, E_NOTICE,
5054 php_error_docref(NULL, E_NOTICE,
5129 php_error_docref(NULL, E_NOTICE,
[all …]
/PHP-7.0/ext/spl/tests/
H A Drecursive_tree_iterator_002.phpt4 error_reporting=E_ALL&~E_NOTICE
/PHP-7.0/ext/session/tests/
H A Dbug66827.phpt2 Bug #66827: Session raises E_NOTICE when session name variable is array.
/PHP-7.0/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)

Completed in 64 milliseconds

123456789