E_NOTICE           68 Zend/zend.c    		EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED;
E_NOTICE          250 Zend/zend.c    			zend_error(E_NOTICE, "Array to string conversion");
E_NOTICE         1073 Zend/zend.c    		case E_NOTICE:
E_NOTICE         5272 Zend/zend_compile.c 		zend_error(E_NOTICE, "Illegal member variable name");
E_NOTICE         5282 Zend/zend_compile.c 		zend_error(E_NOTICE, "Corrupt member variable name");
E_NOTICE          104 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_NOTICE", E_NOTICE, CONST_PERSISTENT | CONST_CS);
E_NOTICE          528 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          830 Zend/zend_exceptions.c 			zend_error(E_NOTICE, "Exceptions must be derived from the Exception base class");
E_NOTICE          199 Zend/zend_execute.c 				zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          205 Zend/zend_execute.c 				zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          227 Zend/zend_execute.c 		zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          239 Zend/zend_execute.c 		zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          264 Zend/zend_execute.c 		zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE          268 Zend/zend_execute.c 		zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
E_NOTICE         1026 Zend/zend_execute.c 						zend_error(E_NOTICE, "Undefined index: %s", offset_key);
E_NOTICE         1033 Zend/zend_execute.c 						zend_error(E_NOTICE,"Undefined index: %s", offset_key);
E_NOTICE         1058 Zend/zend_execute.c 						zend_error(E_NOTICE,"Undefined offset: %ld", hval);
E_NOTICE         1065 Zend/zend_execute.c 						zend_error(E_NOTICE,"Undefined offset: %ld", hval);
E_NOTICE         1167 Zend/zend_execute.c 							zend_error(E_NOTICE, "String offset cast occurred");
E_NOTICE         1214 Zend/zend_execute.c 							zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ce->name);
E_NOTICE         1286 Zend/zend_execute.c 								zend_error(E_NOTICE, "String offset cast occurred");
E_NOTICE         1306 Zend/zend_execute.c 						zend_error(E_NOTICE, "Uninitialized string offset: %ld", Z_LVAL_P(dim));
E_NOTICE          539 Zend/zend_execute_API.c 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",  actual,  actual);
E_NOTICE          614 Zend/zend_execute_API.c 					zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",	str_index, str_index);
E_NOTICE          487 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          509 Zend/zend_object_handlers.c 				zend_error(E_NOTICE,"Undefined property: %s::$%s", zobj->ce->name, Z_STRVAL_P(member));
E_NOTICE          780 Zend/zend_object_handlers.c 				zend_error(E_NOTICE, "Undefined property: %s::$%s", zobj->ce->name, Z_STRVAL_P(member));
E_NOTICE         1573 Zend/zend_object_handlers.c 			zend_error(E_NOTICE, "Object of class %s could not be converted to int", ce->name);
E_NOTICE         1582 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          234 Zend/zend_operators.h 			zend_error(E_NOTICE, "A non well formed numeric value encountered");
E_NOTICE          212 Zend/zend_variables.c 				zend_error(E_NOTICE,"Undefined variable: %s", key->arKey);
E_NOTICE         1073 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         1079 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         1352 Zend/zend_vm_def.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         2885 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         2919 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         3507 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         4077 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         4536 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         4543 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         5268 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5293 Zend/zend_vm_def.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         2391 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         2425 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         3390 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         3396 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         3692 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         4103 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         4128 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         4796 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         4821 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5263 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         5269 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         5816 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5841 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6008 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         6014 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         6548 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6573 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7300 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7325 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7701 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         7735 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         8753 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         8759 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         9331 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         9356 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10026 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10051 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10493 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         10499 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         11048 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         11073 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         11240 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         11246 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         11633 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         11658 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         12325 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         12350 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         12906 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         12940 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         14644 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         14650 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         14922 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         15560 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         15937 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         16122 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         16129 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         16224 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         16249 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         17278 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         18121 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         18221 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         18228 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         18323 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         18348 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         19263 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         19269 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         19541 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         20517 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         20702 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         20709 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         20804 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         20829 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         21256 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         21262 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         21963 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         21988 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         23016 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         23909 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         24009 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         24016 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         24111 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         24136 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         24810 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         25212 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         25424 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         25523 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         25530 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         25623 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         25648 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         26233 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         26750 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         26849 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         26856 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         26949 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         26974 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         27559 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         28076 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         28175 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         28182 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         28275 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         28300 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         28704 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         28729 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         29313 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         29828 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         29927 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         29934 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         30027 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         30052 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         30589 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         30623 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         32178 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         32184 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         32455 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         33244 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         33428 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         33435 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         33528 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         33553 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         34578 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         35292 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         35391 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         35398 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         35491 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         35516 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         36428 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         36434 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         36705 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         37551 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         37735 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         37742 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         37835 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         37860 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         38284 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         38290 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         38846 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         38871 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         39895 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         40658 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         40757 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         40764 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         40857 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         40882 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         2109 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         2111 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         4498 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         4579 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         1868 ext/dom/node.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, 
E_NOTICE         1276 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single");
E_NOTICE         1281 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double");
E_NOTICE         1325 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single");
E_NOTICE         1330 ext/exif/exif.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double");
E_NOTICE         2248 ext/exif/exif.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Undefined JPEG2000 comment encoding");
E_NOTICE         2253 ext/exif/exif.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "JPEG2000 comment section too small");
E_NOTICE         2460 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: filetype = %d", ImageInfo->Thumbnail.filetype);
E_NOTICE         2472 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         2500 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         2517 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         2528 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: created");
E_NOTICE         2748 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         2775 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         2798 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(SECTION_MAKERNOTE));
E_NOTICE         2915 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         3059 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD");
E_NOTICE         3083 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF");
E_NOTICE         3090 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS");
E_NOTICE         3097 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found INTEROPERABILITY");
E_NOTICE         3112 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(sub_section_index));
E_NOTICE         3132 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         3169 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Expect next IFD to be thumbnail");
E_NOTICE         3173 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail size: 0x%04X", ImageInfo->Thumbnail.size);
E_NOTICE         3225 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process TIFF in JPEG done");
E_NOTICE         3249 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process APP1/EXIF done");
E_NOTICE         3269 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         3288 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos);
E_NOTICE         3312 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         3360 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         3436 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done");
E_NOTICE         3484 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         3505 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         3544 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         3552 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         3561 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         3570 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         3628 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         3644 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         3648 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF, done");
E_NOTICE         3682 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         3693 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         3707 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         3722 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) at x%04X", next_offset);
E_NOTICE         3727 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         3739 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) done");
E_NOTICE         3787 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/II format");
E_NOTICE         3801 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/MM format");
E_NOTICE         3961 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections needed: %s", sections_str[0] ? sections_str : "None");
E_NOTICE         3971 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "None");
E_NOTICE         3986 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section FILE");
E_NOTICE         3998 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section COMPUTED");
E_NOTICE         4069 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Adding image infos");
E_NOTICE         4087 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
E_NOTICE         4093 ext/exif/exif.c 	php_error_docref1(NULL TSRMLS_CC, Z_STRVAL_PP(p_name), E_NOTICE, "done");
E_NOTICE         4124 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         4132 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Returning thumbnail(%d)", ImageInfo.Thumbnail.size);
E_NOTICE         4151 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
E_NOTICE         4157 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         1952 ext/gd/gd.c    		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid window handle");
E_NOTICE         2849 ext/gd/gd.c    			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", x, y);
E_NOTICE         2856 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         1953 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot open converter");
E_NOTICE         1957 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong charset, conversion from `%s' to `%s' is not allowed",
E_NOTICE         1962 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an incomplete multibyte character in input string");
E_NOTICE         1966 ext/iconv/iconv.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an illegal character in input string");
E_NOTICE         1980 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          558 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_NOTICE, ctx, LIBXML(error_buffer).c TSRMLS_CC);
E_NOTICE         2274 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         2046 ext/oci8/oci8.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Too many open persistent connections (%ld)", OCI_G(num_persistent));
E_NOTICE          449 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          561 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          739 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         1805 ext/oci8/oci8_interface.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1836 ext/oci8/oci8_interface.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1867 ext/oci8/oci8_interface.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1898 ext/oci8/oci8_interface.c 	php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
E_NOTICE          765 ext/opcache/zend_accelerator_module.c 		zend_error(E_NOTICE, ACCELERATOR_PRODUCT_NAME " seems to be disabled, can't compile file");
E_NOTICE          690 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1128 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1582 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1853 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings");
E_NOTICE          938 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", notice->message);
E_NOTICE          974 ext/pgsql/pgsql.c 		php_error_docref("ref.pgsql" TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         1740 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1748 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         1842 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1850 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         1963 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1971 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         2049 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         2057 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         3104 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Passing OID value is not supported. Upgrade your PostgreSQL");
E_NOTICE         3113 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3120 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3126 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3166 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3173 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3183 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3192 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID is specified");
E_NOTICE         3238 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3245 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3255 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3264 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3485 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
E_NOTICE         3503 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "OID value passing not supported");
E_NOTICE         3513 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3520 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3526 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
E_NOTICE         3566 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3576 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3583 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         3595 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3606 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3612 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
E_NOTICE         3614 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
E_NOTICE         4585 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to nonblocking mode");
E_NOTICE         4615 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4636 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4679 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4687 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         4700 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         4706 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4738 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4746 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         4795 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         4801 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4832 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4840 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         4853 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Could not empty postgres send buffer");
E_NOTICE         4859 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4893 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4901 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         4950 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Could not empty postgres send buffer");
E_NOTICE         4956 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         5413 ext/pgsql/pgsql.c 						php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected NULL for 'NOT NULL' field '%s'", field ); \
E_NOTICE         5467 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid field name (%s) in values", field);
E_NOTICE         5471 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'type'");
E_NOTICE         5475 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'not null'");
E_NOTICE         5479 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'has default'");
E_NOTICE         5483 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'is enum'");
E_NOTICE         5489 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects scalar values as field values");
E_NOTICE         5529 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         5554 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         5596 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         5642 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         5687 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         5729 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         5761 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         5794 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         5825 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         5856 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         5935 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         5987 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         6018 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         6033 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         6039 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         6095 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Table name is invalid");
E_NOTICE         6102 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         6214 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted");
E_NOTICE         6302 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         6329 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted");
E_NOTICE         6351 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects scaler values other than NULL. Need to convert?");
E_NOTICE         6458 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         6550 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         6646 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Failed to execute '%s'", querystr.c);
E_NOTICE         6688 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          268 ext/session/php_session.h 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld", num_key);	\
E_NOTICE         1490 ext/session/session.c 			php_error(E_NOTICE, "A session had already been started - ignoring session_start()");
E_NOTICE         1608 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          666 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          671 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          727 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          962 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         1057 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         1062 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         1084 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         1314 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         1355 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         1380 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         1684 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         2853 ext/spl/spl_iterators.c 		zend_error(E_NOTICE, "Undefined index: %s", arKey);
E_NOTICE         1836 ext/standard/file.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character");
E_NOTICE         1848 ext/standard/file.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character");
E_NOTICE         1859 ext/standard/file.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "escape must be a single character");
E_NOTICE         1979 ext/standard/file.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character");
E_NOTICE         1991 ext/standard/file.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character");
E_NOTICE         2003 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          629 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          696 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          818 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          969 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          588 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          495 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         1161 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           73 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name"); \
E_NOTICE          373 ext/zip/php_zip.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as remove_path option");
E_NOTICE          393 ext/zip/php_zip.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as the add_path option");
E_NOTICE         1682 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as pattern");
E_NOTICE         1795 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as filename");
E_NOTICE         2069 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2130 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2259 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name");
E_NOTICE         2290 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         1010 main/main.c    			case E_NOTICE:
E_NOTICE         1050 main/main.c    			case E_NOTICE:
E_NOTICE         2087 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          987 main/rfc1867.c 				sapi_module.sapi_error(E_NOTICE, "No file uploaded");
E_NOTICE         1031 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         1036 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         1045 main/rfc1867.c 						sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
E_NOTICE         1050 main/rfc1867.c 						sapi_module.sapi_error(E_NOTICE, "Only %d bytes were written, expected to write %d", wlen, blen);
E_NOTICE         1069 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         1450 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         1504 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          597 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,