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          1032 Zend/zend.c    			case E_ERROR:
E_ERROR          1061 Zend/zend.c    		case E_ERROR:
E_ERROR          1110 Zend/zend.c    		case E_ERROR:
E_ERROR          1337 Zend/zend.c    						zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR          1340 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          3045 Zend/zend_compile.c 			zend_error(E_ERROR, "Cannot override final %s::%s() with %s::%s()",
E_ERROR          3542 Zend/zend_compile.c 		zend_error(E_ERROR, "Interface %s cannot implement itself", ce->name);
E_ERROR          4433 Zend/zend_compile.c 		int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR;
E_ERROR          5573 Zend/zend_compile.c 					zend_error(E_ERROR, "\"static::\" is not allowed in compile-time constants");
E_ERROR          5802 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           226 Zend/zend_exceptions.c 	long   code = 0, severity = E_ERROR, lineno;
E_ERROR           231 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           719 Zend/zend_exceptions.c 	zend_declare_property_long(error_exception_ce, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC_PROTECTED TSRMLS_CC);
E_ERROR           851 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Need to supply an object when throwing an exception");
E_ERROR           857 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           479 Zend/zend_execute_API.c 		zend_error(E_ERROR, "Cannot declare self-referencing constant '%s'", Z_STRVAL_P(p));
E_ERROR           496 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p));
E_ERROR           532 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Undefined constant '%s'", save);
E_ERROR           598 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Undefined class constant '%s'", str_index);
E_ERROR           617 Zend/zend_execute_API.c 						zend_error(E_ERROR, "Undefined constant '%s'", save);
E_ERROR           760 Zend/zend_execute_API.c 			zend_error(E_ERROR, "Corrupted fcall_info provided to zend_call_function()");
E_ERROR           818 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           983 Zend/zend_execute_API.c 			zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
E_ERROR          1236 Zend/zend_execute_API.c 		zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR          1314 Zend/zend_execute_API.c 		zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR          1339 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          1547 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access self:: when no class scope is active");
E_ERROR          1552 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access parent:: when no class scope is active");
E_ERROR          1555 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent");
E_ERROR          1560 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access static:: when no class scope is active");
E_ERROR          1576 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Interface '%s' not found", class_name);
E_ERROR          1578 Zend/zend_execute_API.c                 	zend_error(E_ERROR, "Trait '%s' not found", class_name);
E_ERROR          1580 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Class '%s' not found", class_name);
E_ERROR          1599 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Interface '%s' not found", class_name);
E_ERROR          1601 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Trait '%s' not found", class_name);
E_ERROR          1603 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Class '%s' not found", class_name);
E_ERROR          1658 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           336 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           838 Zend/zend_object_handlers.c 					zend_error(E_ERROR, "Cannot access empty property");
E_ERROR           840 Zend/zend_object_handlers.c 					zend_error(E_ERROR, "Cannot access property started with '\\0'");
E_ERROR           865 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name);
E_ERROR           883 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot get arguments for __call");
E_ERROR          1049 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          1075 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          1101 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME);
E_ERROR          1199 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          1216 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          1226 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          1254 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
E_ERROR          1265 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          1272 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
E_ERROR          1287 Zend/zend_object_handlers.c 			zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
E_ERROR          1298 Zend/zend_object_handlers.c 	zend_error_noreturn(E_ERROR, "Attempt to unset static property %s::$%s", ce->name, property_name);
E_ERROR          1316 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          1318 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          1328 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          1330 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          1543 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           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           458 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR           481 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR           603 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           707 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           803 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           850 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           897 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           940 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          1194 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1228 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1266 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1278 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          1304 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1313 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          1393 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1437 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1513 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1552 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1614 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1639 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1794 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          1800 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          1918 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          1939 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          2031 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
E_ERROR          2403 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          2430 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          2447 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          2453 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          2467 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          2512 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          2550 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2564 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          2581 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          2584 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          2601 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          2628 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2656 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2695 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2699 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2703 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2726 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          2745 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2756 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2776 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2808 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val);
E_ERROR          2902 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          2960 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          3044 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.opline_num);
E_ERROR          3156 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          3370 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate interface %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR          3372 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate trait %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR          3374 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          3428 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          3436 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          3438 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          3447 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          3453 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          3502 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3532 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3566 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3585 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          3920 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4017 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          4030 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          4663 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          4943 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          4970 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          5187 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Base lambda function for closure not found");
E_ERROR          5225 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          5264 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          1208 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1228 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1256 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1295 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1299 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1303 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1326 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          1345 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1356 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1376 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1493 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          1532 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1553 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1581 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1620 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1624 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1628 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1651 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          1670 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1681 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1719 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1740 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1768 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1807 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1811 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1815 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1838 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          1857 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1868 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1906 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1945 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1965 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1993 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2032 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2036 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2040 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2063 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          2082 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2093 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2319 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val);
E_ERROR          2411 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          2456 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          2480 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.opline_num);
E_ERROR          2532 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          2540 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          2542 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          2551 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          2557 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          3544 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3582 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          3596 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          3613 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          3616 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          3633 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          3690 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3720 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3754 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3773 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          3915 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4073 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          4112 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          4536 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          4574 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          4588 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          4605 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          4608 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          4625 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          4669 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          4766 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          4805 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          5393 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          5431 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          5445 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          5462 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          5465 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          5482 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          5526 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          5668 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          5786 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          5825 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          6119 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          6157 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          6171 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          6188 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          6191 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          6208 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          6234 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          6376 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          6495 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Base lambda function for closure not found");
E_ERROR          6512 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          6551 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          6975 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          7013 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          7027 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          7044 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          7047 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          7064 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          7167 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          7264 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          7303 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          7715 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          7760 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          7784 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.opline_num);
E_ERROR          7837 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          7845 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          7847 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          7856 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          7862 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          8946 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          8963 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          8969 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          8983 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          9035 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          9177 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          9295 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          9334 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          9802 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          9819 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          9825 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          9839 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          9893 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          9990 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          10029 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          10661 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          10678 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          10684 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          10698 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          10752 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          10894 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          11012 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          11051 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          11337 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          11479 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          11597 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          11636 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          12103 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          12120 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          12126 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          12140 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          12192 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          12289 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          12328 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          12474 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12521 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12568 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12611 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12920 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          12966 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          13074 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          13154 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          13162 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          13164 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          13173 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          13179 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          14107 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          14224 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14247 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          14368 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          14472 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          14751 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14785 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14823 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14835 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          14861 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14870 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          14950 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          14994 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15070 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15109 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15147 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15172 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15315 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          15332 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          15338 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          15352 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          15396 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          15434 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          15448 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          15465 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          15468 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          15485 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          15542 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          15572 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          15606 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          15625 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          15767 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          15864 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          15877 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          16178 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          16217 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          16616 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          16733 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          16756 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          16878 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          16982 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          17097 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17131 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17169 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17181 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          17207 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17216 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          17296 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17340 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17416 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17455 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17493 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17518 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17662 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          17679 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          17685 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          17699 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          17744 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          17782 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          17796 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          17813 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          17816 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          17833 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          17877 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          18038 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          18051 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          18267 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          18306 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          18705 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          18822 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          18845 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          18967 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          19071 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          19350 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19384 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19422 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19434 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          19460 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19469 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          19549 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19593 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19669 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19708 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19746 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19771 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19926 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          19932 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          19970 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          19987 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          19993 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          20007 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          20052 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          20090 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          20104 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          20121 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          20124 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          20141 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          20185 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          20327 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          20424 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          20437 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          20738 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          20777 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          20901 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          21018 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21041 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          21320 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21354 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21377 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21389 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          21410 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21499 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          21537 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          21551 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          21568 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          21571 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          21588 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          21614 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          21756 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          21895 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          21934 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          22333 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          22450 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22473 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          22594 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          22698 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          22813 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22847 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22885 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22897 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          22923 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22932 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          23012 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23056 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23132 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23171 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23209 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23234 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23387 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          23393 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          23430 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          23447 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          23453 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          23467 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          23511 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          23549 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          23563 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          23580 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          23583 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          23600 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          23643 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          23804 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          23817 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          24033 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          24072 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          24201 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          24209 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          24211 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          24220 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          24226 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          24283 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24399 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          24422 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          24543 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          24647 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          24795 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24838 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24913 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24952 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24989 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          25068 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          25085 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          25091 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          25105 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          25154 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          25184 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          25218 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          25312 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          25325 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          25537 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          25576 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          25697 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25813 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          25836 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          25958 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          26062 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          26210 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26253 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26328 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26367 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26404 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          26482 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          26499 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          26505 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          26519 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          26630 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          26643 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          26855 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          26894 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          27015 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27131 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          27154 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          27276 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          27380 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          27528 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27571 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27646 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27685 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27722 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          27800 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          27817 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          27823 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          27837 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          27948 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          27961 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          28173 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          28212 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          28334 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28450 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          28473 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          28600 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          28639 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          28760 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28876 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          28899 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          29020 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          29124 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          29272 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29315 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29390 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29429 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29466 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          29543 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          29560 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          29566 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          29580 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          29690 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          29703 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          29915 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          29954 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          30100 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30146 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30192 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30234 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30527 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          30572 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          30680 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          30748 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          30756 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          30758 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          30767 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          30773 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          31566 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          31682 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          31705 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          31826 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          31930 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          32209 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32242 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32280 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32292 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          32318 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32327 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          32406 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32449 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32524 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32563 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32600 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32625 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32766 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          32783 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          32789 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          32803 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          32855 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          32997 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          33094 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          33107 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          33404 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          33443 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          33840 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          33956 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          33979 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          34101 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          34205 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          34320 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34353 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34391 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34403 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          34429 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34438 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          34517 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34560 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34635 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34674 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34711 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34736 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34878 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          34895 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          34901 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          34915 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          34969 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          35130 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          35143 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          35355 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          35394 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          35791 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          35907 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          35930 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          36052 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          36156 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          36435 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36468 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36506 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36518 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          36544 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36553 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          36632 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36675 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36750 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36789 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36826 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36851 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37004 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          37010 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          37047 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          37064 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          37070 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          37084 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          37138 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          37280 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          37377 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          37390 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          37687 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          37726 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          37848 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          37964 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37987 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          38266 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38299 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38322 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38334 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          38355 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38436 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          38578 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          38696 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          38735 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          39132 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          39248 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39271 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          39392 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          39496 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          39611 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39644 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39682 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39694 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          39720 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39729 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          39808 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          39851 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          39926 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          39965 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40002 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40027 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40178 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          40184 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          40220 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          40237 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          40243 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          40257 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          40309 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          40470 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          40483 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          40695 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          40734 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          40846 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           985 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone database is corrupt - this should *never* happen!");
E_ERROR          1979 ext/date/php_date.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          1998 ext/date/php_date.c 		zend_error(E_ERROR, "DateTimeInterface can't be implemented by user classes");
E_ERROR          2818 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTime object");
E_ERROR          2840 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTimeImmutable object");
E_ERROR          2858 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTime object");
E_ERROR          4966 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          4984 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          4994 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Retrieval of DatePeriod properties for modification is unsupported");
E_ERROR          5015 ext/date/php_date.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Writing to DatePeriod properties is unsupported");
E_ERROR          2029 ext/dom/document.c 		php_error(E_ERROR, "Invalid Schema Validation Context");
E_ERROR          2125 ext/dom/document.c 		php_error(E_ERROR, "Invalid RelaxNG Validation Context");
E_ERROR          2401 ext/dom/document.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", baseclass);
E_ERROR          2408 ext/dom/document.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from DOMNode.", baseclass);
E_ERROR          2415 ext/dom/document.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", extendedclass);
E_ERROR          2425 ext/dom/document.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be registered.", extendedclass);
E_ERROR          2429 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           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           296 ext/mysqli/mysqli.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property");
E_ERROR           304 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          1522 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           886 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, "Cannot redeclare %s() (previously declared in %s:%d)",
E_ERROR           891 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, "Cannot redeclare %s()", function1->common.function_name);
E_ERROR           909 ext/opcache/zend_accelerator_util_funcs.c 		zend_error(E_ERROR, "Cannot redeclare class %s", (*pce1)->name);
E_ERROR          1625 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
E_ERROR          1679 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
E_ERROR           965 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          2554 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          4624 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          1469 ext/reflection/php_reflection.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the reflection object");
E_ERROR          4545 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          4590 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          4989 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          5043 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           326 ext/session/session.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
E_ERROR           338 ext/session/session.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
E_ERROR           473 ext/session/session.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "No storage module chosen - failed to initialize session");
E_ERROR           479 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           487 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           571 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           601 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           671 ext/session/session.c 			err_type = E_ERROR;
E_ERROR          1732 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          1942 ext/simplexml/simplexml.c 		zend_error(E_ERROR, "Unable to cast node to string");
E_ERROR          2337 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           408 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: SoapVar has no 'enc_type' property");
E_ERROR           629 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Error calling to_xml callback");
E_ERROR           671 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Error calling from_xml callback");
E_ERROR           707 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           741 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           775 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           796 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           802 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           806 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           827 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           841 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           851 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           937 ext/soap/php_encoding.c 		soap_error1(E_ERROR,  "Encoding: string '%s' is not a valid utf-8 string", err);
E_ERROR          1051 ext/soap/php_encoding.c 						soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1055 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1085 ext/soap/php_encoding.c 					soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1088 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1176 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1384 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          1409 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          1610 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          1725 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          1748 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          1775 ext/soap/php_encoding.c 					soap_error1(E_ERROR,  "Encoding: object has no '%s' property", model->u.element->name);
E_ERROR          1808 ext/soap/php_encoding.c 					soap_error0(E_ERROR,  "Encoding: object has no 'any' property");
E_ERROR          2015 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          2125 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list");
E_ERROR          2156 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list");
E_ERROR          2844 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, missing key");
E_ERROR          2849 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, missing value");
E_ERROR          2860 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          2995 ext/soap/php_encoding.c 			soap_error1(E_ERROR, "Encoding: Invalid timestamp %ld", Z_LVAL_P(data));
E_ERROR          3120 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          3159 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          3331 ext/soap/php_encoding.c 	  	soap_error0(E_ERROR, "Encoding: Internal Error");
E_ERROR          3399 ext/soap/php_encoding.c 	  	soap_error0(E_ERROR, "Encoding: Internal Error");
E_ERROR          3424 ext/soap/php_encoding.c 					soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
E_ERROR          3429 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: External reference '%s'", href->children->content);
E_ERROR          3445 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
E_ERROR          3447 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Violation of id and ref information items '%s'", href->children->content);
E_ERROR          3593 ext/soap/php_encoding.c 		soap_error0(E_ERROR,  "Encoding: Cannot find encoding");
E_ERROR          3644 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          1112 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
E_ERROR          1116 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
E_ERROR          1134 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          1142 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          1156 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp));
E_ERROR          1193 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          1559 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR,"ob_start failed");
E_ERROR          1694 ext/soap/soap.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor");
E_ERROR          1722 ext/soap/soap.c 						php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor");
E_ERROR          1855 ext/soap/soap.c 		php_error(E_ERROR, "Function '%s' doesn't exist", Z_STRVAL(function_name));
E_ERROR          1927 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Dump memory failed");
E_ERROR          2148 ext/soap/soap.c 		     error_num == E_ERROR || 
E_ERROR          2220 ext/soap/soap.c 		    error_num == E_ERROR || 
E_ERROR          2332 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
E_ERROR          2336 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "$wsdl must be string or null");
E_ERROR          2351 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          2377 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' option is required in nonWSDL mode");
E_ERROR          2453 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp));
E_ERROR          2512 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' and 'uri' options are required in nonWSDL mode");
E_ERROR          2836 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid SOAP header");
E_ERROR          3553 ext/soap/soap.c 				php_error(E_ERROR, "Procedure '%s' not present", func->name);
E_ERROR          4210 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          1158 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           367 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          1622 ext/spl/spl_directory.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "GlobIterator lost glob state");
E_ERROR          1654 ext/spl/spl_directory.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          1859 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          1316 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          1337 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          1582 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          4910 ext/standard/basic_functions.c 		zend_error(E_ERROR, "Cannot call forward_static_call() when no class scope is active");
E_ERROR          5292 ext/standard/basic_functions.c 	EG(error_reporting) = E_ERROR;
E_ERROR            90 ext/standard/formatted_print.c 		zend_error_noreturn(E_ERROR, "Field width %d is too long", m_width);
E_ERROR            98 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          1757 main/main.c    		if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR &&
E_ERROR           612 main/output.c  		zend_error(E_ERROR, "Cannot register an output handler conflict outside of MINIT");
E_ERROR           626 main/output.c  		zend_error(E_ERROR, "Cannot register a reverse output handler conflict outside of MINIT");
E_ERROR           663 main/output.c  		zend_error(E_ERROR, "Cannot register an output handler alias outside of MINIT");
E_ERROR           764 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_ERROR, "Cannot use output buffering in output buffering display handlers");
E_ERROR          1134 main/snprintf.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
E_ERROR           741 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          1184 sapi/cli/php_cli_server.c 			case E_ERROR: