E_NOTICE           69 Zend/zend.c    		EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED;
E_NOTICE          251 Zend/zend.c    			zend_error(E_NOTICE, "Array to string conversion");
E_NOTICE         1087 Zend/zend.c    		case E_NOTICE:
E_NOTICE         5411 Zend/zend_compile.c 		zend_error(E_NOTICE, "Illegal member variable name");
E_NOTICE         5421 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          510 Zend/zend_constants.c 		zend_error(E_NOTICE,"Constant %s already defined", name);
E_NOTICE           41 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_DEPRECATED | E_USER_DEPRECATED | E_STRICT)
E_NOTICE          801 Zend/zend_exceptions.c 			zend_error(E_NOTICE, "Exceptions must be derived from the Exception base class");
E_NOTICE          196 Zend/zend_execute.c 				zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          202 Zend/zend_execute.c 				zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          224 Zend/zend_execute.c 		zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          236 Zend/zend_execute.c 		zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          261 Zend/zend_execute.c 		zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          265 Zend/zend_execute.c 		zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE         1060 Zend/zend_execute.c 						zend_error(E_NOTICE, "Undefined index: %s", offset_key);
E_NOTICE         1067 Zend/zend_execute.c 						zend_error(E_NOTICE,"Undefined index: %s", offset_key);
E_NOTICE         1092 Zend/zend_execute.c 						zend_error(E_NOTICE,"Undefined offset: %ld", hval);
E_NOTICE         1099 Zend/zend_execute.c 						zend_error(E_NOTICE,"Undefined offset: %ld", hval);
E_NOTICE         1201 Zend/zend_execute.c 							zend_error(E_NOTICE, "String offset cast occurred");
E_NOTICE         1248 Zend/zend_execute.c 							zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ce->name);
E_NOTICE         1320 Zend/zend_execute.c 								zend_error(E_NOTICE, "String offset cast occurred");
E_NOTICE         1340 Zend/zend_execute.c 						zend_error(E_NOTICE, "Uninitialized string offset: %ld", Z_LVAL_P(dim));
E_NOTICE          526 Zend/zend_execute_API.c 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",  actual,  actual);
E_NOTICE          519 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          541 Zend/zend_object_handlers.c 				zend_error(E_NOTICE,"Undefined property: %s::$%s", zobj->ce->name, Z_STRVAL_P(member));
E_NOTICE          812 Zend/zend_object_handlers.c 				zend_error(E_NOTICE, "Undefined property: %s::$%s", zobj->ce->name, Z_STRVAL_P(member));
E_NOTICE         1599 Zend/zend_object_handlers.c 			zend_error(E_NOTICE, "Object of class %s could not be converted to int", ce->name);
E_NOTICE         1608 Zend/zend_object_handlers.c 			zend_error(E_NOTICE, "Object of class %s could not be converted to double", ce->name);
E_NOTICE          412 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          472 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          635 Zend/zend_operators.c 			zend_error(E_NOTICE, "Array to string conversion");
E_NOTICE          649 Zend/zend_operators.c 			zend_error(E_NOTICE, "Object of class %s to string conversion", Z_OBJCE_P(op)->name);
E_NOTICE          235 Zend/zend_operators.h 			zend_error(E_NOTICE, "A non well formed numeric value encountered");
E_NOTICE          217 Zend/zend_variables.c 				zend_error(E_NOTICE,"Undefined variable: %s", key->arKey);
E_NOTICE         1067 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         1073 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         1343 Zend/zend_vm_def.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         2908 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         2942 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         3717 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         4272 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         4745 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         4752 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         5502 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5527 Zend/zend_vm_def.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         2658 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         2692 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         3676 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         3682 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         3975 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         4382 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         4407 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5084 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5109 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5566 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         5572 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         6111 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6136 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6318 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         6324 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         6855 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6880 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7601 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7626 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         8023 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         8057 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         9094 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         9100 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         9664 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         9689 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10368 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10393 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10850 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         10856 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         11397 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         11422 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         11604 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         11610 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         11992 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         12017 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         12678 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         12703 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         13280 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         13314 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         15032 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         15038 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         15307 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         15946 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         16309 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         16489 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         16496 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         16591 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         16616 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         17659 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         18494 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         18589 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         18596 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         18691 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         18716 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         19646 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         19652 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         19921 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         20889 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         21069 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         21076 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         21171 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         21196 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         21638 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         21644 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         22341 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         22366 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         23393 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         24278 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         24373 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         24380 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         24475 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         24500 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         25191 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         25595 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         25798 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         25892 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         25899 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         25992 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         26017 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         26605 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         27120 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         27214 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         27221 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         27314 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         27339 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         27927 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         28442 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         28536 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         28543 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         28636 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         28661 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         29068 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         29093 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         29680 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         30193 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         30287 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         30294 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         30387 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         30412 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         30960 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         30994 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         32564 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         32570 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         32838 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         33617 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         33796 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         33803 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         33896 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         33921 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         34961 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         35665 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         35759 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         35766 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         35859 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         35884 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         36812 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         36818 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         37086 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         37922 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         38101 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         38108 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         38201 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         38226 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         38666 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         38672 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         39222 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         39247 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         40271 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         41024 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         41118 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         41125 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         41218 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         41243 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         2104 ext/curl/interface.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead");
E_NOTICE         2106 ext/curl/interface.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead");
E_NOTICE         4595 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "A two-letter ISO 3166-1 compatible country code is expected");
E_NOTICE         4676 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Timezone ID '%s' is invalid", zone);
E_NOTICE          719 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         1014 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         1025 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         1029 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           60 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         1871 ext/dom/node.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, 
E_NOTICE         1266 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single");
E_NOTICE         1271 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double");
E_NOTICE         1315 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single");
E_NOTICE         1320 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double");
E_NOTICE         2238 ext/exif/exif.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Undefined JPEG2000 comment encoding");
E_NOTICE         2243 ext/exif/exif.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "JPEG2000 comment section too small");
E_NOTICE         2450 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: filetype = %d", ImageInfo->Thumbnail.filetype);
E_NOTICE         2462 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         2490 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         2507 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         2518 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: created");
E_NOTICE         2738 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         2765 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         2788 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(SECTION_MAKERNOTE));
E_NOTICE         2905 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         3049 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD");
E_NOTICE         3073 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF");
E_NOTICE         3080 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS");
E_NOTICE         3087 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found INTEROPERABILITY");
E_NOTICE         3102 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(sub_section_index));
E_NOTICE         3122 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         3159 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Expect next IFD to be thumbnail");
E_NOTICE         3163 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail size: 0x%04X", ImageInfo->Thumbnail.size);
E_NOTICE         3215 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process TIFF in JPEG done");
E_NOTICE         3239 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process APP1/EXIF done");
E_NOTICE         3259 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         3278 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos);
E_NOTICE         3302 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         3350 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         3426 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done");
E_NOTICE         3474 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         3495 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         3534 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         3542 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         3551 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         3560 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         3618 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         3634 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         3638 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF, done");
E_NOTICE         3672 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         3683 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         3697 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         3712 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) at x%04X", next_offset);
E_NOTICE         3717 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         3729 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) done");
E_NOTICE         3777 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/II format");
E_NOTICE         3791 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/MM format");
E_NOTICE         3951 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections needed: %s", sections_str[0] ? sections_str : "None");
E_NOTICE         3961 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "None");
E_NOTICE         3976 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section FILE");
E_NOTICE         3988 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section COMPUTED");
E_NOTICE         4059 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Adding image infos");
E_NOTICE         4077 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
E_NOTICE         4083 ext/exif/exif.c 	php_error_docref1(NULL TSRMLS_CC, Z_STRVAL_PP(p_name), E_NOTICE, "done");
E_NOTICE         4114 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         4122 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Returning thumbnail(%d)", ImageInfo.Thumbnail.size);
E_NOTICE         4141 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
E_NOTICE         4147 ext/exif/exif.c 	php_error_docref1(NULL TSRMLS_CC, p_name, E_NOTICE, "Done");
E_NOTICE           71 ext/fileinfo/libmagic/print.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Warning: %s", expanded_format);
E_NOTICE         1967 ext/gd/gd.c    		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid window handle");
E_NOTICE         2864 ext/gd/gd.c    			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", x, y);
E_NOTICE         2871 ext/gd/gd.c    			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", x, y);
E_NOTICE          364 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         2018 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot open converter");
E_NOTICE         2022 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong charset, conversion from `%s' to `%s' is not allowed",
E_NOTICE         2027 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an incomplete multibyte character in input string");
E_NOTICE         2031 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an illegal character in input string");
E_NOTICE         2045 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown error (%d)", errno);
E_NOTICE         1080 ext/imap/php_imap.c 		if (EG(error_reporting) & E_NOTICE) {
E_NOTICE         1083 ext/imap/php_imap.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s (errflg=%ld)", ecur->LTEXT, ecur->errflg);
E_NOTICE         1092 ext/imap/php_imap.c 		if (EG(error_reporting) & E_NOTICE) {
E_NOTICE         1095 ext/imap/php_imap.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", acur->LTEXT);
E_NOTICE         1164 ext/interbase/ibase_query.c 			php_error_docref(NULL TSRMLS_CC, (bind_n < expected_n) ? E_WARNING : E_NOTICE,
E_NOTICE         1803 ext/interbase/ibase_query.c 			php_error_docref(NULL TSRMLS_CC, (bind_n < expected_n) ? E_WARNING : E_NOTICE,
E_NOTICE          282 ext/intl/collator/collator_is_numeric.c 		zend_error(E_NOTICE, "A non well formed numeric value encountered");
E_NOTICE          305 ext/intl/idn/idn.c 			php_error_docref0(NULL TSRMLS_CC, E_NOTICE,
E_NOTICE          559 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_NOTICE, ctx, LIBXML(error_buffer).c TSRMLS_CC);
E_NOTICE         2298 ext/mbstring/mbstring.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Argument is empty");
E_NOTICE           43 ext/mysql/php_mysql.c # define E_STRICT		E_NOTICE
E_NOTICE          379 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          398 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          769 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         2077 ext/oci8/oci8.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Too many open persistent connections (%ld)", OCI_G(num_persistent));
E_NOTICE          465 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          581 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          766 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         1817 ext/oci8/oci8_interface.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1849 ext/oci8/oci8_interface.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1881 ext/oci8/oci8_interface.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1913 ext/oci8/oci8_interface.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1944 ext/oci8/oci8_interface.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
E_NOTICE          769 ext/opcache/zend_accelerator_module.c 		zend_error(E_NOTICE, ACCELERATOR_PRODUCT_NAME " seems to be disabled, can't compile file");
E_NOTICE          696 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1162 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1620 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1895 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings");
E_NOTICE          968 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", notice->message);
E_NOTICE         1004 ext/pgsql/pgsql.c 		php_error_docref("ref.pgsql" TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         1851 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1859 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         1953 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1961 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         2074 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         2082 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         2160 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         2168 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         3204 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Passing OID value is not supported. Upgrade your PostgreSQL");
E_NOTICE         3213 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3220 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3226 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3266 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3273 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3283 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3292 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID is specified");
E_NOTICE         3338 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3345 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3355 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3364 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3585 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
E_NOTICE         3603 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "OID value passing not supported");
E_NOTICE         3613 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3620 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3626 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3666 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3676 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3683 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3695 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3706 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3712 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
E_NOTICE         3714 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         4737 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to nonblocking mode");
E_NOTICE         4767 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4788 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4841 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4846 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,
E_NOTICE         4868 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         4875 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4916 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4921 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,
E_NOTICE         4979 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         4986 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         5026 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         5031 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,
E_NOTICE         5054 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         5060 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         5103 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         5108 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,
E_NOTICE         5166 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         5172 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         5444 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         5451 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Failed resetting connection to blocking mode");
E_NOTICE         5778 ext/pgsql/pgsql.c 						php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected NULL for 'NOT NULL' field '%s'", field ); \
E_NOTICE         5832 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid field name (%s) in values", field);
E_NOTICE         5836 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'type'");
E_NOTICE         5840 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'not null'");
E_NOTICE         5844 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'has default'");
E_NOTICE         5848 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'is enum'");
E_NOTICE         5852 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects scalar values as field values");
E_NOTICE         5892 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         5917 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         5959 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         6005 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         6068 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         6110 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         6142 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         6175 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         6206 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         6237 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         6316 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         6368 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         6399 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         6405 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or system data type '%s' for '%s'. Report error", Z_STRVAL_PP(type), field);
E_NOTICE         6461 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Table name is invalid");
E_NOTICE         6468 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         6580 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted");
E_NOTICE         6690 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         6762 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted");
E_NOTICE         6909 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         7001 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         7097 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Failed to execute '%s'", querystr.c);
E_NOTICE         7139 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE          521 ext/phar/func_interceptors.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%u)", stat_sb->st_mode & S_IFMT);
E_NOTICE          199 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          269 ext/session/php_session.h 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld", num_key);	\
E_NOTICE         1491 ext/session/session.c 			php_error(E_NOTICE, "A session had already been started - ignoring session_start()");
E_NOTICE         1609 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          195 ext/soap/php_http.c 	EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE);
E_NOTICE          326 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          332 ext/spl/spl_array.c 					zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          354 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined offset: %ld", index);
E_NOTICE          360 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined offset: %ld", index);
E_NOTICE          527 ext/spl/spl_array.c 				zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          531 ext/spl/spl_array.c 				zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          577 ext/spl/spl_array.c 			zend_error(E_NOTICE,"Undefined offset: %ld", Z_LVAL_P(offset));
E_NOTICE          675 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%sArray was modified outside object and is no longer an array", msg_prefix);
E_NOTICE          680 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%sArray was modified outside object and internal position is no longer valid", msg_prefix);
E_NOTICE          736 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          971 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         1066 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         1071 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         1093 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         1323 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         1364 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         1389 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         1693 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         2921 ext/spl/spl_iterators.c 		zend_error(E_NOTICE, "Undefined index: %s", arKey);
E_NOTICE          275 ext/standard/crypt.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash.");
E_NOTICE         1840 ext/standard/file.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character");
E_NOTICE         1852 ext/standard/file.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character");
E_NOTICE         1863 ext/standard/file.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "escape must be a single character");
E_NOTICE         1983 ext/standard/file.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character");
E_NOTICE         1995 ext/standard/file.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character");
E_NOTICE         2007 ext/standard/file.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "escape must be a single character");
E_NOTICE          994 ext/standard/filestat.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%d)", ssb.sb.st_mode&S_IFMT);
E_NOTICE          234 ext/standard/formatted_print.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Requested precision of %d digits was truncated to PHP maximum of %d digits", precision, MAX_FLOAT_PRECISION);
E_NOTICE          652 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         1229 ext/standard/image.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1240 ext/standard/image.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1262 ext/standard/image.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1277 ext/standard/image.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1328 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           59 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           77 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE TSRMLS_CC);
E_NOTICE           84 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE TSRMLS_CC);
E_NOTICE           90 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE TSRMLS_CC);
E_NOTICE          660 ext/standard/var.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          693 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          815 ext/standard/var.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          966 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          583 ext/standard/var_unserializer.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data");
E_NOTICE         1134 ext/sybase_ct/php_sybase_ct.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Unexpected results, canceling current");
E_NOTICE         1144 ext/sybase_ct/php_sybase_ct.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Unexpected results, canceling all");
E_NOTICE         1445 ext/sybase_ct/php_sybase_ct.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Cannot use non-storing mode with buffered queries");
E_NOTICE         1465 ext/sybase_ct/php_sybase_ct.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Called without first fetching all rows from a previous unbuffered query");
E_NOTICE         1871 ext/sybase_ct/php_sybase_ct.c 					php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Class %s has not been declared", Z_STRVAL_P(object));
E_NOTICE           84 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          499 ext/tidy/tidy.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown Tidy Configuration Option '%s'", optname);
E_NOTICE          504 ext/tidy/tidy.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Attempting to set read-only option '%s'", optname);
E_NOTICE          493 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          565 ext/xsl/xsltprocessor.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The xsl.security_prefs php.ini was not used, since the  XsltProcessor->setSecurityPrefs() method was used");
E_NOTICE           89 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name"); \
E_NOTICE          384 ext/zip/php_zip.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as remove_path option");
E_NOTICE          404 ext/zip/php_zip.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as the add_path option");
E_NOTICE         1749 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as pattern");
E_NOTICE         1861 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as filename");
E_NOTICE         2137 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2201 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2270 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2348 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2477 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name");
E_NOTICE         2508 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name");
E_NOTICE          673 main/fopen_wrappers.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s/%s path was truncated to %d", ptr, filename, MAXPATHLEN);
E_NOTICE         1080 main/main.c    			case E_NOTICE:
E_NOTICE         1120 main/main.c    			case E_NOTICE:
E_NOTICE         2160 main/main.c    	EG(error_reporting) = E_ALL & ~E_NOTICE;
E_NOTICE         1223 main/output.c  			php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to %s buffer. No buffer to %s", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send");
E_NOTICE         1228 main/output.c  			php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to %s buffer of %s (%d)", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", orphan->name, orphan->level);
E_NOTICE         1334 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to create buffer");
E_NOTICE         1350 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to flush buffer. No buffer to flush");
E_NOTICE         1355 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to flush buffer of %s (%d)", OG(active)->name, OG(active)->level);
E_NOTICE         1371 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer. No buffer to delete");
E_NOTICE         1376 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer of %s (%d)", OG(active)->name, OG(active)->level);
E_NOTICE         1392 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         1409 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer. No buffer to delete");
E_NOTICE         1426 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         1431 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer of %s (%d)", OG(active)->name, OG(active)->level);
E_NOTICE         1449 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer. No buffer to delete");
E_NOTICE         1454 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer of %s (%d)", OG(active)->name, OG(active)->level);
E_NOTICE          997 main/rfc1867.c 				sapi_module.sapi_error(E_NOTICE, "No file uploaded");
E_NOTICE         1041 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         1046 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         1055 main/rfc1867.c 						sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
E_NOTICE         1060 main/rfc1867.c 						sapi_module.sapi_error(E_NOTICE, "Only %d bytes were written, expected to write %d", wlen, blen);
E_NOTICE         1079 main/rfc1867.c 				sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", filename[0] != '\0' ? filename : "");
E_NOTICE         1445 main/streams/plain_wrapper.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s/%s path was truncated to %d", cwd, filename, MAXPATHLEN);
E_NOTICE         1499 main/streams/plain_wrapper.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s/%s path was truncated to %d", ptr, filename, MAXPATHLEN);
E_NOTICE          598 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",
E_NOTICE          513 main/streams/xp_socket.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,