Home
last modified time | relevance | path

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

12345678

/PHP-5.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_STRICT
/PHP-5.3/ext/standard/
H A Dincomplete_class.c59 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_get_property()
71 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_write_property()
77 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_get_property_ptr_ptr()
84 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_unset_property()
90 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_has_property()
/PHP-5.3/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-5.3/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-5.3/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-5.3/ext/exif/
H A Dexif.c1276 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single"); in exif_convert_any_format()
1281 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double"); in exif_convert_any_format()
1325 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single"); in exif_convert_any_to_int()
1330 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double"); in exif_convert_any_to_int()
3081 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD"); in exif_process_IFD_TAG()
3105 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF"); in exif_process_IFD_TAG()
3112 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS"); in exif_process_IFD_TAG()
3458 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done"); in exif_scan_JPEG_header()
4109 exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info"); in PHP_FUNCTION()
4115 php_error_docref1(NULL TSRMLS_CC, Z_STRVAL_PP(p_name), E_NOTICE, "done"); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/pgsql/
H A Dpgsql.c820 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", notice->message); in _php_pgsql_notice_handler()
3021 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
3028 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
3100 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
3119 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
3340 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
3429 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
3446 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
3475 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
3477 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
[all …]
/PHP-5.3/tests/lang/
H A Dbison1.phpt5 error_reporting(E_ALL & ~E_NOTICE);
/PHP-5.3/Zend/tests/
H A Dbug27731.phpt5 error_reporting(E_ALL ^ E_NOTICE);
/PHP-5.3/ext/spl/
H A Dspl_array.c332 zend_error(E_NOTICE, "Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_get_dimension_ptr_ptr()
338 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_get_dimension_ptr_ptr()
360 zend_error(E_NOTICE, "Undefined offset: %ld", index); in spl_array_get_dimension_ptr_ptr()
366 zend_error(E_NOTICE, "Undefined offset: %ld", index); in spl_array_get_dimension_ptr_ptr()
533 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex()
537 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex()
556 zend_error(E_NOTICE,"Undefined offset: %ld", Z_LVAL_P(offset)); in spl_array_unset_dimension_ex()
684 …php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an … in spl_array_iterator_append()
1273 …php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an … in SPL_METHOD()
1314 …php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an … in SPL_METHOD()
[all …]
/PHP-5.3/ext/spl/tests/
H A Drecursive_tree_iterator_002.phpt4 error_reporting=E_ALL&~E_NOTICE
H A Drecursive_tree_iterator_003.phpt4 error_reporting=E_ALL&~E_NOTICE
/PHP-5.3/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/PHP-5.3/ext/libxml/tests/
H A Dbug61367-read.phpt7 error_reporting=E_ALL & ~E_NOTICE
11 …* Note: Using error_reporting=E_ALL & ~E_NOTICE to supress "Trying to get property of non-object" …
/PHP-5.3/ext/hash/
H A Dbench.php73 error_reporting(E_ALL&~E_NOTICE);

Completed in 85 milliseconds

12345678