E_NOTICE           70 Zend/zend.c    		EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT;
E_NOTICE          935 Zend/zend.c    		case E_NOTICE:
E_NOTICE         3014 Zend/zend_compile.c 		zend_error(E_NOTICE, "Illegal member variable name");
E_NOTICE         3021 Zend/zend_compile.c 		zend_error(E_NOTICE, "Corrupt member variable name");
E_NOTICE          102 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_NOTICE", E_NOTICE, CONST_PERSISTENT | CONST_CS);
E_NOTICE          352 Zend/zend_constants.c 		zend_error(E_NOTICE,"Constant %s already defined", name);
E_NOTICE           39 Zend/zend_errors.h #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR)
E_NOTICE          609 Zend/zend_exceptions.c 			zend_error(E_NOTICE, "Exceptions must be derived from the Exception base class");
E_NOTICE          186 Zend/zend_execute.c 			zend_error(E_NOTICE, "Uninitialized string offset:  %d", T->str_offset.offset);
E_NOTICE          213 Zend/zend_execute.c 					zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          219 Zend/zend_execute.c 					zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          281 Zend/zend_execute.c 					zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          287 Zend/zend_execute.c 					zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          954 Zend/zend_execute.c 						zend_error(E_NOTICE, "Undefined index:  %s", offset_key);
E_NOTICE          961 Zend/zend_execute.c 						zend_error(E_NOTICE,"Undefined index:  %s", offset_key);
E_NOTICE          989 Zend/zend_execute.c 							zend_error(E_NOTICE,"Undefined offset:  %ld", index);
E_NOTICE          996 Zend/zend_execute.c 							zend_error(E_NOTICE,"Undefined offset:  %ld", index);
E_NOTICE         1175 Zend/zend_execute.c 							zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ce->name);
E_NOTICE          493 Zend/zend_execute_API.c 			zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",
E_NOTICE          545 Zend/zend_execute_API.c 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",	str_index, str_index);
E_NOTICE          777 Zend/zend_execute_API.c 				zend_error(E_NOTICE, "Non-callable array passed to zend_call_function()");
E_NOTICE         1014 Zend/zend_ini_scanner.c 	php_error(E_NOTICE,"Unexpected character on line %d:  '%s' (ASCII %d)\n", yylineno, yytext, yytext[0]);
E_NOTICE          349 Zend/zend_object_handlers.c 						zend_error(E_NOTICE, "Indirect modification of overloaded property %s::$%s has no effect", zobj->ce->name, Z_STRVAL_P(member));
E_NOTICE          357 Zend/zend_object_handlers.c 				zend_error(E_NOTICE,"Undefined property: %s::$%s", zobj->ce->name, Z_STRVAL_P(member));
E_NOTICE         1135 Zend/zend_object_handlers.c 			zend_error(E_NOTICE, "Object of class %s could not be converted to int", ce->name);
E_NOTICE         1144 Zend/zend_object_handlers.c 			zend_error(E_NOTICE, "Object of class %s could not be converted to double", ce->name);
E_NOTICE          361 Zend/zend_operators.c 					zend_error(E_NOTICE, "Object of class %s could not be converted to int", Z_OBJCE_P(op)->name);
E_NOTICE          427 Zend/zend_operators.c 					zend_error(E_NOTICE, "Object of class %s could not be converted to double", Z_OBJCE_P(op)->name);
E_NOTICE          578 Zend/zend_operators.c 			zend_error(E_NOTICE, "Array to string conversion");
E_NOTICE          592 Zend/zend_operators.c 			zend_error(E_NOTICE, "Object of class %s to string conversion", Z_OBJCE_P(op)->name);
E_NOTICE          186 Zend/zend_operators.h 			zend_error(E_NOTICE, "A non well formed numeric value encountered");
E_NOTICE          941 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE          947 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         1204 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         2101 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         2118 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         2633 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",
E_NOTICE         1485 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         1491 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         1693 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         1710 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         2690 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",
E_NOTICE         4058 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         4064 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         4261 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         4278 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         7106 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         7112 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         7303 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         7320 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         9093 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         10610 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         12130 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         14134 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         15391 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         15656 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",
E_NOTICE         16415 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         17395 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         18640 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         19395 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         19401 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         19587 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         19604 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         21220 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         22729 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         24241 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         26235 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         2391 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Timezone ID '%s' is invalid", zone);
E_NOTICE          729 ext/dba/dba.c  				php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_NOTICE, "Handler %s does locking internally", hptr->name);
E_NOTICE         1015 ext/dba/dba.c  				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Handler %s accepts only skip values greater than or equal to zero, using skip=0", info->hnd->name);
E_NOTICE         1026 ext/dba/dba.c  				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Handler %s accepts only skip value -1 and greater, using skip=0", info->hnd->name);
E_NOTICE         1030 ext/dba/dba.c  			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Handler %s does not support optional skip parameter, the value will be ignored", info->hnd->name);
E_NOTICE           42 ext/dba/dba_db3.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
E_NOTICE           43 ext/dba/dba_db4.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
E_NOTICE           68 ext/dba/libcdb/cdb_make.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Fseek failed");
E_NOTICE         1992 ext/dom/document.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "No DTD given in XML-Document");
E_NOTICE         1920 ext/dom/node.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, 
E_NOTICE         1269 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single");
E_NOTICE         1274 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double");
E_NOTICE         1318 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single");
E_NOTICE         1323 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double");
E_NOTICE         1893 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, image_info, E_NOTICE, "Adding %s as buffer%s", name, exif_char_dump(value, length, 0));
E_NOTICE         2261 ext/exif/exif.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Undefined JPEG2000 comment encoding");
E_NOTICE         2266 ext/exif/exif.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "JPEG2000 comment section too small");
E_NOTICE         2475 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: filetype = %d", ImageInfo->Thumbnail.filetype);
E_NOTICE         2487 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size of signature + directory(%d): 0x%02X", info_list->count, new_size);
E_NOTICE         2515 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: process tag(x%04X=%s): %s%s (%d bytes)", info_data->tag, exif_get_tagname(info_data->tag, tagname, -12, tag_table_IFD TSRMLS_CC), (info_data->length>1)&&info_data->format!=TAG_FMT_UNDEFINED&&info_data->format!=TAG_FMT_STRING?"ARRAY OF ":"", exif_get_tagformat(info_data->format), byte_count);
E_NOTICE         2532 ext/exif/exif.c 						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: writing with value offset: 0x%04X + 0x%02X", new_value, byte_count);
E_NOTICE         2543 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: created");
E_NOTICE         2765 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s @x%04X + 0x%04X=%d: %s", exif_get_sectionname(section_index), (int)dir_start-(int)offset_base+maker_note->offset+displacement, value_len, value_len, exif_char_dump(value_ptr, value_len, (int)dir_start-(int)offset_base+maker_note->offset+displacement));
E_NOTICE         2792 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Using automatic offset correction: 0x%04X", ((int)dir_start-(int)offset_base+maker_note->offset+displacement) + offset_diff);
E_NOTICE         2815 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(SECTION_MAKERNOTE));
E_NOTICE         2923 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process tag(x%04X=%s,@x%04X + x%04X(=%d)): %s%s %s", tag, exif_get_tagname(tag, tagname, -12, tag_table TSRMLS_CC), offset_val+displacement, byte_count, byte_count, (components>1)&&format!=TAG_FMT_UNDEFINED&&format!=TAG_FMT_STRING?"ARRAY OF ":"", exif_get_tagformat(format), dump_data);
E_NOTICE         3066 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD");
E_NOTICE         3090 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF");
E_NOTICE         3097 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS");
E_NOTICE         3104 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found INTEROPERABILITY");
E_NOTICE         3119 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(sub_section_index));
E_NOTICE         3139 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s (x%04X(=%d))", exif_get_sectionname(section_index), IFDlength, IFDlength);
E_NOTICE         3176 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Expect next IFD to be thumbnail");
E_NOTICE         3180 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail size: 0x%04X", ImageInfo->Thumbnail.size);
E_NOTICE         3228 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process TIFF in JPEG done");
E_NOTICE         3252 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process APP1/EXIF done");
E_NOTICE         3272 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section APP12 with l1=%d, l2=%d done", l1, l2);
E_NOTICE         3291 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos);
E_NOTICE         3315 ext/exif/exif.c 			exif_error_docref("exif_read_data#error_mcom" EXIFERR_CC, ImageInfo, E_NOTICE, "Image has corrupt COM section: some software set wrong length information");
E_NOTICE         3357 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section(x%02X=%s) @ x%04X + x%04X(=%d)", marker, exif_get_markername(marker), fpos, itemlen, itemlen);
E_NOTICE         3429 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done");
E_NOTICE         3477 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: process section(x%02X=%s) @ x%04X + x%04X", marker, exif_get_markername(marker), pos, length);
E_NOTICE         3498 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size: %d * %d", sof_info.width, sof_info.height);
E_NOTICE         3533 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, 2);
E_NOTICE         3541 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X), IFD entries(%d)", ImageInfo->FileSize, dir_offset+2, dir_size-2, num_entries);
E_NOTICE         3550 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF done, next offset x%04X", next_offset);
E_NOTICE         3559 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: tag(0x%04X,%12s): Illegal format code 0x%04X, switching to BYTE", entry_tag, exif_get_tagname(entry_tag, tagname, -12, tag_table TSRMLS_CC), entry_type);
E_NOTICE         3617 ext/exif/exif.c 						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Resize struct: x%04X + x%04X - x%04X = x%04X", entry_offset, entry_length, dir_offset, ifd_size);
E_NOTICE         3633 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, ifd_size);
E_NOTICE         3637 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF, done");
E_NOTICE         3671 ext/exif/exif.c 						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Next IFD: %s @x%04X", exif_get_sectionname(sub_section_index), entry_offset);
E_NOTICE         3681 ext/exif/exif.c 								exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "%s THUMBNAIL @0x%04X + 0x%04X", ImageInfo->Thumbnail.data ? "Ignore" : "Read", ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.size);
E_NOTICE         3695 ext/exif/exif.c 						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Next IFD: %s done", exif_get_sectionname(sub_section_index));
E_NOTICE         3710 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) at x%04X", next_offset);
E_NOTICE         3714 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "%s THUMBNAIL @0x%04X + 0x%04X", ImageInfo->Thumbnail.data ? "Ignore" : "Read", ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.size);
E_NOTICE         3726 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) done");
E_NOTICE         3774 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/II format");
E_NOTICE         3790 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/MM format");
E_NOTICE         3953 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections needed: %s", sections_str[0] ? sections_str : "None");
E_NOTICE         3978 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "None");
E_NOTICE         3993 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section FILE");
E_NOTICE         4005 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section COMPUTED");
E_NOTICE         4076 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Adding image infos");
E_NOTICE         4094 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
E_NOTICE         4100 ext/exif/exif.c 	php_error_docref1(NULL TSRMLS_CC, Z_STRVAL_PP(p_name), E_NOTICE, "done");
E_NOTICE         4131 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Thumbnail data %d %d %d, %d x %d", ImageInfo.Thumbnail.data, ImageInfo.Thumbnail.size, ImageInfo.Thumbnail.filetype, ImageInfo.Thumbnail.width, ImageInfo.Thumbnail.height);
E_NOTICE         4139 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Returning thumbnail(%d)", ImageInfo.Thumbnail.size);
E_NOTICE         4158 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
E_NOTICE         4164 ext/exif/exif.c 	php_error_docref1(NULL TSRMLS_CC, p_name, E_NOTICE, "Done");
E_NOTICE         2140 ext/gd/gd.c    		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid window handle");
E_NOTICE         3117 ext/gd/gd.c    			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", Z_LVAL_PP(x), Z_LVAL_PP(y));
E_NOTICE         3129 ext/gd/gd.c    			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", Z_LVAL_PP(x), Z_LVAL_PP(y));
E_NOTICE          362 ext/gd/libgd/gd_gif_in.c 		php_gd_error_ex(E_NOTICE, "[GetDataBlock returning %d: %s]", rv, tmp);
E_NOTICE           69 ext/gd/libgd/gd_jpeg.c 			php_gd_error_ex(ignore_warning ? E_NOTICE : E_WARNING, "gd-jpeg, libjpeg: recoverable error: %s\n", message);
E_NOTICE           76 ext/gd/libgd/gd_jpeg.c 			php_gd_error_ex(E_NOTICE, "gd-jpeg, libjpeg: strace message: %s\n", message);
E_NOTICE           73 ext/hash/bench.php error_reporting(E_ALL&~E_NOTICE);
E_NOTICE         1840 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot open converter");
E_NOTICE         1844 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong charset, conversion from `%s' to `%s' is not allowed",
E_NOTICE         1849 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an incomplete multibyte character in input string");
E_NOTICE         1853 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an illegal character in input string");
E_NOTICE         1867 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown error (%d)", errno);
E_NOTICE          694 ext/imap/php_imap.c 		if (EG(error_reporting) & E_NOTICE) {
E_NOTICE          697 ext/imap/php_imap.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s (errflg=%ld)", ecur->LTEXT, ecur->errflg);
E_NOTICE          706 ext/imap/php_imap.c 		if (EG(error_reporting) & E_NOTICE) {
E_NOTICE          709 ext/imap/php_imap.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", acur->LTEXT);
E_NOTICE         1146 ext/interbase/ibase_query.c 			php_error_docref(NULL TSRMLS_CC, (bind_n < expected_n) ? E_WARNING : E_NOTICE,
E_NOTICE         1820 ext/interbase/ibase_query.c 			php_error_docref(NULL TSRMLS_CC, (bind_n < expected_n) ? E_WARNING : E_NOTICE,
E_NOTICE          516 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_NOTICE, ctx, LIBXML(error_buffer).c TSRMLS_CC);
E_NOTICE         1639 ext/mbstring/mbstring.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Argument is empty.");
E_NOTICE         1732 ext/mbstring/mbstring.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Offset is greater than the length of haystack string");
E_NOTICE         1093 ext/msql/php_msql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Bad field offset specified");
E_NOTICE           42 ext/mysql/php_mysql.c # define E_STRICT		E_NOTICE
E_NOTICE          257 ext/mysql/php_mysql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Function called without first fetching all rows from a previous unbuffered query");	\
E_NOTICE          552 ext/mysql/php_mysql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "SQL safe mode in effect - ignoring host/user/password information");
E_NOTICE         1377 ext/mysql/php_mysql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "This function is deprecated; use mysql_query() instead.");
E_NOTICE         1075 ext/oci8/oci8.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Your version of Oracle Client doesn't support setting the charset; bad or no charset conversions may result");
E_NOTICE         1179 ext/oci8/oci8.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Too many open persistent connections (%ld)", OCI_G(num_persistent));
E_NOTICE          433 ext/oci8/oci8_collection.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
E_NOTICE          542 ext/oci8/oci8_collection.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
E_NOTICE          707 ext/oci8/oci8_collection.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
E_NOTICE          611 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1014 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1451 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1512 ext/pcre/php_pcre.c 						php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Unknown error");
E_NOTICE         1718 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings");
E_NOTICE          364 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", notice->message);
E_NOTICE          400 ext/pgsql/pgsql.c 		php_error_docref("ref.pgsql" TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         1148 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1156 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
E_NOTICE         1255 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1263 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
E_NOTICE         1381 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1389 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
E_NOTICE         1478 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1486 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
E_NOTICE         2581 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         2588 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         2598 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         2607 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID is specified");
E_NOTICE         2653 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         2660 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         2670 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         2679 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         2917 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
E_NOTICE         2963 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         2973 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         2980 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         2992 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3003 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3009 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
E_NOTICE         3011 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3925 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to nonblocking mode");
E_NOTICE         3954 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         3975 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4017 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4025 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE");
E_NOTICE         4036 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4075 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4083 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE");
E_NOTICE         4131 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4162 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4170 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE");
E_NOTICE         4181 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4220 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4228 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE");
E_NOTICE         4274 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4430 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Failed to query meta_data for '%s' table %s", table_name, querystr.c);
E_NOTICE         4608 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "'%s' does not match with '%s'", str, regex);
E_NOTICE         4658 ext/pgsql/pgsql.c 						php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected NULL for 'NOT NULL' field '%s'", field ); \
E_NOTICE         4709 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid field name (%s) in values", field);
E_NOTICE         4713 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'type'");
E_NOTICE         4717 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'not null'");
E_NOTICE         4721 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'has default'");
E_NOTICE         4727 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects scaler values as field values");
E_NOTICE         4758 ext/pgsql/pgsql.c 								php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected invalid value (%s) for PostgreSQL %s field (%s)", Z_STRVAL_PP(val), Z_STRVAL_PP(type), field);
E_NOTICE         4783 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects string, null, long or boolelan value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         4825 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for pgsql '%s' (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         4866 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         4917 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         4959 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for '%s' (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         4991 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for '%s' (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         5024 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         5055 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         5086 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         5165 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         5212 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         5243 ext/pgsql/pgsql.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
E_NOTICE         5258 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "PostgreSQL '%s' type (%s) is not supported", Z_STRVAL_PP(type), field);
E_NOTICE         5264 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or system data type '%s' for '%s'", Z_STRVAL_PP(type), field);
E_NOTICE         5313 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Table name is invalid");
E_NOTICE         5320 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         5345 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Failed to execute '%s'", querystr->c);
E_NOTICE         5396 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted");
E_NOTICE         5484 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         5511 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted");
E_NOTICE         5529 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects scaler values other than NULL. Need to convert?");
E_NOTICE         5636 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         5728 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         5824 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Failed to execute '%s'", querystr.c);
E_NOTICE         5866 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE          222 ext/session/mod_files.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno);
E_NOTICE          232 ext/session/php_session.h 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld.", num_key); \
E_NOTICE          877 ext/session/session.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The session bug compatibility code will not "
E_NOTICE         1239 ext/session/session.c 		php_error(E_NOTICE, "A session had already been started - ignoring session_start()");
E_NOTICE         1347 ext/session/session.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "purged %d expired session objects", nrdels);
E_NOTICE           26 ext/soap/interop/client_round2_interop.php error_reporting(E_ALL ^ E_NOTICE);
E_NOTICE          141 ext/soap/php_http.c 	EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE);
E_NOTICE          271 ext/spl/spl_array.c 			zend_error(E_NOTICE, "Undefined index:  %s", Z_STRVAL_P(offset));
E_NOTICE          286 ext/spl/spl_array.c 			zend_error(E_NOTICE, "Undefined offset:  %ld", Z_LVAL_P(offset));
E_NOTICE          422 ext/spl/spl_array.c 				zend_error(E_NOTICE,"Undefined index:  %s", Z_STRVAL_P(offset));
E_NOTICE          426 ext/spl/spl_array.c 				zend_error(E_NOTICE,"Undefined index:  %s", Z_STRVAL_P(offset));
E_NOTICE          440 ext/spl/spl_array.c 			zend_error(E_NOTICE,"Undefined offset:  %ld", Z_LVAL_P(offset));
E_NOTICE          558 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE          710 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
E_NOTICE          749 ext/spl/spl_array.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::valid(): Array was modified outside object and is no longer an array");
E_NOTICE          754 ext/spl/spl_array.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::valid(): Array was modified outside object and internal position is no longer valid");
E_NOTICE          789 ext/spl/spl_array.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::current(): Array was modified outside object and is no longer an array");
E_NOTICE          794 ext/spl/spl_array.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::current(): Array was modified outside object and internal position is no longer valid");
E_NOTICE          814 ext/spl/spl_array.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::current(): Array was modified outside object and is no longer an array");
E_NOTICE          819 ext/spl/spl_array.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::next(): Array was modified outside object and internal position is no longer valid");
E_NOTICE          832 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::rewind(): Array was modified outside object and is no longer an array");
E_NOTICE         1082 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1119 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1145 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1245 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1250 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
E_NOTICE         1277 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1282 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
E_NOTICE         1308 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1325 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1330 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
E_NOTICE         1347 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1352 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
E_NOTICE         1373 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1378 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
E_NOTICE         2093 ext/spl/spl_iterators.c 		zend_error(E_NOTICE, "Undefined index:  %s", arKey);
E_NOTICE         1418 ext/sqlite/sqlite.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Ignored, you must destruct the object instead");
E_NOTICE         2691 ext/sqlite/sqlite.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "no rows received");
E_NOTICE         6387 ext/standard/basic_functions.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "No prefix specified - possible security hazard");
E_NOTICE         1946 ext/standard/file.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character");
E_NOTICE         1958 ext/standard/file.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character");
E_NOTICE         2059 ext/standard/file.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character");
E_NOTICE         2071 ext/standard/file.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character");
E_NOTICE          905 ext/standard/filestat.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%d)", ssb.sb.st_mode&S_IFMT);
E_NOTICE          486 ext/standard/http_fopen_wrapper.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Content-type not specified assuming application/x-www-form-urlencoded");
E_NOTICE         1188 ext/standard/image.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1199 ext/standard/image.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1221 ext/standard/image.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1236 ext/standard/image.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1320 ext/standard/image.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The image is a compressed SWF file, but you do not have a static version of the zlib extension enabled");
E_NOTICE           61 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE TSRMLS_CC);
E_NOTICE           71 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE TSRMLS_CC);
E_NOTICE           76 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE TSRMLS_CC);
E_NOTICE           82 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE TSRMLS_CC);
E_NOTICE           87 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE TSRMLS_CC);
E_NOTICE         1952 ext/standard/string.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Offset is greater than the length of haystack string");
E_NOTICE         1959 ext/standard/string.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Offset is greater than the length of haystack string");
E_NOTICE         2028 ext/standard/string.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Offset is greater than the length of haystack string");
E_NOTICE         2036 ext/standard/string.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Offset is greater than the length of haystack string");
E_NOTICE         2061 ext/standard/string.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Offset is greater than the length of haystack string");
E_NOTICE         2070 ext/standard/string.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Offset is greater than the length of haystack string");
E_NOTICE          594 ext/standard/var.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only "
E_NOTICE          632 ext/standard/var.c 						php_error_docref(NULL TSRMLS_CC, E_NOTICE, "\"%s\" returned as member variable from __sleep() but does not exist", Z_STRVAL_PP(name));
E_NOTICE          747 ext/standard/var.c 								php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only "
E_NOTICE          899 ext/standard/var.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Error at offset %ld of %d bytes", (long)((char*)p - buf), buf_len);
E_NOTICE          504 ext/standard/var_unserializer.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data");
E_NOTICE         1072 ext/sybase_ct/php_sybase_ct.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Unexpected results, cancelling current");
E_NOTICE         1082 ext/sybase_ct/php_sybase_ct.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Unexpected results, cancelling all");
E_NOTICE         1390 ext/sybase_ct/php_sybase_ct.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "cannot use non-storing mode with buffered queries");
E_NOTICE         1416 ext/sybase_ct/php_sybase_ct.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "called without first fetching all rows from a previous unbuffered query");
E_NOTICE         1841 ext/sybase_ct/php_sybase_ct.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Class %s has not been declared", Z_STRVAL_PP(object));
E_NOTICE           79 ext/sybase_ct/tests/index.php         E_NOTICE    => 'Notice',
E_NOTICE           83 ext/tidy/tidy.c                 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There were errors while parsing the configuration file '%s'", Z_STRVAL_PP(_val)); \
E_NOTICE          402 ext/tidy/tidy.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown Tidy Configuration Option '%s'", optname);
E_NOTICE          407 ext/tidy/tidy.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Attempting to set read-only option '%s'", optname);
E_NOTICE          983 ext/tidy/tidy.c 			zend_error(E_NOTICE, "Failure installing Tidy output buffering.");
E_NOTICE          464 ext/wddx/wddx.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize.");
E_NOTICE         1155 ext/xmlreader/php_xmlreader.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot expand this node type");
E_NOTICE         1470 ext/xmlrpc/xmlrpc-epi-php.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array argument expected");
E_NOTICE           63 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name"); \
E_NOTICE         1120 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as filename");
E_NOTICE         1429 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         1490 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         1619 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name");
E_NOTICE         1650 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name");
E_NOTICE          844 main/main.c    			case E_NOTICE:
E_NOTICE          884 main/main.c    			case E_NOTICE:
E_NOTICE         1703 main/main.c    	EG(error_reporting) = E_ALL & ~E_NOTICE;
E_NOTICE          766 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to flush buffer. No buffer to flush.");
E_NOTICE          785 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer. No buffer to delete.");
E_NOTICE          790 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s.", OG(active_ob_buffer).handler_name);
E_NOTICE          808 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete and flush buffer. No buffer to delete or flush.");
E_NOTICE          812 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s.", OG(active_ob_buffer).handler_name);
E_NOTICE          830 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer. No buffer to delete.");
E_NOTICE          834 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s.", OG(active_ob_buffer).handler_name);
E_NOTICE          857 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete and flush buffer. No buffer to delete or flush.");
E_NOTICE          861 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s.", OG(active_ob_buffer).handler_name);
E_NOTICE          882 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer. No buffer to delete.");
E_NOTICE          886 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s.", OG(active_ob_buffer).handler_name);
E_NOTICE         1056 main/rfc1867.c 				sapi_module.sapi_error(E_NOTICE, "No file uploaded");
E_NOTICE         1082 main/rfc1867.c 					sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of %ld bytes exceeded - file [%s=%s] not saved", PG(upload_max_filesize), param, filename);
E_NOTICE         1087 main/rfc1867.c 					sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %ld bytes exceeded - file [%s=%s] not saved", max_file_size, param, filename);
E_NOTICE         1097 main/rfc1867.c 						sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
E_NOTICE         1102 main/rfc1867.c 						sapi_module.sapi_error(E_NOTICE, "Only %d bytes were written, expected to write %d", wlen, blen);
E_NOTICE         1117 main/rfc1867.c 				sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", strlen(filename) > 0 ? filename : "");
E_NOTICE         1527 main/streams/streams.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unable to find the wrapper \"%s\" - did you forget to enable it when you configured PHP?", wrapper_name);
E_NOTICE          527 main/streams/userspace.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s:// was never changed, nothing to restore", protocol);
E_NOTICE           98 main/streams/xp_socket.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "send of %ld bytes failed with errno=%ld %s",