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         5413 Zend/zend_compile.c 		zend_error(E_NOTICE, "Illegal member variable name");
E_NOTICE         5423 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          838 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         2909 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         2943 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         3718 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         4273 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         4746 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         4753 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         5503 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5528 Zend/zend_vm_def.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         2661 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         2695 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         3679 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         3685 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         3978 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         4385 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         4410 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5087 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5112 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         5569 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         5575 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         6114 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6139 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6321 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         6327 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         6858 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6883 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7604 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7629 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         8026 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         8060 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         9097 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         9103 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         9667 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         9692 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10371 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10396 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10853 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         10859 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         11400 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         11425 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         11607 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         11613 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         11995 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         12020 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         12681 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         12706 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         13283 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         13317 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         15035 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         15041 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         15310 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         15949 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         16312 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         16492 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         16499 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         16594 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         16619 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         17662 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         18497 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         18592 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         18599 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         18694 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         18719 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         19649 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         19655 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         19924 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         20893 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         21073 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         21080 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         21175 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         21200 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         21642 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         21648 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         22345 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         22370 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         23397 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         24283 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         24378 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         24385 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         24480 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         24505 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         25196 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         25600 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
E_NOTICE         25803 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         25897 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         25904 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         25997 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         26022 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         26610 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         27125 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         27219 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         27226 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         27319 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         27344 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         27932 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         28447 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         28541 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         28548 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         28641 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         28666 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         29073 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         29098 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         29685 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         30198 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         30292 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         30299 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         30392 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         30417 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         30965 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         30999 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         32569 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         32575 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         32843 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         33622 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         33801 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         33808 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         33901 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         33926 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         34966 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         35670 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         35764 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         35771 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         35864 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         35889 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         36817 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         36823 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         37091 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         37928 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         38107 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         38114 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         38207 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         38232 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         38672 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         38678 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", Z_STRVAL_P(varname));
E_NOTICE         39228 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         39253 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         40277 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         41031 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         41125 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         41132 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         41225 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         41250 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         2107 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         2109 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         4611 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         4692 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         1870 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         1972 ext/gd/gd.c    		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid window handle");
E_NOTICE         2869 ext/gd/gd.c    			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", x, y);
E_NOTICE         2876 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         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         2079 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          701 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1167 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1625 ext/pcre/php_pcre.c 			php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1900 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         1504 ext/session/session.c 			php_error(E_NOTICE, "A session had already been started - ignoring session_start()");
E_NOTICE         1622 ext/session/session.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "purged %d expired session objects", nrdels);
E_NOTICE          195 ext/soap/php_http.c 	EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE);
E_NOTICE          328 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined index: %s", key);
E_NOTICE          334 ext/spl/spl_array.c 					zend_error(E_NOTICE,"Undefined index: %s", key);
E_NOTICE          360 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined offset: %ld", index);
E_NOTICE          366 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined offset: %ld", index);
E_NOTICE          533 ext/spl/spl_array.c 				zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          537 ext/spl/spl_array.c 				zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          583 ext/spl/spl_array.c 			zend_error(E_NOTICE,"Undefined offset: %ld", Z_LVAL_P(offset));
E_NOTICE          681 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          686 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          742 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          977 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         1072 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         1077 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         1099 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         1329 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         1370 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         1395 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         1699 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         1237 ext/standard/image.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1248 ext/standard/image.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1270 ext/standard/image.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1297 ext/standard/image.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
E_NOTICE         1339 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          968 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          587 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          496 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          573 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           88 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name"); \
E_NOTICE          383 ext/zip/php_zip.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as remove_path option");
E_NOTICE          403 ext/zip/php_zip.c 			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as the add_path option");
E_NOTICE         1754 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as pattern");
E_NOTICE         1866 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as filename");
E_NOTICE         2142 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2206 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2275 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2353 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
E_NOTICE         2482 ext/zip/php_zip.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name");
E_NOTICE         2513 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         1093 main/main.c    			case E_NOTICE:
E_NOTICE         1133 main/main.c    			case E_NOTICE:
E_NOTICE         2176 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          523 main/streams/xp_socket.c 		php_error_docref(NULL TSRMLS_CC, E_NOTICE,