E_ERROR           289 Zend/zend.c    				zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", Z_OBJCE_P(expr)->name);
E_ERROR          1043 Zend/zend.c    			case E_ERROR:
E_ERROR          1072 Zend/zend.c    		case E_ERROR:
E_ERROR          1121 Zend/zend.c    		case E_ERROR:
E_ERROR          1348 Zend/zend.c    						zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR          1351 Zend/zend.c    					zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR           240 Zend/zend_API.c 		zend_error(E_ERROR, "Class entry requested for an object without PHP class");
E_ERROR          1185 Zend/zend_API.c 		zend_error(E_ERROR, "Cannot instantiate %s %s", what, class_type->name);
E_ERROR          2924 Zend/zend_API.c 					zend_error(E_ERROR, "Cannot call abstract method %s::%s()", fcc->calling_scope->name, fcc->function_handler->common.function_name);
E_ERROR          2934 Zend/zend_API.c 					severity = E_ERROR;
E_ERROR          2944 Zend/zend_API.c 						if (severity == E_ERROR) {
E_ERROR          2953 Zend/zend_API.c 						if (severity == E_ERROR) {
E_ERROR          1775 Zend/zend_alloc.c 			zend_error_noreturn(E_ERROR,
E_ERROR          2475 Zend/zend_alloc.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
E_ERROR          2504 Zend/zend_alloc.c                 zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
E_ERROR          2525 Zend/zend_alloc.c                 zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
E_ERROR          2545 Zend/zend_alloc.c                 zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
E_ERROR          2558 Zend/zend_alloc.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
E_ERROR          2573 Zend/zend_alloc.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
E_ERROR          1828 Zend/zend_builtin_functions.c 			zend_error(E_ERROR, "Unexpected inconsistency in create_function()");
E_ERROR           247 Zend/zend_closures.c 				zend_error(E_ERROR, "Cannot destroy active lambda function");
E_ERROR          3051 Zend/zend_compile.c 			zend_error(E_ERROR, "Cannot override final %s::%s() with %s::%s()",
E_ERROR          3551 Zend/zend_compile.c 		zend_error(E_ERROR, "Interface %s cannot implement itself", ce->name);
E_ERROR          4463 Zend/zend_compile.c 		int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR;
E_ERROR          5603 Zend/zend_compile.c 					zend_error(E_ERROR, "\"static::\" is not allowed in compile-time constants");
E_ERROR          5832 Zend/zend_compile.c 				zend_error(E_ERROR, "Illegal offset type");
E_ERROR           100 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_ERROR", E_ERROR, CONST_PERSISTENT | CONST_CS);
E_ERROR           353 Zend/zend_constants.c 				zend_error(E_ERROR, "Cannot access self:: when no class scope is active");
E_ERROR           360 Zend/zend_constants.c 				zend_error(E_ERROR, "Cannot access parent:: when no class scope is active");
E_ERROR           362 Zend/zend_constants.c 				zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent");
E_ERROR           372 Zend/zend_constants.c 				zend_error(E_ERROR, "Cannot access static:: when no class scope is active");
E_ERROR           383 Zend/zend_constants.c 					zend_error(E_ERROR, "Undefined class constant '%s::%s'", class_name, constant_name);
E_ERROR            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_ERROR            45 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Cannot set non exception as previous exception");
E_ERROR           110 Zend/zend_exceptions.c 			zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR           112 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Exception thrown without a stack frame");
E_ERROR           202 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Wrong parameters for Exception([string $exception [, long $code [, Exception $previous = NULL]]])");
E_ERROR           253 Zend/zend_exceptions.c 	long   code = 0, severity = E_ERROR, lineno;
E_ERROR           258 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Wrong parameters for ErrorException([string $exception [, long $code, [ long $severity, [ string $filename, [ long $lineno  [, Exception $previous = NULL]]]]]])");
E_ERROR           807 Zend/zend_exceptions.c 	zend_declare_property_long(error_exception_ce, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC_PROTECTED TSRMLS_CC);
E_ERROR           939 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Need to supply an object when throwing an exception");
E_ERROR           945 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Exceptions must be valid objects derived from the Exception base class");
E_ERROR           467 Zend/zend_execute.c 		zend_error_noreturn(E_ERROR, "Using $this when not in object context");
E_ERROR           481 Zend/zend_execute.c 			zend_error_noreturn(E_ERROR, "Using $this when not in object context");
E_ERROR           492 Zend/zend_execute.c 		zend_error_noreturn(E_ERROR, "Using $this when not in object context");
E_ERROR           504 Zend/zend_execute.c 			zend_error_noreturn(E_ERROR, "Using $this when not in object context");
E_ERROR           652 Zend/zend_execute.c 				zend_error(E_ERROR, "Unknown typehint");
E_ERROR           743 Zend/zend_execute.c 			zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          1144 Zend/zend_execute.c 					zend_error_noreturn(E_ERROR, "[] operator not supported for strings");
E_ERROR          1190 Zend/zend_execute.c 				zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          1323 Zend/zend_execute.c 				zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          1393 Zend/zend_execute.c 				zend_error_noreturn(E_ERROR, "Cannot access undefined property for object with overloaded property access");
E_ERROR          1418 Zend/zend_execute.c 			zend_error_noreturn(E_ERROR, "Cannot break/continue %d level%s", original_nest_levels, (original_nest_levels == 1) ? "" : "s");
E_ERROR           474 Zend/zend_execute_API.c 		zend_error(E_ERROR, "Cannot declare self-referencing constant '%s'", Z_STRVAL_P(p));
E_ERROR           491 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p));
E_ERROR           527 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Undefined constant '%s'", save);
E_ERROR           593 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Undefined class constant '%s'", str_index);
E_ERROR           612 Zend/zend_execute_API.c 						zend_error(E_ERROR, "Undefined constant '%s'", save);
E_ERROR           755 Zend/zend_execute_API.c 			zend_error(E_ERROR, "Corrupted fcall_info provided to zend_call_function()");
E_ERROR           813 Zend/zend_execute_API.c 			zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EX(function_state).function->common.scope->name, EX(function_state).function->common.function_name);
E_ERROR           978 Zend/zend_execute_API.c 			zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
E_ERROR          1231 Zend/zend_execute_API.c 		zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR          1309 Zend/zend_execute_API.c 		zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR          1334 Zend/zend_execute_API.c 	zend_error(E_ERROR, "Maximum execution time of %d second%s exceeded", EG(timeout_seconds), EG(timeout_seconds) == 1 ? "" : "s");
E_ERROR          1377 Zend/zend_execute_API.c 			zend_error(E_ERROR, "Could not delete queued timer");
E_ERROR          1387 Zend/zend_execute_API.c 		zend_error(E_ERROR, "Could not queue new timer");
E_ERROR          1436 Zend/zend_execute_API.c 			zend_error(E_ERROR, "Could not delete queued timer");
E_ERROR          1472 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access self:: when no class scope is active");
E_ERROR          1477 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access parent:: when no class scope is active");
E_ERROR          1480 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent");
E_ERROR          1485 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access static:: when no class scope is active");
E_ERROR          1501 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Interface '%s' not found", class_name);
E_ERROR          1503 Zend/zend_execute_API.c                 	zend_error(E_ERROR, "Trait '%s' not found", class_name);
E_ERROR          1505 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Class '%s' not found", class_name);
E_ERROR          1524 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Interface '%s' not found", class_name);
E_ERROR          1526 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Trait '%s' not found", class_name);
E_ERROR          1528 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Class '%s' not found", class_name);
E_ERROR          1583 Zend/zend_execute_API.c 			zend_error(E_ERROR, "Class %s contains %d abstract method%s and must therefore be declared abstract or implement the remaining methods (" MAX_ABSTRACT_INFO_FMT MAX_ABSTRACT_INFO_FMT MAX_ABSTRACT_INFO_FMT ")",
E_ERROR           337 Zend/zend_generators.c 		zend_error(E_ERROR, "Cannot resume an already running generator");
E_ERROR            83 Zend/zend_hash.c 			zend_error(E_ERROR, "Nesting level too deep - recursive dependency?");		\
E_ERROR           255 Zend/zend_interfaces.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           330 Zend/zend_interfaces.c 						zend_error(E_ERROR, "Class %s cannot implement both %s and %s at the same time",
E_ERROR           362 Zend/zend_interfaces.c 				zend_error(E_ERROR, "Class %s cannot implement both %s and %s at the same time",
E_ERROR            41 Zend/zend_object_handlers.c 			zend_error(E_ERROR, "Nesting level too deep - recursive dependency?"); \
E_ERROR           284 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Cannot access empty property");
E_ERROR           286 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Cannot access property started with '\\0'");
E_ERROR           333 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->flags), ce->name, Z_STRVAL_P(member));
E_ERROR           502 Zend/zend_object_handlers.c 						zend_error(E_ERROR, "Cannot access empty property");
E_ERROR           504 Zend/zend_object_handlers.c 						zend_error(E_ERROR, "Cannot access property started with '\\0'");
E_ERROR           620 Zend/zend_object_handlers.c 					zend_error(E_ERROR, "Cannot access empty property");
E_ERROR           622 Zend/zend_object_handlers.c 					zend_error(E_ERROR, "Cannot access property started with '\\0'");
E_ERROR           652 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Undefined offset for object of type %s used as array", ce->name);
E_ERROR           662 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name);
E_ERROR           681 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name);
E_ERROR           710 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name);
E_ERROR           841 Zend/zend_object_handlers.c 					zend_error(E_ERROR, "Cannot access empty property");
E_ERROR           843 Zend/zend_object_handlers.c 					zend_error(E_ERROR, "Cannot access property started with '\\0'");
E_ERROR           868 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name);
E_ERROR           886 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot get arguments for __call");
E_ERROR          1052 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), method_name, EG(scope) ? EG(scope)->name : "");
E_ERROR          1078 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), method_name, EG(scope) ? EG(scope)->name : "");
E_ERROR          1104 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME);
E_ERROR          1202 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot call non static method %s::%s() without object", ZEND_FN_SCOPE_NAME(fbc), fbc->common.function_name);
E_ERROR          1219 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name : "");
E_ERROR          1229 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name : "");
E_ERROR          1257 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
E_ERROR          1268 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->flags), ce->name, property_name);
E_ERROR          1275 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
E_ERROR          1290 Zend/zend_object_handlers.c 			zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
E_ERROR          1301 Zend/zend_object_handlers.c 	zend_error_noreturn(E_ERROR, "Attempt to unset static property %s::$%s", ce->name, property_name);
E_ERROR          1319 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR, "Call to private %s::%s() from context '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name);
E_ERROR          1321 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR, "Call to private %s::%s() from invalid context", constructor->common.scope->name, constructor->common.function_name);
E_ERROR          1331 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR, "Call to protected %s::%s() from context '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name);
E_ERROR          1333 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR, "Call to protected %s::%s() from invalid context", constructor->common.scope->name, constructor->common.function_name);
E_ERROR          1542 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR, "Method %s::__toString() must not throw an exception", ce->name);
E_ERROR            77 Zend/zend_objects.c 					zend_error(EG(in_execution) ? E_ERROR : E_WARNING,
E_ERROR            90 Zend/zend_objects.c 					zend_error(EG(in_execution) ? E_ERROR : E_WARNING,
E_ERROR           117 Zend/zend_objects.c 				zend_error(E_ERROR, "Attempt to destruct pending exception");
E_ERROR           864 Zend/zend_operators.c 					zend_error(E_ERROR, "Unsupported operand types");
E_ERROR           911 Zend/zend_operators.c 					zend_error(E_ERROR, "Unsupported operand types");
E_ERROR           952 Zend/zend_operators.c 					zend_error(E_ERROR, "Unsupported operand types");
E_ERROR          1017 Zend/zend_operators.c 					zend_error(E_ERROR, "Unsupported operand types");
E_ERROR          1097 Zend/zend_operators.c 	zend_error(E_ERROR, "Unsupported operand types");
E_ERROR          1319 Zend/zend_operators.c 			zend_error(E_ERROR, "String size overflow");
E_ERROR          1332 Zend/zend_operators.c 			zend_error(E_ERROR, "String size overflow");
E_ERROR           218 Zend/zend_signal.c 			zend_error(E_ERROR, "Error installing signal handler for %d", signo);
E_ERROR           270 Zend/zend_signal.c 			zend_error(E_ERROR, "Error installing signal handler for %d", signo);
E_ERROR           482 Zend/zend_strtod.c 		zend_error(E_ERROR, "Balloc() allocation exceeds list boundary");
E_ERROR           493 Zend/zend_strtod.c 			zend_error(E_ERROR, "Balloc() failed to allocate memory");
E_ERROR           341 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR           460 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR           483 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR           605 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           713 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           811 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           858 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           905 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           948 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          1202 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1236 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1274 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1286 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          1312 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1321 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          1401 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1445 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1521 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1560 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1622 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1647 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1804 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          1810 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          1928 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", fbc->common.scope->name, fbc->common.function_name);
E_ERROR          1949 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically", fbc->common.scope->name, fbc->common.function_name);
E_ERROR          2041 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
E_ERROR          2413 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          2440 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          2457 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          2463 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          2477 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          2522 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          2560 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2574 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          2591 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          2594 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          2611 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          2638 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2666 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2705 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2709 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2713 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2736 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method));
E_ERROR          2755 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2766 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2786 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2818 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val);
E_ERROR          2912 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          2970 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          3054 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.opline_num);
E_ERROR          3166 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          3380 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate interface %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR          3382 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate trait %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR          3384 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate abstract class %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR          3438 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          3446 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          3448 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          3457 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          3463 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          3512 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3542 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3576 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3595 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          3930 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4027 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          4040 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          4673 Zend/zend_vm_def.h 	zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EG(scope)->name, EX(op_array)->function_name);
E_ERROR          4953 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "%s cannot implement %s - it is not an interface", ce->name, iface->name);
E_ERROR          4980 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "%s cannot use %s - it is not a trait", ce->name, trait->name);
E_ERROR          5201 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Base lambda function for closure not found");
E_ERROR          5245 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          5284 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR           380 Zend/zend_vm_execute.h 	zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen");
E_ERROR           489 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", fbc->common.scope->name, fbc->common.function_name);
E_ERROR           510 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically", fbc->common.scope->name, fbc->common.function_name);
E_ERROR           602 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
E_ERROR           750 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate interface %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR           752 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate trait %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR           754 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate abstract class %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR           835 Zend/zend_vm_execute.h 	zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EG(scope)->name, EX(op_array)->function_name);
E_ERROR           958 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "%s cannot use %s - it is not a trait", ce->name, trait->name);
E_ERROR          1215 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1235 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1263 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1302 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1306 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1310 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1333 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method));
E_ERROR          1352 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1363 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1383 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1500 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "%s cannot implement %s - it is not an interface", ce->name, iface->name);
E_ERROR          1539 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1560 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1588 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1627 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1631 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1635 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1658 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method));
E_ERROR          1677 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1688 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1726 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1747 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1775 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1814 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1818 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1822 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1845 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method));
E_ERROR          1864 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1875 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1913 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1952 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1972 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2000 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2039 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2043 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2047 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2070 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method));
E_ERROR          2089 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2100 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2326 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val);
E_ERROR          2418 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          2463 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          2487 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.opline_num);
E_ERROR          2539 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          2547 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          2549 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          2558 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          2564 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          3551 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3589 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          3603 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          3620 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          3623 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          3640 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          3697 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3727 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3761 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3780 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          3922 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4080 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          4119 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          4543 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          4581 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          4595 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          4612 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          4615 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          4632 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          4676 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          4773 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          4812 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          5400 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          5438 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          5452 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          5469 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          5472 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          5489 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          5533 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          5675 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          5793 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          5832 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          6126 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          6164 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          6178 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          6195 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          6198 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          6215 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          6241 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          6383 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          6502 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Base lambda function for closure not found");
E_ERROR          6525 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          6564 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          6988 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          7026 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          7040 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          7057 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          7060 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          7077 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          7180 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          7277 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          7316 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          7728 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          7773 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          7797 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.opline_num);
E_ERROR          7850 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          7858 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          7860 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          7869 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          7875 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          8959 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          8976 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          8982 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          8996 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          9048 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          9190 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          9308 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          9347 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          9815 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          9832 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          9838 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          9852 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          9906 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          10003 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          10042 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          10674 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          10691 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          10697 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          10711 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          10765 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          10907 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          11025 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          11064 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          11350 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          11492 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          11610 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          11649 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          12116 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          12133 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          12139 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          12153 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          12205 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          12302 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          12341 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          12487 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12534 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12581 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12624 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12933 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          12979 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          13087 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          13167 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          13175 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          13177 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          13186 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          13192 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          14120 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          14239 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14262 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          14383 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          14491 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          14772 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14806 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14844 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14856 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          14882 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14891 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          14971 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15015 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15091 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15130 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15168 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15193 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15338 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          15355 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          15361 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          15375 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          15419 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          15457 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          15471 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          15488 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          15491 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          15508 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          15565 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          15595 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          15629 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          15648 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          15790 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          15887 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          15900 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          16201 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          16240 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          16639 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          16758 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          16781 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          16903 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          17011 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          17128 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17162 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17200 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17212 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          17238 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17247 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          17327 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17371 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17447 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17486 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17524 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17549 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17695 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          17712 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          17718 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          17732 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          17777 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          17815 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          17829 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          17846 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          17849 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          17866 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          17910 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          18071 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          18084 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          18300 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          18339 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          18738 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          18857 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          18880 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          19002 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          19110 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          19391 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19425 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19463 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19475 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          19501 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19510 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          19590 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19634 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19710 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19749 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19787 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19812 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19969 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          19975 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          20013 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          20030 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          20036 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          20050 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          20095 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          20133 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          20147 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          20164 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          20167 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          20184 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          20228 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          20370 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          20467 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          20480 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          20781 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          20820 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          20944 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          21063 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21086 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          21365 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21399 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21422 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21434 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          21455 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21544 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          21582 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          21596 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          21613 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          21616 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          21633 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          21659 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          21801 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          21940 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          21979 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          22378 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          22497 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22520 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          22641 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          22749 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          22866 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22900 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22938 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22950 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          22976 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22985 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          23065 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23109 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23185 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23224 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23262 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23287 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23442 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          23448 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          23485 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          23502 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          23508 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          23522 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          23566 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          23604 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          23618 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          23635 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          23638 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          23655 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_ERROR          23698 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          23859 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          23872 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          24088 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          24127 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          24256 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          24264 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          24266 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          24275 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          24281 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          24338 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24456 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          24479 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          24600 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          24708 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          24858 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24901 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24976 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25015 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25052 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          25131 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          25148 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          25154 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          25168 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          25217 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          25247 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          25281 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          25375 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          25388 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          25600 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          25639 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          25760 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25878 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          25901 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          26023 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          26131 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          26281 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26324 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26399 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26438 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26475 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          26553 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          26570 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          26576 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          26590 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          26701 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          26714 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          26926 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          26965 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          27086 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27204 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          27227 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          27349 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          27457 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          27607 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27650 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27725 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27764 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27801 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          27879 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          27896 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          27902 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          27916 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          28027 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          28040 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          28252 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          28291 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          28413 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28531 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          28554 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          28681 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          28720 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          28841 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28959 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          28982 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          29103 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          29211 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          29361 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29404 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29479 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29518 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29555 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          29632 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          29649 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          29655 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          29669 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          29779 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          29792 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          30004 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          30043 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          30189 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30235 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30281 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30323 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30616 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          30661 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          30769 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          30837 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          30845 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          30847 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          30856 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          30862 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
E_ERROR          31655 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          31773 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          31796 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          31917 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          32025 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          32306 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32339 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32377 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32389 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          32415 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32424 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          32503 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32546 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32621 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32660 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32697 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32722 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32867 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          32884 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          32890 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          32904 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          32956 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          33098 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          33195 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          33208 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          33505 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          33544 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          33941 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34059 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34082 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          34204 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          34312 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          34429 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34462 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34500 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34512 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          34538 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34547 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          34626 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34669 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34744 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34783 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34820 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34845 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34991 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          35008 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          35014 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          35028 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          35082 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          35243 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          35256 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          35468 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          35507 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          35904 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36022 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36045 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          36167 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          36275 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          36556 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36589 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36627 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36639 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          36665 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36674 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          36753 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36796 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36871 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36910 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36947 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36972 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37129 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          37135 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          37172 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          37189 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          37195 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          37209 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          37263 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          37405 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          37502 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          37515 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          37812 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          37851 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          37973 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          38091 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38114 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          38393 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38426 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38449 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38461 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          38482 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38563 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          38705 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          38823 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          38862 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          39259 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          39377 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39400 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          39521 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          39629 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          39746 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39779 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39817 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39829 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          39855 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39864 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          39943 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          39986 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40061 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40100 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40137 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40162 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40317 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          40323 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          40359 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          40376 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          40382 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          40396 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval);
E_ERROR          40448 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          40609 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          40622 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          40834 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          40873 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          40985 Zend/zend_vm_execute.h 	zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE->op2_type);
E_ERROR           117 ext/com_dotnet/com_com.c 		php_com_throw_exception(E_ERROR, "DCOM has been disabled by your administrator [com.allow_dcom=0]" TSRMLS_CC);
E_ERROR           152 ext/com_dotnet/com_iterator.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           561 ext/com_dotnet/com_saproxy.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           995 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone database is corrupt - this should *never* happen!");
E_ERROR          1989 ext/date/php_date.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          2008 ext/date/php_date.c 		zend_error(E_ERROR, "DateTimeInterface can't be implemented by user classes");
E_ERROR          2846 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTime object");
E_ERROR          2868 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTimeImmutable object");
E_ERROR          2886 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTime object");
E_ERROR          3748 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone initialization failed");
E_ERROR          3766 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone initialization failed");
E_ERROR          4979 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          4997 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          5007 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Retrieval of DatePeriod properties for modification is unsupported");
E_ERROR          5028 ext/date/php_date.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Writing to DatePeriod properties is unsupported");
E_ERROR          2043 ext/dom/document.c 		php_error(E_ERROR, "Invalid Schema Validation Context");
E_ERROR          2143 ext/dom/document.c 		php_error(E_ERROR, "Invalid RelaxNG Validation Context");
E_ERROR          2423 ext/dom/document.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", baseclass);
E_ERROR          2430 ext/dom/document.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from DOMNode.", baseclass);
E_ERROR          2437 ext/dom/document.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", extendedclass);
E_ERROR          2447 ext/dom/document.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be registered.", extendedclass);
E_ERROR          2451 ext/dom/document.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from %s.", extendedclass, baseclass);
E_ERROR           269 ext/dom/dom_iterators.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           282 ext/dom/php_dom.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property");
E_ERROR           290 ext/dom/php_dom.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property");
E_ERROR           601 ext/dom/php_dom.c 		php_error(E_ERROR, "Trying to clone an uncloneable object of class %s", Z_OBJCE_P(zobject)->name);
E_ERROR            97 ext/gd/libgd/gd_jpeg.c 		php_gd_error_ex(E_ERROR, "gd-jpeg: EXTREMELY fatal error: longjmp returned control; terminating");
E_ERROR            99 ext/gd/libgd/gd_jpeg.c 		php_gd_error_ex(E_ERROR, "gd-jpeg: EXTREMELY fatal error: jmpbuf unrecoverable; terminating");
E_ERROR            68 ext/gd/libgd/gd_png.c 		php_gd_error_ex(E_ERROR, "gd-png:  EXTREMELY fatal error: jmpbuf unrecoverable; terminating.");
E_ERROR          4410 ext/imap/php_imap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Address buffer overflow");
E_ERROR           481 ext/intl/calendar/calendar_class.cpp 		php_error_docref0(NULL TSRMLS_CC, E_ERROR,
E_ERROR           496 ext/intl/calendar/calendar_class.cpp 		php_error_docref0(NULL TSRMLS_CC, E_ERROR,
E_ERROR            37 ext/intl/collator/collator.c 		zend_error( E_ERROR, "Collator class not defined" );
E_ERROR           156 ext/intl/collator/collator_class.c 		zend_error( E_ERROR,
E_ERROR            33 ext/intl/dateformat/dateformat.c 		zend_error(E_ERROR, "DateFormat class not defined");
E_ERROR           216 ext/intl/dateformat/dateformat_class.c 		zend_error(E_ERROR, "Failed to register IntlDateFormatter class");
E_ERROR            40 ext/intl/formatter/formatter.c 		zend_error(E_ERROR, "NumberFormatter class not defined");
E_ERROR           213 ext/intl/formatter/formatter_class.c 		zend_error(E_ERROR, "Failed to register NumberFormatter class");
E_ERROR           168 ext/intl/idn/idn.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "ICU returned an unexpected length");
E_ERROR            38 ext/intl/locale/locale.c 		zend_error( E_ERROR, "Locale class not defined" );
E_ERROR           107 ext/intl/locale/locale_class.c 		zend_error( E_ERROR,
E_ERROR           179 ext/intl/msgformat/msgformat_class.c 		zend_error(E_ERROR, "Failed to register MessageFormatter class");
E_ERROR            36 ext/intl/normalizer/normalizer.c 		zend_error( E_ERROR, "Normalizer class not defined" );
E_ERROR            66 ext/intl/normalizer/normalizer_class.c 		zend_error( E_ERROR,
E_ERROR           221 ext/intl/resourcebundle/resourcebundle_class.c 		php_error( E_ERROR, "Cannot apply [] to ResourceBundle object" );
E_ERROR           435 ext/intl/resourcebundle/resourcebundle_class.c 		zend_error(E_ERROR, "Failed to register ResourceBundle class");
E_ERROR           159 ext/intl/resourcebundle/resourcebundle_iterator.c 	     php_error( E_ERROR, "ResourceBundle does not support writable iterators" );
E_ERROR            34 ext/intl/spoofchecker/spoofchecker.c 		zend_error(E_ERROR, "Spoofchecker class not defined");
E_ERROR           140 ext/intl/spoofchecker/spoofchecker_class.c 		zend_error(E_ERROR, "Failed to clone SpoofChecker object");
E_ERROR           163 ext/intl/spoofchecker/spoofchecker_class.c 		zend_error(E_ERROR,
E_ERROR           503 ext/intl/timezone/timezone_class.cpp 		php_error_docref0(NULL TSRMLS_CC, E_ERROR,
E_ERROR            34 ext/intl/transliterator/transliterator.c 		zend_error( E_ERROR, "Transliterator class not defined" );
E_ERROR           201 ext/intl/transliterator/transliterator_class.c 			php_error_docref( NULL TSRMLS_CC, E_ERROR, "%s", err_msg );
E_ERROR           414 ext/intl/transliterator/transliterator_class.c 		zend_error( E_ERROR,
E_ERROR          1747 ext/ldap/ldap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unknown and uncaught modification type.");
E_ERROR           945 ext/mbstring/php_mbregex.c 					php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, eval_buf.c);
E_ERROR           868 ext/mysql/php_mysql.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Out of memory while allocating memory for a persistent link");
E_ERROR           299 ext/mysqli/mysqli.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property");
E_ERROR           307 ext/mysqli/mysqli.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property");
E_ERROR            52 ext/mysqli/mysqli_result_iterator.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           304 ext/mysqlnd/mysqlnd.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Wrong response packet %u passed to the function", ok_packet);
E_ERROR          1523 ext/mysqlnd/mysqlnd_result.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "result->m.fetch_row has invalid value. Report to the developers");
E_ERROR           481 ext/opcache/zend_accelerator_util_funcs.c 				zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME " class loading error, class %s, function %s", ce->name, new_entry->function_name);
E_ERROR           490 ext/opcache/zend_accelerator_util_funcs.c 				zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME " class loading error, class %s, function %s", ce->name, new_entry->function_name);
E_ERROR           592 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME" class loading error, class %s, property %s", ce->name, prop_info->name);
E_ERROR           624 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME " class loading error, class %s", ce->name); \
E_ERROR           713 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME" class loading error, class %s", ce->name);
E_ERROR           881 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, "Cannot redeclare %s() (previously declared in %s:%d)",
E_ERROR           886 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, "Cannot redeclare %s()", function1->common.function_name);
E_ERROR           904 ext/opcache/zend_accelerator_util_funcs.c 		zend_error(E_ERROR, "Cannot redeclare class %s", (*pce1)->name);
E_ERROR          1645 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
E_ERROR          1699 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
E_ERROR           990 ext/pcre/php_pcre.c 		php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, code.c);
E_ERROR           184 ext/pdo/pdo.c  		zend_error(E_ERROR, "PDO: driver %s requires PDO API version %ld; this is PDO version %d",
E_ERROR           189 ext/pdo/pdo.c  		zend_error(E_ERROR, "You MUST load PDO before loading any PDO drivers");
E_ERROR           321 ext/pdo/pdo_dbh.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle");
E_ERROR           327 ext/pdo/pdo_dbh.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle");
E_ERROR           375 ext/pdo/pdo_dbh.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory");
E_ERROR           399 ext/pdo/pdo_dbh.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to register persistent entry");
E_ERROR          1306 ext/pdo/pdo_dbh.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO methods.");
E_ERROR           118 ext/pdo/pdo_stmt.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "You should not create a PDOStatement manually");
E_ERROR          2545 ext/pdo/pdo_stmt.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           130 ext/pdo_odbc/pdo_odbc.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error in pdo_odbc.connection_pooling configuration.  Value MUST be one of 'strict', 'relaxed' or 'off'");
E_ERROR          4632 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "PostgreSQL module error, please report this error");
E_ERROR            75 ext/phar/phar_internal.h # define E_RECOVERABLE_ERROR E_ERROR
E_ERROR            88 ext/reflection/php_reflection.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "%s() cannot be called statically", get_active_function_name(TSRMLS_C));        \
E_ERROR           106 ext/reflection/php_reflection.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the reflection object");                    \
E_ERROR          1472 ext/reflection/php_reflection.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the reflection object");
E_ERROR          4548 ext/reflection/php_reflection.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object");
E_ERROR          4593 ext/reflection/php_reflection.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object");
E_ERROR          4992 ext/reflection/php_reflection.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name);
E_ERROR          5046 ext/reflection/php_reflection.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name);
E_ERROR           202 ext/session/mod_user.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "No session id returned by function");
E_ERROR           207 ext/session/mod_user.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Session id must be a string");
E_ERROR           328 ext/session/session.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
E_ERROR           340 ext/session/session.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
E_ERROR           475 ext/session/session.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "No storage module chosen - failed to initialize session");
E_ERROR           481 ext/session/session.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path));
E_ERROR           489 ext/session/session.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
E_ERROR           581 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           611 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           680 ext/session/session.c 			err_type = E_ERROR;
E_ERROR          1787 ext/session/session.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Session handler's function table is corrupt");
E_ERROR           267 ext/simplexml/simplexml.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           296 ext/simplexml/simplexml.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           480 ext/simplexml/simplexml.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           521 ext/simplexml/simplexml.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           594 ext/simplexml/simplexml.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create duplicate attribute");
E_ERROR          1948 ext/simplexml/simplexml.c 		zend_error(E_ERROR, "Unable to cast node to string");
E_ERROR          2343 ext/simplexml/simplexml.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           766 ext/snmp/snmp.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unknown SNMP command (internals)");
E_ERROR           409 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: SoapVar has no 'enc_type' property");
E_ERROR           636 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Error calling to_xml callback");
E_ERROR           678 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Error calling from_xml callback");
E_ERROR           714 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           748 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           782 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           803 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           809 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           813 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           834 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           848 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           858 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           944 ext/soap/php_encoding.c 		soap_error1(E_ERROR,  "Encoding: string '%s' is not a valid utf-8 string", err);
E_ERROR          1058 ext/soap/php_encoding.c 						soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1062 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1092 ext/soap/php_encoding.c 					soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1095 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1183 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1391 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, r_node->children->content);
E_ERROR          1416 ext/soap/php_encoding.c 									soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, node->children->content);
E_ERROR          1617 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", (*attr)->name, (*attr)->fixed, str_val);
E_ERROR          1732 ext/soap/php_encoding.c 								soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, property->children->content);
E_ERROR          1755 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, property->children->content);
E_ERROR          1782 ext/soap/php_encoding.c 					soap_error1(E_ERROR,  "Encoding: object has no '%s' property", model->u.element->name);
E_ERROR          1815 ext/soap/php_encoding.c 					soap_error0(E_ERROR,  "Encoding: object has no 'any' property");
E_ERROR          2022 ext/soap/php_encoding.c 									soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", (*attr)->name, (*attr)->fixed, dummy->children->content);
E_ERROR          2132 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list");
E_ERROR          2163 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list");
E_ERROR          2851 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, missing key");
E_ERROR          2856 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, missing value");
E_ERROR          2867 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, only Strings or Longs are allowd as keys");
E_ERROR          3002 ext/soap/php_encoding.c 			soap_error1(E_ERROR, "Encoding: Invalid timestamp %ld", Z_LVAL_P(data));
E_ERROR          3127 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          3166 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          3338 ext/soap/php_encoding.c 	  	soap_error0(E_ERROR, "Encoding: Internal Error");
E_ERROR          3406 ext/soap/php_encoding.c 	  	soap_error0(E_ERROR, "Encoding: Internal Error");
E_ERROR          3431 ext/soap/php_encoding.c 					soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
E_ERROR          3436 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: External reference '%s'", href->children->content);
E_ERROR          3452 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
E_ERROR          3454 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Violation of id and ref information items '%s'", href->children->content);
E_ERROR          3600 ext/soap/php_encoding.c 		soap_error0(E_ERROR,  "Encoding: Cannot find encoding");
E_ERROR          3652 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: SoapVar has no 'enc_type' property");
E_ERROR           110 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location);
E_ERROR           115 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location);
E_ERROR           121 ext/soap/php_schema.c 				soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, ns->children->content);
E_ERROR           125 ext/soap/php_schema.c 				soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, new_tns->children->content);
E_ERROR           135 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: can't include schema from '%s', different 'targetNamespace'", location);
E_ERROR           194 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: include has no 'schemaLocation' attribute");
E_ERROR           214 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: redefine has no 'schemaLocation' attribute");
E_ERROR           239 ext/soap/php_schema.c 					soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s', namespace must not match the enclosing schema 'targetNamespace'", location->children->content);
E_ERROR           241 ext/soap/php_schema.c 					soap_error0(E_ERROR, "Parsing Schema: can't import schema. Namespace must not match the enclosing schema 'targetNamespace'");
E_ERROR           289 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in schema", trav->name);
E_ERROR           370 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute");
E_ERROR           391 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleType", trav->name);
E_ERROR           394 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: expected <restriction>, <list> or <union> in simpleType");
E_ERROR           397 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleType", trav->name);
E_ERROR           453 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'itemType' attribute and subtype");
E_ERROR           480 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name);
E_ERROR           574 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name);
E_ERROR           579 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name);
E_ERROR           610 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name);
E_ERROR           613 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: expected <restriction> or <extension> in simpleContent");
E_ERROR           616 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name);
E_ERROR           654 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute");
E_ERROR           721 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name);
E_ERROR           727 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name);
E_ERROR           759 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute");
E_ERROR           792 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name);
E_ERROR           797 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name);
E_ERROR           822 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: missing restriction value");
E_ERROR           850 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: missing restriction value");
E_ERROR           884 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute");
E_ERROR           902 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name);
E_ERROR           907 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name);
E_ERROR           939 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute");
E_ERROR           972 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name);
E_ERROR           977 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name);
E_ERROR          1039 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name);
E_ERROR          1126 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: group '%s' already defined", key.c);
E_ERROR          1139 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes");
E_ERROR          1152 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent");
E_ERROR          1159 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent");
E_ERROR          1166 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent");
E_ERROR          1172 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name);
E_ERROR          1176 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name);
E_ERROR          1223 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in choice", trav->name);
E_ERROR          1273 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in sequence", trav->name);
E_ERROR          1333 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name);
E_ERROR          1336 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: <restriction> or <extension> expected in complexContent");
E_ERROR          1339 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name);
E_ERROR          1415 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: complexType has no 'name' attribute");
E_ERROR          1455 ext/soap/php_schema.c 					soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name);
E_ERROR          1462 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name);
E_ERROR          1565 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: element '%s' already defined", key.c);
E_ERROR          1585 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: element has no 'name' nor 'ref' attributes");
E_ERROR          1593 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'nillable' attributes");
E_ERROR          1608 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes");
E_ERROR          1616 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes");
E_ERROR          1618 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'default' and 'fixed' attributes");
E_ERROR          1663 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'type' attributes");
E_ERROR          1682 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype");
E_ERROR          1684 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype");
E_ERROR          1690 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype");
E_ERROR          1692 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype");
E_ERROR          1706 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in element", trav->name);
E_ERROR          1796 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: attribute '%s' already defined", key.c);
E_ERROR          1800 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: attribute has no 'name' nor 'ref' attributes");
E_ERROR          1810 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' and 'type' attributes");
E_ERROR          1918 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' attribute and subtype");
E_ERROR          1920 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attribute has both 'type' attribute and subtype");
E_ERROR          1940 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attribute", trav->name);
E_ERROR          1976 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: attributeGroup '%s' already defined", key.c);
E_ERROR          2010 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: attributeGroup has no 'name' nor 'ref' attributes");
E_ERROR          2021 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute");
E_ERROR          2026 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute");
E_ERROR          2031 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute");
E_ERROR          2037 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name);
E_ERROR          2042 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name);
E_ERROR          2195 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: unresolved group 'ref' attribute '%s'", model->u.group_ref);
E_ERROR          2256 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: unresolved element 'ref' attribute '%s'", type->ref);
E_ERROR           222 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href);
E_ERROR           340 ext/soap/php_sdl.c 			soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message);
E_ERROR           342 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri);
E_ERROR           358 ext/soap/php_sdl.c 		soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri);
E_ERROR           382 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name);
E_ERROR           407 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: <message> '%s' already defined", name->children->content);
E_ERROR           410 ext/soap/php_sdl.c 				soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute");
E_ERROR           417 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: <portType> '%s' already defined", name->children->content);
E_ERROR           420 ext/soap/php_sdl.c 				soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute");
E_ERROR           427 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: <binding> '%s' already defined", name->children->content);
E_ERROR           430 ext/soap/php_sdl.c 				soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute");
E_ERROR           437 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: <service> '%s' already defined", name->children->content);
E_ERROR           440 ext/soap/php_sdl.c 				soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute");
E_ERROR           443 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           458 ext/soap/php_sdl.c 		soap_error0(E_ERROR, "Parsing WSDL: Missing message attribute for <header>");
E_ERROR           468 ext/soap/php_sdl.c 		soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", tmp->children->content);
E_ERROR           473 ext/soap/php_sdl.c 		soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>");
E_ERROR           477 ext/soap/php_sdl.c 		soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", tmp->children->content);
E_ERROR           504 ext/soap/php_sdl.c 				soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content);
E_ERROR           507 ext/soap/php_sdl.c 			soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle");
E_ERROR           553 ext/soap/php_sdl.c 				soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           615 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts);
E_ERROR           632 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content);
E_ERROR           635 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle");
E_ERROR           658 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           677 ext/soap/php_sdl.c 		soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", message_name);
E_ERROR           690 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unexpected extensibility element <%s>", trav->name);
E_ERROR           697 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           706 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: No name associated with <part> '%s'", message->name);
E_ERROR           776 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           786 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>");
E_ERROR           815 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name);
E_ERROR           825 ext/soap/php_sdl.c 						soap_error0(E_ERROR, "Parsing WSDL: No address associated with <port>");
E_ERROR           832 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: No location associated with <port>");
E_ERROR           844 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: No <binding> element with name '%s'", ctype);
E_ERROR           883 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <binding>");
E_ERROR           889 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: Missing 'type' attribute for <binding>");
E_ERROR           899 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: Missing <portType> with name '%s'", name->children->content);
E_ERROR           917 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name);
E_ERROR           924 ext/soap/php_sdl.c 						soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <operation>");
E_ERROR           936 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav3->name);
E_ERROR           943 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->children->content);
E_ERROR           989 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content);
E_ERROR          1018 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content);
E_ERROR          1059 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content);
E_ERROR          1063 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content);
E_ERROR          1072 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: The fault message '%s' must have a single part", message->children->content);
E_ERROR          1107 ext/soap/php_sdl.c 														soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content);
E_ERROR          1110 ext/soap/php_sdl.c 													soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle");
E_ERROR          1114 ext/soap/php_sdl.c 											soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR          1125 ext/soap/php_sdl.c 								soap_error2(E_ERROR, "Parsing WSDL: <fault> with name '%s' already defined in '%s'", f->name, op_name->children->content);
E_ERROR          1167 ext/soap/php_sdl.c 		soap_error0(E_ERROR, "Parsing WSDL: Couldn't bind to service");
E_ERROR          1171 ext/soap/php_sdl.c 		soap_error0(E_ERROR, "Parsing WSDL: Could not find any usable binding services in WSDL.");
E_ERROR          1123 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
E_ERROR          1127 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
E_ERROR          1145 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "'soap_version' option must be SOAP_1_1 or SOAP_1_2");
E_ERROR          1153 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          1167 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp));
E_ERROR          1204 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          1570 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR,"ob_start failed");
E_ERROR          1705 ext/soap/soap.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor");
E_ERROR          1733 ext/soap/soap.c 						php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor");
E_ERROR          1866 ext/soap/soap.c 		php_error(E_ERROR, "Function '%s' doesn't exist", Z_STRVAL(function_name));
E_ERROR          1938 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Dump memory failed");
E_ERROR          2158 ext/soap/soap.c 		     error_num == E_ERROR || 
E_ERROR          2230 ext/soap/soap.c 		    error_num == E_ERROR || 
E_ERROR          2342 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
E_ERROR          2346 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "$wsdl must be string or null");
E_ERROR          2361 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          2387 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' option is required in nonWSDL mode");
E_ERROR          2463 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp));
E_ERROR          2522 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' and 'uri' options are required in nonWSDL mode");
E_ERROR          2846 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid SOAP header");
E_ERROR          3588 ext/soap/soap.c 				php_error(E_ERROR, "Procedure '%s' not present", func->name);
E_ERROR          4247 ext/soap/soap.c 		soap_error0(E_ERROR, "Unknown SOAP version");
E_ERROR           364 ext/spl/php_spl.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be loaded", class_name);
E_ERROR           785 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Nesting level too deep - recursive dependency?");
E_ERROR          1165 ext/spl/spl_array.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           209 ext/spl/spl_directory.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Object not initialized");
E_ERROR           370 ext/spl/spl_directory.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "An object of class %s cannot be cloned", old_object->ce->name);
E_ERROR          1623 ext/spl/spl_directory.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "GlobIterator lost glob state");
E_ERROR          1655 ext/spl/spl_directory.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          1860 ext/spl/spl_directory.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           379 ext/spl/spl_iterators.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_P(zthis)->name);
E_ERROR           419 ext/spl/spl_iterators.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           424 ext/spl/spl_iterators.c 		zend_error(E_ERROR, "The object to be iterated is in an invalid state: "
E_ERROR           840 ext/spl/spl_iterators.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_PP(object_ptr)->name);
E_ERROR          1318 ext/spl/spl_iterators.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Method %s::%s() does not exist", intern->inner.ce->name, method);
E_ERROR          1339 ext/spl/spl_iterators.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unable to call %s::%s()", intern->inner.ce->name, method);
E_ERROR          1584 ext/spl/spl_iterators.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "The inner constructor wasn't initialized with an iterator instance");
E_ERROR          4916 ext/standard/basic_functions.c 		zend_error(E_ERROR, "Cannot call forward_static_call() when no class scope is active");
E_ERROR          5298 ext/standard/basic_functions.c 	EG(error_reporting) = E_ERROR;
E_ERROR            95 ext/standard/formatted_print.c 		zend_error_noreturn(E_ERROR, "Field width %d is too long", m_width);
E_ERROR           103 ext/standard/formatted_print.c 				zend_error_noreturn(E_ERROR, "Field width %d is too long", req_size); 
E_ERROR          1262 ext/standard/html.c 			zend_error_noreturn(E_ERROR, "Input string is too long");
E_ERROR            97 ext/standard/incomplete_class.c 	incomplete_class_message(*object, E_ERROR TSRMLS_CC);
E_ERROR           490 ext/tidy/tidy.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg);
E_ERROR           585 ext/tidy/tidy.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer");
E_ERROR           702 ext/tidy/tidy.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer");
E_ERROR          1029 ext/tidy/tidy.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not retrieve key from option array");
E_ERROR          1847 ext/tidy/tidy.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "You should not create a tidyNode manually");
E_ERROR           569 ext/xmlrpc/xmlrpc-epi-php.c 							php_error_docref(NULL TSRMLS_CC, E_ERROR, "XML-RPC doesn't support circular references");
E_ERROR           619 ext/zip/php_zip.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Glob support is not available");
E_ERROR           998 main/main.c    			case E_ERROR:
E_ERROR          1032 main/main.c    			case E_ERROR:
E_ERROR          1086 main/main.c    					if (type == E_ERROR || type == E_PARSE) {
E_ERROR          1116 main/main.c    				case E_ERROR:
E_ERROR          1139 main/main.c    		case E_ERROR:
E_ERROR          1761 main/main.c    		if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR &&
E_ERROR           627 main/output.c  		zend_error(E_ERROR, "Cannot register an output handler conflict outside of MINIT");
E_ERROR           641 main/output.c  		zend_error(E_ERROR, "Cannot register a reverse output handler conflict outside of MINIT");
E_ERROR           678 main/output.c  		zend_error(E_ERROR, "Cannot register an output handler alias outside of MINIT");
E_ERROR           779 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_ERROR, "Cannot use output buffering in output buffering display handlers");
E_ERROR          1151 main/snprintf.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
E_ERROR           758 main/spprintf.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
E_ERROR           268 main/streams/cast.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "fopencookie failed");
E_ERROR           107 sapi/apache_hooks/sapi_apache.c                 php_error(E_ERROR, "Unable to call %s - not a Class::Method\n", handler->name);
E_ERROR          1193 sapi/cli/php_cli_server.c 			case E_ERROR: