/PHP-7.1/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_STRICT
|
/PHP-7.1/ext/standard/ |
H A D | incomplete_class.c | 54 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.1/Zend/ |
H A D | zend_errors.h | 28 #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.1/ext/standard/tests/streams/ |
H A D | bug60106.phpt | 10 error_reporting(E_ALL | E_NOTICE); 18 set_error_handler("get_truncated_socket_filename", E_NOTICE);
|
/PHP-7.1/ext/exif/ |
H A D | exif.c | 1260 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() 2246 php_error_docref(NULL, E_NOTICE, "Undefined JPEG2000 comment encoding"); in exif_process_CME() 2251 php_error_docref(NULL, E_NOTICE, "JPEG2000 comment section too small"); in exif_process_CME() 3093 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD"); in exif_process_IFD_TAG() 3127 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS"); in exif_process_IFD_TAG() 3486 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done"); in exif_scan_JPEG_header() 4158 php_error_docref1(NULL, p_name, E_NOTICE, "done"); in PHP_FUNCTION() [all …]
|
/PHP-7.1/tests/lang/ |
H A D | bison1.phpt | 5 error_reporting(E_ALL & ~E_NOTICE);
|
H A D | bug21820.phpt | 2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
|
/PHP-7.1/tests/func/ |
H A D | bug64523.phpt | 4 error_reporting = E_ALL ^ E_NOTICE ^ E_STRICT ^ E_DEPRECATED
|
H A D | 011.phpt | 4 error_reporting = E_ALL & E_NOTICE | E_STRICT ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
|
/PHP-7.1/Zend/tests/ |
H A D | bug27731.phpt | 5 error_reporting(E_ALL ^ E_NOTICE);
|
H A D | error_reporting10.phpt | 22 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__)
|
/PHP-7.1/ext/pgsql/ |
H A D | pgsql.c | 985 php_error_docref(NULL, E_NOTICE, "%s", trimed_message); in _php_pgsql_notice_handler() 3328 php_error_docref(NULL, E_NOTICE, "Invalid OID specified"); 3402 php_error_docref(NULL, E_NOTICE, "Invalid OID specified"); 3422 php_error_docref(NULL, E_NOTICE, "Invalid OID specified"); 3652 php_error_docref(NULL, E_NOTICE, "Old API is used"); 3782 php_error_docref(NULL, E_NOTICE, "Old API is used"); 4915 php_error_docref(NULL, E_NOTICE, 4988 php_error_docref(NULL, E_NOTICE, 5090 php_error_docref(NULL, E_NOTICE, 5165 php_error_docref(NULL, E_NOTICE, [all …]
|
/PHP-7.1/tests/output/ |
H A D | bug60322.phpt | 2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
|
/PHP-7.1/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
|
/PHP-7.1/ext/session/tests/ |
H A D | bug66827.phpt | 2 Bug #66827: Session raises E_NOTICE when session name variable is array.
|
H A D | rfc1867_disabled.phpt | 5 error_reporting=E_ALL&~E_NOTICE 6 comment=debug builds show some additional E_NOTICE errors
|
H A D | rfc1867_disabled_2.phpt | 5 error_reporting=E_ALL&~E_NOTICE 6 comment=debug builds show some additional E_NOTICE errors
|
H A D | rfc1867_no_name.phpt | 5 error_reporting=E_ALL&~E_NOTICE 6 comment=debug builds show some additional E_NOTICE errors
|
/PHP-7.1/ext/pcre/tests/ |
H A D | bug42737.phpt | 2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
|
/PHP-7.1/ext/reflection/tests/ |
H A D | bug60357.phpt | 2 Bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
|
/PHP-7.1/ext/hash/ |
H A D | bench.php | 73 error_reporting(E_ALL&~E_NOTICE);
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | bug54238.phpt | 4 error_reporting=E_ALL&~E_NOTICE
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | bug30074.phpt | 5 error_reporting(E_ALL & ~E_NOTICE); // We don't want the notice for $undefined
|