E_NOTICE           70 Zend/zend.c    		EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED;
E_NOTICE          741 Zend/zend.c    	EG(error_reporting) = E_ALL & ~E_NOTICE;
E_NOTICE         1097 Zend/zend.c    		case E_NOTICE:
E_NOTICE         1304 Zend/zend.c    			zend_error(E_NOTICE, "Error exceptions must be derived from Error");
E_NOTICE         1648 Zend/zend_API.c 			zend_error(E_NOTICE, "Resource ID#%d used as offset, casting to integer (%d)", Z_RES_HANDLE_P(key), Z_RES_HANDLE_P(key));
E_NOTICE         1214 Zend/zend_compile.c 		zend_error(E_NOTICE, "Illegal member variable name");
E_NOTICE         1224 Zend/zend_compile.c 		zend_error(E_NOTICE, "Corrupt member variable name");
E_NOTICE          121 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_NOTICE", E_NOTICE, CONST_PERSISTENT | CONST_CS);
E_NOTICE          507 Zend/zend_constants.c 		zend_error(E_NOTICE,"Constant %s already defined", ZSTR_VAL(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          926 Zend/zend_exceptions.c 			zend_error(E_NOTICE, "Exceptions must implement Throwable");
E_NOTICE          231 Zend/zend_execute.c 	zend_error(E_NOTICE, "Undefined variable: %s", ZSTR_VAL(cv));
E_NOTICE         1550 Zend/zend_execute.c 					zend_error(E_NOTICE,"Undefined offset: " ZEND_LONG_FMT, hval);
E_NOTICE         1557 Zend/zend_execute.c 					zend_error(E_NOTICE,"Undefined offset: " ZEND_LONG_FMT, hval);
E_NOTICE         1581 Zend/zend_execute.c 							zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
E_NOTICE         1588 Zend/zend_execute.c 							zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
E_NOTICE         1599 Zend/zend_execute.c 					zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
E_NOTICE         1606 Zend/zend_execute.c 					zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
E_NOTICE         1623 Zend/zend_execute.c 				zend_error(E_NOTICE, "Resource ID#%pd used as offset, casting to integer (%pd)", Z_RES_HANDLE_P(dim), Z_RES_HANDLE_P(dim));
E_NOTICE         1663 Zend/zend_execute.c 				zend_error(E_NOTICE, "String offset cast occurred");
E_NOTICE         1747 Zend/zend_execute.c 				zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name));
E_NOTICE         1763 Zend/zend_execute.c 						zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name));
E_NOTICE         1847 Zend/zend_execute.c 						zend_error(E_NOTICE, "String offset cast occurred");
E_NOTICE         1865 Zend/zend_execute.c 				zend_error(E_NOTICE, "Uninitialized string offset: %pd", offset);
E_NOTICE          619 Zend/zend_execute_API.c 					zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",  actual,  actual);
E_NOTICE          337 Zend/zend_object_handlers.c 							zend_error(E_NOTICE, "Accessing static property %s::$%s as non static", ZSTR_VAL(ce->name), ZSTR_VAL(member));
E_NOTICE          415 Zend/zend_object_handlers.c 							zend_error(E_NOTICE, "Accessing static property %s::$%s as non static", ZSTR_VAL(ce->name), ZSTR_VAL(member));
E_NOTICE          573 Zend/zend_object_handlers.c 						zend_error(E_NOTICE, "Indirect modification of overloaded property %s::$%s has no effect", ZSTR_VAL(zobj->ce->name), Z_STRVAL_P(member));
E_NOTICE          596 Zend/zend_object_handlers.c 		zend_error(E_NOTICE,"Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), Z_STRVAL_P(member));
E_NOTICE          819 Zend/zend_object_handlers.c 						zend_error(E_NOTICE, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name));
E_NOTICE          850 Zend/zend_object_handlers.c 					zend_error(E_NOTICE, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name));
E_NOTICE         1567 Zend/zend_object_handlers.c 			zend_error(E_NOTICE, "Object of class %s could not be converted to int", ZSTR_VAL(ce->name));
E_NOTICE         1575 Zend/zend_object_handlers.c 			zend_error(E_NOTICE, "Object of class %s could not be converted to float", ZSTR_VAL(ce->name));
E_NOTICE          547 Zend/zend_operators.c 			zend_error(E_NOTICE, "Array to string conversion");
E_NOTICE          834 Zend/zend_operators.c 			zend_error(E_NOTICE, "Array to string conversion");
E_NOTICE         2843 Zend/zend_operators.c 			zend_error(E_NOTICE, "A non well formed numeric value encountered");
E_NOTICE          290 Zend/zend_variables.c 				zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(key->key));
E_NOTICE          297 Zend/zend_variables.c 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(key->key));
E_NOTICE         1558 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         1564 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         1579 Zend/zend_vm_def.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         1585 Zend/zend_vm_def.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         1853 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         2090 Zend/zend_vm_def.h 			zend_error(E_NOTICE,"Undefined offset: " ZEND_ULONG_FMT, Z_LVAL_P(EX_CONSTANT(opline->op2)));
E_NOTICE         2313 Zend/zend_vm_def.h 		zend_error(E_NOTICE, "Only variables should be assigned by reference");
E_NOTICE         4004 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         4032 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         4300 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Only variables should be passed by reference");
E_NOTICE         5067 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",
E_NOTICE         5729 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         6580 Zend/zend_vm_def.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         6654 Zend/zend_vm_def.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         7330 Zend/zend_vm_def.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7354 Zend/zend_vm_def.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         3136 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         3164 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         5020 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         5026 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         5041 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         5047 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         5248 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         5391 Zend/zend_vm_execute.h 			zend_error(E_NOTICE,"Undefined offset: " ZEND_ULONG_FMT, Z_LVAL_P(EX_CONSTANT(opline->op2)));
E_NOTICE         5901 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",
E_NOTICE         6391 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         6465 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         6546 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6570 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6723 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6747 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         6954 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         6960 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         6975 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         6981 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         7265 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7289 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         7460 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         7466 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         7481 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         7487 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         8163 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         8187 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         9038 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         9900 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         9974 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         10019 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10043 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         10858 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         11674 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         11748 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         11826 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         11854 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         12760 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         13063 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         13087 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         13240 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         13264 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         13417 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         13441 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         13787 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         13811 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         14033 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         14336 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         14360 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         14546 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         15052 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         15080 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         15250 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variables should be passed by reference");
E_NOTICE         17215 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         17690 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",
E_NOTICE         18039 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         18077 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         18101 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         18283 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         18307 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         18488 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Only variables should be assigned by reference");
E_NOTICE         18549 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         18573 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         19538 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         19562 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         20419 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         20761 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Only variables should be assigned by reference");
E_NOTICE         21195 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         21233 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         21257 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         22082 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         22773 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         23480 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         23904 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'",
E_NOTICE         24154 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         24256 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         24330 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         24375 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         24399 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         24516 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         24540 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         24657 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         24681 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, "Only variable references should be yielded by reference");
E_NOTICE         25220 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         25895 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         26462 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         26564 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         26638 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         26683 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         26707 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         27385 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         27956 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         28059 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         28133 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         28632 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         28660 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be returned by reference");
E_NOTICE         31138 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         31144 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         31159 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         31165 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         31433 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         31668 Zend/zend_vm_execute.h 			zend_error(E_NOTICE,"Undefined offset: " ZEND_ULONG_FMT, Z_LVAL_P(EX_CONSTANT(opline->op2)));
E_NOTICE         32466 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         32667 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         32741 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         32830 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         32854 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         33126 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         33150 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         33357 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         33363 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         33378 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         33384 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         33515 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Only variables should be assigned by reference");
E_NOTICE         33799 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         33823 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         34304 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         34310 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         34325 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         34331 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         34994 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         35018 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         36503 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         36917 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Only variables should be assigned by reference");
E_NOTICE         37469 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         37571 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         37645 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         37690 Zend/zend_vm_execute.h 				zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         37714 Zend/zend_vm_execute.h 					zend_error(E_NOTICE, "Only variable references should be yielded by reference");
E_NOTICE         39167 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to get property of non-object");
E_NOTICE         40051 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to unset property of non-object");
E_NOTICE         40154 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         40228 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         41516 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         41522 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         41537 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         41543 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         41731 Zend/zend_vm_execute.h 			zend_error(E_NOTICE,"Undefined offset: " ZEND_ULONG_FMT, Z_LVAL_P(EX_CONSTANT(opline->op2)));
E_NOTICE         42297 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         42371 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         42515 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         42521 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         42536 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         42542 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         42926 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         42932 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         42947 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         42953 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
E_NOTICE         44264 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         44338 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         45411 Zend/zend_vm_execute.h 			zend_error(E_NOTICE, "Trying to check element of non-array");
E_NOTICE         45485 Zend/zend_vm_execute.h 		zend_error(E_NOTICE, "Trying to check property of non-object");
E_NOTICE         2033 ext/curl/interface.c 				php_error_docref(NULL, 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         2035 ext/curl/interface.c 				php_error_docref(NULL, E_NOTICE, "CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead");
E_NOTICE         4522 ext/date/php_date.c 		php_error_docref(NULL, E_NOTICE, "A two-letter ISO 3166-1 compatible country code is expected");
E_NOTICE         4602 ext/date/php_date.c 		php_error_docref(NULL, E_NOTICE, "Timezone ID '%s' is invalid", zone);
E_NOTICE          741 ext/dba/dba.c  				php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_NOTICE, "Handler %s does locking internally", hptr->name);
E_NOTICE         1027 ext/dba/dba.c  				php_error_docref(NULL, E_NOTICE, "Handler %s accepts only skip values greater than or equal to zero, using skip=0", info->hnd->name);
E_NOTICE         1038 ext/dba/dba.c  				php_error_docref(NULL, E_NOTICE, "Handler %s accepts only skip value -1 and greater, using skip=0", info->hnd->name);
E_NOTICE         1042 ext/dba/dba.c  			php_error_docref(NULL, E_NOTICE, "Handler %s does not support optional skip parameter, the value will be ignored", info->hnd->name);
E_NOTICE           45 ext/dba/dba_db3.c 	php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
E_NOTICE           59 ext/dba/dba_db4.c 	php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
E_NOTICE           68 ext/dba/libcdb/cdb_make.c 		php_error_docref(NULL, E_NOTICE, "Fseek failed");
E_NOTICE         1782 ext/dom/node.c 			php_error_docref(NULL, E_NOTICE,
E_NOTICE         1260 ext/exif/exif.c 			php_error_docref(NULL, E_NOTICE, "Found value of type single");
E_NOTICE         1265 ext/exif/exif.c 			php_error_docref(NULL, E_NOTICE, "Found value of type double");
E_NOTICE         1309 ext/exif/exif.c 			php_error_docref(NULL, E_NOTICE, "Found value of type single");
E_NOTICE         1314 ext/exif/exif.c 			php_error_docref(NULL, E_NOTICE, "Found value of type double");
E_NOTICE         2229 ext/exif/exif.c 				php_error_docref(NULL, E_NOTICE, "Undefined JPEG2000 comment encoding");
E_NOTICE         2234 ext/exif/exif.c 		php_error_docref(NULL, E_NOTICE, "JPEG2000 comment section too small");
E_NOTICE         2441 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: filetype = %d", ImageInfo->Thumbnail.filetype);
E_NOTICE         2453 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         2481 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), (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         2498 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         2509 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: created");
E_NOTICE         2729 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         2756 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         2779 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(SECTION_MAKERNOTE));
E_NOTICE         2896 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), 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         3040 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD");
E_NOTICE         3064 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF");
E_NOTICE         3071 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS");
E_NOTICE         3078 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found INTEROPERABILITY");
E_NOTICE         3093 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(sub_section_index));
E_NOTICE         3113 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         3150 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Expect next IFD to be thumbnail");
E_NOTICE         3154 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail size: 0x%04X", ImageInfo->Thumbnail.size);
E_NOTICE         3206 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process TIFF in JPEG done");
E_NOTICE         3230 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process APP1/EXIF done");
E_NOTICE         3250 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         3269 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos);
E_NOTICE         3293 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         3341 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         3417 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done");
E_NOTICE         3465 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         3486 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         3525 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         3533 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X), IFD entries(%d)", ImageInfo->FileSize, dir_offset+2, dir_size-2, num_entries);
E_NOTICE         3542 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         3551 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), entry_type);
E_NOTICE         3609 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         3625 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         3629 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF, done");
E_NOTICE         3663 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         3674 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         3688 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         3703 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) at x%04X", next_offset);
E_NOTICE         3708 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         3720 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) done");
E_NOTICE         3768 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/II format");
E_NOTICE         3782 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/MM format");
E_NOTICE         3945 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections needed: %s", sections_str[0] ? sections_str : "None");
E_NOTICE         3955 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "None");
E_NOTICE         3970 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section FILE");
E_NOTICE         3982 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section COMPUTED");
E_NOTICE         4053 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Adding image infos");
E_NOTICE         4071 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
E_NOTICE         4077 ext/exif/exif.c 	php_error_docref1(NULL, p_name, E_NOTICE, "done");
E_NOTICE         4109 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         4117 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Returning thumbnail(%d)", ImageInfo.Thumbnail.size);
E_NOTICE         4136 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
E_NOTICE         4142 ext/exif/exif.c 	php_error_docref1(NULL, p_name, E_NOTICE, "Done");
E_NOTICE           70 ext/fileinfo/libmagic/print.c 		php_error_docref(NULL, E_NOTICE, "Warning: %s", expanded_format);
E_NOTICE         1884 ext/gd/gd.c    		php_error_docref(NULL, E_NOTICE, "Invalid window handle");
E_NOTICE         2812 ext/gd/gd.c    			php_error_docref(NULL, E_NOTICE, "%pd,%pd is out of bounds", x, y);
E_NOTICE         2819 ext/gd/gd.c    			php_error_docref(NULL, E_NOTICE, "%pd,%pd 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         2015 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Cannot open converter");
E_NOTICE         2019 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Wrong charset, conversion from `%s' to `%s' is not allowed",
E_NOTICE         2024 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Detected an incomplete multibyte character in input string");
E_NOTICE         2028 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Detected an illegal character in input string");
E_NOTICE         2042 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Unknown error (%d)", errno);
E_NOTICE         1077 ext/imap/php_imap.c 		if (EG(error_reporting) & E_NOTICE) {
E_NOTICE         1080 ext/imap/php_imap.c 				php_error_docref(NULL, E_NOTICE, "%s (errflg=%ld)", ecur->LTEXT, ecur->errflg);
E_NOTICE         1089 ext/imap/php_imap.c 		if (EG(error_reporting) & E_NOTICE) {
E_NOTICE         1092 ext/imap/php_imap.c 				php_error_docref(NULL, E_NOTICE, "%s", acur->LTEXT);
E_NOTICE         1168 ext/interbase/ibase_query.c 			php_error_docref(NULL, (bind_n < expected_n) ? E_WARNING : E_NOTICE,
E_NOTICE         1804 ext/interbase/ibase_query.c 			php_error_docref(NULL, (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          303 ext/intl/idn/idn.c 			php_error_docref0(NULL, E_NOTICE,
E_NOTICE          564 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_NOTICE, ctx, ZSTR_VAL(LIBXML(error_buffer).s));
E_NOTICE         2323 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_NOTICE, "Argument is empty");
E_NOTICE         2087 ext/oci8/oci8.c 				php_error_docref(NULL, E_NOTICE, "Too many open persistent connections (%pd)", OCI_G(num_persistent));
E_NOTICE          465 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
E_NOTICE          576 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
E_NOTICE          760 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
E_NOTICE         1845 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1877 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1909 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1941 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
E_NOTICE         1972 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
E_NOTICE          794 ext/opcache/zend_accelerator_module.c 		zend_error(E_NOTICE, ACCELERATOR_PRODUCT_NAME " seems to be disabled, can't compile file");
E_NOTICE          750 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1173 ext/pcre/php_pcre.c 			php_error_docref(NULL,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         1795 ext/pcre/php_pcre.c 			php_error_docref(NULL,E_NOTICE, "Matched, but too many substrings");
E_NOTICE         2067 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_NOTICE, "Matched, but too many substrings");
E_NOTICE          970 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "%s", notice->message);
E_NOTICE         1006 ext/pgsql/pgsql.c 		php_error_docref("ref.pgsql", E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         1851 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1859 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
E_NOTICE         1954 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         1962 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
E_NOTICE         2070 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         2078 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
E_NOTICE         2157 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode");
E_NOTICE         2165 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
E_NOTICE         3219 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Passing OID value is not supported. Upgrade your PostgreSQL");
E_NOTICE         3228 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
E_NOTICE         3235 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
E_NOTICE         3241 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
E_NOTICE         3281 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3289 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
E_NOTICE         3300 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3309 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID is specified");
E_NOTICE         3355 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3363 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
E_NOTICE         3374 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3383 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
E_NOTICE         3613 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Old API is used");
E_NOTICE         3630 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "OID value passing not supported");
E_NOTICE         3640 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
E_NOTICE         3647 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
E_NOTICE         3653 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
E_NOTICE         3694 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
E_NOTICE         3705 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3713 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
E_NOTICE         3725 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3736 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
E_NOTICE         3743 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Old API is used");
E_NOTICE         3745 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
E_NOTICE         4765 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to nonblocking mode");
E_NOTICE         4795 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4814 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4869 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4874 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,
E_NOTICE         4896 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         4903 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         4942 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         4947 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,
E_NOTICE         4999 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         5006 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         5044 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         5049 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,
E_NOTICE         5072 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         5078 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         5119 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         5124 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,
E_NOTICE         5176 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Could not empty PostgreSQL send buffer");
E_NOTICE         5182 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
E_NOTICE         5467 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
E_NOTICE         5474 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Failed resetting connection to blocking mode");
E_NOTICE         5793 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected NULL for 'NOT NULL' field '%s'", ZSTR_VAL(field)); \
E_NOTICE         5834 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid field name (%s) in values", ZSTR_VAL(field));
E_NOTICE         5838 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected broken meta data. Missing 'type'");
E_NOTICE         5842 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected broken meta data. Missing 'not null'");
E_NOTICE         5846 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected broken meta data. Missing 'has default'");
E_NOTICE         5850 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected broken meta data. Missing 'is enum'");
E_NOTICE         5854 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Expects scalar values as field values");
E_NOTICE         5893 ext/pgsql/pgsql.c 								php_error_docref(NULL, E_NOTICE, "Detected invalid value (%s) for PostgreSQL %s field (%s)", Z_STRVAL_P(val), Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         5925 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects string, null, long or boolelan value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         5967 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for pgsql '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6013 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6076 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6118 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6150 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6183 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6214 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6245 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6324 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6372 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6403 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6409 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Unknown or system data type '%s' for '%s'. Report error", Z_STRVAL_P(type), ZSTR_VAL(field));
E_NOTICE         6461 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Table name is invalid");
E_NOTICE         6470 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         6580 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Expects associative array for values to be inserted");
E_NOTICE         6686 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         6752 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Expects associative array for values to be inserted");
E_NOTICE         6899 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         6991 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE         7081 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Failed to execute '%s'", ZSTR_VAL(querystr.s));
E_NOTICE         7123 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
E_NOTICE          518 ext/phar/func_interceptors.c 		php_error_docref(NULL, E_NOTICE, "Unknown file type (%u)", stat_sb->st_mode & S_IFMT);
E_NOTICE          289 ext/session/mod_files.c 		php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno);
E_NOTICE          302 ext/session/php_session.h 			php_error_docref(NULL, E_NOTICE,				\
E_NOTICE          494 ext/session/session.c 				php_error_docref(NULL, E_NOTICE, "purged %d expired session objects", nrdels);
E_NOTICE         1546 ext/session/session.c 			php_error(E_NOTICE, "A session had already been started - ignoring session_start()");
E_NOTICE          193 ext/soap/php_http.c 	EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE);
E_NOTICE          310 ext/spl/spl_array.c 							zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
E_NOTICE          316 ext/spl/spl_array.c 							zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
E_NOTICE          326 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
E_NOTICE          332 ext/spl/spl_array.c 					zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
E_NOTICE          342 ext/spl/spl_array.c 		zend_error(E_NOTICE, "Resource ID#%pd used as offset, casting to integer (%pd)", Z_RES_P(offset)->handle, Z_RES_P(offset)->handle);
E_NOTICE          360 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined offset: %pd", index);
E_NOTICE          366 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined offset: %pd", index);
E_NOTICE          531 ext/spl/spl_array.c 				zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          540 ext/spl/spl_array.c 						zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          551 ext/spl/spl_array.c 					zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          554 ext/spl/spl_array.c 				zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
E_NOTICE          575 ext/spl/spl_array.c 			zend_error(E_NOTICE,"Undefined offset: %pd", index);
E_NOTICE          687 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "%sArray was modified outside object and is no longer an array", msg_prefix);
E_NOTICE          746 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1050 ext/spl/spl_array.c 			php_error_docref(NULL, E_NOTICE, "ArrayIterator::current(): Array was modified outside object and is no longer an array");
E_NOTICE         1064 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "ArrayIterator::rewind(): Array was modified outside object and is no longer an array");
E_NOTICE         1300 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1338 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1363 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         1677 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
E_NOTICE         2860 ext/spl/spl_iterators.c 		zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(key));
E_NOTICE          301 ext/standard/crypt.c 		php_error_docref(NULL, 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         1887 ext/standard/file.c 			php_error_docref(NULL, E_NOTICE, "delimiter must be a single character");
E_NOTICE         1899 ext/standard/file.c 			php_error_docref(NULL, E_NOTICE, "enclosure must be a single character");
E_NOTICE         1910 ext/standard/file.c 			php_error_docref(NULL, E_NOTICE, "escape must be a single character");
E_NOTICE         2020 ext/standard/file.c 				php_error_docref(NULL, E_NOTICE, "delimiter must be a single character");
E_NOTICE         2032 ext/standard/file.c 				php_error_docref(NULL, E_NOTICE, "enclosure must be a single character");
E_NOTICE         2044 ext/standard/file.c 				php_error_docref(NULL, E_NOTICE, "escape must be a single character");
E_NOTICE          982 ext/standard/filestat.c 		php_error_docref(NULL, E_NOTICE, "Unknown file type (%d)", ssb.sb.st_mode&S_IFMT);
E_NOTICE          231 ext/standard/formatted_print.c 		php_error_docref(NULL, E_NOTICE, "Requested precision of %d digits was truncated to PHP maximum of %d digits", precision, MAX_FLOAT_PRECISION);
E_NOTICE          653 ext/standard/http_fopen_wrapper.c 			php_error_docref(NULL, E_NOTICE, "Content-type not specified assuming application/x-www-form-urlencoded");
E_NOTICE         1242 ext/standard/image.c 		php_error_docref(NULL, E_NOTICE, "Read error!");
E_NOTICE         1253 ext/standard/image.c 			php_error_docref(NULL, E_NOTICE, "Read error!");
E_NOTICE         1275 ext/standard/image.c 		php_error_docref(NULL, E_NOTICE, "Read error!");
E_NOTICE         1302 ext/standard/image.c 		php_error_docref(NULL, E_NOTICE, "Read error!");
E_NOTICE         1343 ext/standard/image.c 			php_error_docref(NULL, E_NOTICE, "The image is a compressed SWF file, but you do not have a static version of the zlib extension enabled");
E_NOTICE           54 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE);
E_NOTICE           66 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE);
E_NOTICE           72 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE);
E_NOTICE           79 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE);
E_NOTICE           85 ext/standard/incomplete_class.c 	incomplete_class_message(object, E_NOTICE);
E_NOTICE          710 ext/standard/var.c 				php_error_docref(NULL, E_NOTICE,
E_NOTICE          764 ext/standard/var.c 						php_error_docref(NULL, E_NOTICE,
E_NOTICE          884 ext/standard/var.c 								php_error_docref(NULL, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize");
E_NOTICE         1048 ext/standard/var.c 			php_error_docref(NULL, E_NOTICE, "Error at offset " ZEND_LONG_FMT " of %zd bytes",
E_NOTICE          619 ext/standard/var_unserializer.c 	php_error_docref(NULL, E_NOTICE, "Unexpected end of serialized data");
E_NOTICE           82 ext/tidy/tidy.c                 php_error_docref(NULL, E_NOTICE, "There were errors while parsing the configuration file '%s'", Z_STRVAL_P(_val)); \
E_NOTICE          502 ext/tidy/tidy.c 		php_error_docref(NULL, E_NOTICE, "Unknown Tidy Configuration Option '%s'", optname);
E_NOTICE          507 ext/tidy/tidy.c 		php_error_docref(NULL, E_NOTICE, "Attempting to set read-only option '%s'", optname);
E_NOTICE          474 ext/wddx/wddx.c 					php_error_docref(NULL, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize.");
E_NOTICE         1151 ext/xmlreader/php_xmlreader.c 				php_error_docref(NULL, E_NOTICE, "Cannot expand this node type");
E_NOTICE           70 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name"); \
E_NOTICE          328 ext/zip/php_zip.c 			php_error_docref(NULL, E_NOTICE, "Empty string given as remove_path option");
E_NOTICE          348 ext/zip/php_zip.c 			php_error_docref(NULL, E_NOTICE, "Empty string given as the add_path option");
E_NOTICE         1643 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as pattern");
E_NOTICE         1756 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as filename");
E_NOTICE         2029 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
E_NOTICE         2093 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
E_NOTICE         2162 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
E_NOTICE         2241 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
E_NOTICE         2306 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
E_NOTICE         2437 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as new entry name");
E_NOTICE         2468 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as new entry name");
E_NOTICE          683 main/fopen_wrappers.c 			php_error_docref(NULL, E_NOTICE, "%s/%s path was truncated to %d", ptr, filename, MAXPATHLEN);
E_NOTICE         1032 main/main.c    			case E_NOTICE:
E_NOTICE         1072 main/main.c    			case E_NOTICE:
E_NOTICE         1200 main/output.c  			php_error_docref("ref.outcontrol", 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         1205 main/output.c  			php_error_docref("ref.outcontrol", E_NOTICE, "failed to %s buffer of %s (%d)", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", ZSTR_VAL(orphan->name), orphan->level);
E_NOTICE         1310 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to create buffer");
E_NOTICE         1326 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to flush buffer. No buffer to flush");
E_NOTICE         1331 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to flush buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
E_NOTICE         1347 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer. No buffer to delete");
E_NOTICE         1352 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
E_NOTICE         1368 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete and flush buffer. No buffer to delete or flush");
E_NOTICE         1385 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer. No buffer to delete");
E_NOTICE         1402 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete and flush buffer. No buffer to delete or flush");
E_NOTICE         1407 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
E_NOTICE         1425 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer. No buffer to delete");
E_NOTICE         1430 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
E_NOTICE         1002 main/rfc1867.c 				sapi_module.sapi_error(E_NOTICE, "No file uploaded");
E_NOTICE         1046 main/rfc1867.c 					sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file [%s=%s] not saved", PG(upload_max_filesize), param, filename);
E_NOTICE         1051 main/rfc1867.c 					sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of " ZEND_LONG_FMT " bytes exceeded - file [%s=%s] not saved", max_file_size, param, filename);
E_NOTICE         1064 main/rfc1867.c 						sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
E_NOTICE         1069 main/rfc1867.c 						sapi_module.sapi_error(E_NOTICE, "Only %d bytes were written, expected to write %d", wlen, blen);
E_NOTICE         1088 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         1474 main/streams/plain_wrapper.c 			php_error_docref(NULL, E_NOTICE, "%s/%s path was truncated to %d", cwd, filename, MAXPATHLEN);
E_NOTICE         1529 main/streams/plain_wrapper.c 			php_error_docref(NULL, E_NOTICE, "%s/%s path was truncated to %d", ptr, filename, MAXPATHLEN);
E_NOTICE          564 main/streams/userspace.c 		php_error_docref(NULL, E_NOTICE, "%s:// was never changed, nothing to restore", ZSTR_VAL(protocol));
E_NOTICE          105 main/streams/xp_socket.c 		php_error_docref(NULL, E_NOTICE, "send of " ZEND_LONG_FMT " bytes failed with errno=%ld %s",
E_NOTICE          547 main/streams/xp_socket.c 		php_error_docref(NULL, E_NOTICE,