E_ERROR           290 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          1057 Zend/zend.c    			case E_ERROR:
E_ERROR          1086 Zend/zend.c    		case E_ERROR:
E_ERROR          1135 Zend/zend.c    		case E_ERROR:
E_ERROR          1362 Zend/zend.c    						zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR          1365 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          1184 Zend/zend_API.c 		zend_error(E_ERROR, "Cannot instantiate %s %s", what, class_type->name);
E_ERROR          2935 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          2945 Zend/zend_API.c 					severity = E_ERROR;
E_ERROR          2955 Zend/zend_API.c 						if (severity == E_ERROR) {
E_ERROR          2964 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           346 Zend/zend_ast.c 			zend_error(E_ERROR, "Unsupported constant expression");
E_ERROR          1838 Zend/zend_builtin_functions.c 			zend_error(E_ERROR, "Unexpected inconsistency in create_function()");
E_ERROR           243 Zend/zend_closures.c 				zend_error(E_ERROR, "Cannot destroy active lambda function");
E_ERROR          3167 Zend/zend_compile.c 			zend_error(E_ERROR, "Cannot override final %s::%s() with %s::%s()",
E_ERROR          3688 Zend/zend_compile.c 		zend_error(E_ERROR, "Interface %s cannot implement itself", ce->name);
E_ERROR          4602 Zend/zend_compile.c 		int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR;
E_ERROR          5731 Zend/zend_compile.c 					zend_error(E_ERROR, "\"static::\" is not allowed in compile-time constants");
E_ERROR          5947 Zend/zend_compile.c 				zend_error(E_ERROR, "Illegal offset type");
E_ERROR            98 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_ERROR", E_ERROR, CONST_PERSISTENT | CONST_CS);
E_ERROR           340 Zend/zend_constants.c 				zend_error(E_ERROR, "Cannot access self:: when no class scope is active");
E_ERROR           347 Zend/zend_constants.c 				zend_error(E_ERROR, "Cannot access parent:: when no class scope is active");
E_ERROR           349 Zend/zend_constants.c 				zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent");
E_ERROR           359 Zend/zend_constants.c 				zend_error(E_ERROR, "Cannot access static:: when no class scope is active");
E_ERROR           370 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           778 Zend/zend_exceptions.c 	zend_declare_property_long(error_exception_ce, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC_PROTECTED TSRMLS_CC);
E_ERROR           910 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Need to supply an object when throwing an exception");
E_ERROR           916 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Exceptions must be valid objects derived from the Exception base class");
E_ERROR           477 Zend/zend_execute.c 		zend_error_noreturn(E_ERROR, "Using $this when not in object context");
E_ERROR           491 Zend/zend_execute.c 			zend_error_noreturn(E_ERROR, "Using $this when not in object context");
E_ERROR           502 Zend/zend_execute.c 		zend_error_noreturn(E_ERROR, "Using $this when not in object context");
E_ERROR           514 Zend/zend_execute.c 			zend_error_noreturn(E_ERROR, "Using $this when not in object context");
E_ERROR           682 Zend/zend_execute.c 				zend_error(E_ERROR, "Unknown typehint");
E_ERROR           773 Zend/zend_execute.c 			zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          1178 Zend/zend_execute.c 					zend_error_noreturn(E_ERROR, "[] operator not supported for strings");
E_ERROR          1224 Zend/zend_execute.c 				zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          1357 Zend/zend_execute.c 				zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          1435 Zend/zend_execute.c 				zend_error_noreturn(E_ERROR, "Cannot access undefined property for object with overloaded property access");
E_ERROR          1460 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           461 Zend/zend_execute_API.c 		zend_error(E_ERROR, "Cannot declare self-referencing constant '%s'", Z_STRVAL_P(p));
E_ERROR           478 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p));
E_ERROR           514 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Undefined constant '%s'", save);
E_ERROR           650 Zend/zend_execute_API.c 			zend_error(E_ERROR, "Corrupted fcall_info provided to zend_call_function()");
E_ERROR           708 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           873 Zend/zend_execute_API.c 			zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
E_ERROR          1126 Zend/zend_execute_API.c 		zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR          1204 Zend/zend_execute_API.c 		zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR          1229 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          1272 Zend/zend_execute_API.c 			zend_error(E_ERROR, "Could not delete queued timer");
E_ERROR          1282 Zend/zend_execute_API.c 		zend_error(E_ERROR, "Could not queue new timer");
E_ERROR          1331 Zend/zend_execute_API.c 			zend_error(E_ERROR, "Could not delete queued timer");
E_ERROR          1367 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access self:: when no class scope is active");
E_ERROR          1372 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access parent:: when no class scope is active");
E_ERROR          1375 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent");
E_ERROR          1380 Zend/zend_execute_API.c 				zend_error(E_ERROR, "Cannot access static:: when no class scope is active");
E_ERROR          1396 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Interface '%s' not found", class_name);
E_ERROR          1398 Zend/zend_execute_API.c                 	zend_error(E_ERROR, "Trait '%s' not found", class_name);
E_ERROR          1400 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Class '%s' not found", class_name);
E_ERROR          1419 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Interface '%s' not found", class_name);
E_ERROR          1421 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Trait '%s' not found", class_name);
E_ERROR          1423 Zend/zend_execute_API.c 					zend_error(E_ERROR, "Class '%s' not found", class_name);
E_ERROR          1478 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           340 Zend/zend_generators.c 		zend_error(E_ERROR, "Cannot resume an already running generator");
E_ERROR            89 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           171 Zend/zend_object_handlers.c 	zend_error_noreturn(E_ERROR, ZEND_DEBUGINFO_FUNC_NAME "() must return an array");
E_ERROR           316 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Cannot access empty property");
E_ERROR           318 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Cannot access property started with '\\0'");
E_ERROR           365 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           534 Zend/zend_object_handlers.c 						zend_error(E_ERROR, "Cannot access empty property");
E_ERROR           536 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(E_ERROR, "Cannot access empty property");
E_ERROR           654 Zend/zend_object_handlers.c 					zend_error(E_ERROR, "Cannot access property started with '\\0'");
E_ERROR           684 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Undefined offset for object of type %s used as array", ce->name);
E_ERROR           694 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name);
E_ERROR           713 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name);
E_ERROR           742 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name);
E_ERROR           873 Zend/zend_object_handlers.c 					zend_error(E_ERROR, "Cannot access empty property");
E_ERROR           875 Zend/zend_object_handlers.c 					zend_error(E_ERROR, "Cannot access property started with '\\0'");
E_ERROR           900 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name);
E_ERROR           918 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot get arguments for __call");
E_ERROR          1081 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          1107 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          1133 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME);
E_ERROR          1228 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          1245 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          1255 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          1283 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
E_ERROR          1294 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          1301 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
E_ERROR          1316 Zend/zend_object_handlers.c 			zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
E_ERROR          1327 Zend/zend_object_handlers.c 	zend_error_noreturn(E_ERROR, "Attempt to unset static property %s::$%s", ce->name, property_name);
E_ERROR          1345 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          1347 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          1357 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          1359 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          1568 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           866 Zend/zend_operators.c 					zend_error(E_ERROR, "Unsupported operand types");
E_ERROR           915 Zend/zend_operators.c 					zend_error(E_ERROR, "Unsupported operand types");
E_ERROR           958 Zend/zend_operators.c 					zend_error(E_ERROR, "Unsupported operand types");
E_ERROR          1042 Zend/zend_operators.c 					zend_error(E_ERROR, "Unsupported operand types");
E_ERROR          1109 Zend/zend_operators.c 					zend_error(E_ERROR, "Unsupported operand types");
E_ERROR          1209 Zend/zend_operators.c 			zend_error(E_ERROR, "Unsupported operand types");
E_ERROR          1456 Zend/zend_operators.c 			zend_error(E_ERROR, "String size overflow");
E_ERROR          1469 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           456 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR           479 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR           601 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           709 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           807 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           854 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           901 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR           944 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          1265 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1277 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          1303 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1312 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          1392 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1436 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1512 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1551 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          1613 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1638 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          1795 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          1801 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          1920 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          1945 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          2040 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
E_ERROR          2412 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          2439 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          2456 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          2462 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          2476 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          2523 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          2561 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2575 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          2592 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          2595 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          2612 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          2641 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2672 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2717 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2721 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2725 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2748 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          2767 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2781 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2801 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2835 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val);
E_ERROR          2935 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          2993 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          3077 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.num);
E_ERROR          3191 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          3589 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate interface %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR          3591 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate trait %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR          3593 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          3648 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          3656 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          3658 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          3667 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          3673 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          3722 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3749 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3781 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3800 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          4129 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4222 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          4235 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          4882 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          5162 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          5189 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          5435 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Base lambda function for closure not found");
E_ERROR          5479 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          5518 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           490 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           515 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           610 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
E_ERROR           937 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate interface %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR           939 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate trait %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR           941 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          1023 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          1146 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          1424 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1444 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1475 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1519 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1523 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1527 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1550 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          1569 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1582 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1602 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1727 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          1766 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1787 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1818 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1863 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1867 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1871 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1894 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          1913 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1927 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1965 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1986 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2017 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2062 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2066 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2070 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2093 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          2112 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2126 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2164 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          2203 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          2223 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2254 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2298 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2302 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2306 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2329 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          2348 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2361 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2587 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val);
E_ERROR          2685 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          2730 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          2754 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.num);
E_ERROR          2808 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          2816 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          2818 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          2827 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          2833 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          3835 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3873 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          3887 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          3904 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          3907 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          3924 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          3980 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4007 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          4039 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4058 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          4195 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4359 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          4398 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          4837 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          4875 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          4889 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          4906 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          4909 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          4926 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          4969 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          5061 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          5100 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          5701 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          5739 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          5753 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          5770 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          5773 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          5790 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          5833 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          5970 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          6088 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          6127 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          6436 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          6474 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          6488 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          6505 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          6508 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          6525 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          6553 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          6690 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          6809 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Base lambda function for closure not found");
E_ERROR          6832 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          6871 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          7295 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          7333 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          7347 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          7364 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          7367 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          7384 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          7486 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          7578 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          7617 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          8050 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          8095 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          8119 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.num);
E_ERROR          8174 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          8182 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          8184 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          8193 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          8199 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          9298 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          9315 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          9321 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          9335 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          9386 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          9523 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          9641 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          9680 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          10163 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          10180 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          10186 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          10200 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          10253 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          10345 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          10384 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          11029 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          11046 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          11052 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          11066 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          11119 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          11256 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          11374 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          11413 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          11714 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          11851 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          11969 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          12008 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          12475 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          12492 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          12498 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          12512 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          12563 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          12655 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          12694 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          12857 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12904 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12951 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12994 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          13307 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          13353 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          13461 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          13543 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          13551 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          13553 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          13562 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          13568 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          14514 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          14629 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14652 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          14773 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          14881 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          15158 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15192 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15229 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15241 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          15267 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15276 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          15356 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15400 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15476 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15515 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15553 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15578 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15723 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          15740 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          15746 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          15760 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          15806 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          15844 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          15858 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          15875 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          15878 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          15895 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          15951 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          15978 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          16010 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          16029 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          16166 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          16259 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          16272 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          16568 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          16607 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          17027 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17142 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17165 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          17287 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          17395 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          17510 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17544 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17581 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17593 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          17619 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17628 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          17708 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17752 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17828 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17867 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17905 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17930 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          18076 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          18093 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          18099 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          18113 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          18160 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          18198 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          18212 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          18229 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          18232 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          18249 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          18292 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          18444 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          18457 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          18668 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          18707 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          19127 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19242 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19265 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          19387 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          19495 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          19772 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19806 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19843 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19855 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          19881 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19890 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          19970 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          20014 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          20090 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          20129 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          20167 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          20192 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          20349 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          20355 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          20393 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          20410 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          20416 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          20430 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          20477 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          20515 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          20529 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          20546 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          20549 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          20566 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          20609 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          20746 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          20839 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          20852 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          21148 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          21187 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          21332 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          21447 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21470 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          21747 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21781 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21803 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21815 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          21836 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21925 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          21963 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          21977 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          21994 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          21997 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          22014 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          22042 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          22179 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          22318 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          22357 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          22762 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          22877 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22900 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          23021 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          23129 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          23244 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23278 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23315 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23327 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          23353 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23362 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          23442 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23486 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23562 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23601 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23639 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23664 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23819 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          23825 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          23862 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          23879 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          23885 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          23899 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          23945 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          23983 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          23997 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          24014 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          24017 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          24034 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          24076 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          24228 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          24241 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          24452 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          24491 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          24641 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          24649 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          24651 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          24660 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          24666 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          24723 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24837 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          24860 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          24981 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          25089 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          25239 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25282 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25357 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25396 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25433 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          25512 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          25529 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          25535 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          25549 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          25600 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          25627 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          25659 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          25749 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          25762 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          25969 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          26008 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          26136 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26250 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          26273 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          26395 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          26503 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          26653 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26696 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26771 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26810 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26847 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          26925 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          26942 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          26948 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          26962 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          27071 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          27084 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          27291 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          27330 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          27458 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27572 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          27595 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          27717 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          27825 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          27975 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28018 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28093 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28132 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28169 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          28247 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          28264 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          28270 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          28284 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          28393 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          28406 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          28613 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          28652 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          28781 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28895 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          28918 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          29045 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          29084 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          29212 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29326 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          29349 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          29470 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          29578 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          29728 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29771 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29846 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29885 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29922 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          29999 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          30016 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          30022 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          30036 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          30144 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          30157 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          30364 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          30403 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          30556 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30602 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30648 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30690 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30987 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          31032 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          31140 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          31210 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          31218 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          31220 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          31229 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          31235 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          32047 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32161 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32184 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          32305 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          32413 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          32690 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32723 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32760 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32772 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          32798 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32807 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          32886 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32929 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          33004 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          33043 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          33080 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          33105 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          33250 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          33267 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          33273 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          33287 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          33338 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          33475 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          33568 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          33581 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          33873 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          33912 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          34331 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34445 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34468 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          34590 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          34698 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          34813 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34846 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34883 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34895 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          34921 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34930 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          35009 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          35052 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          35127 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          35166 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          35203 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          35228 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          35374 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          35391 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          35397 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          35411 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          35464 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          35616 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          35629 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          35836 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          35875 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          36294 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36408 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36431 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          36553 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          36661 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          36938 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36971 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37008 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37020 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          37046 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37055 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          37134 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          37177 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          37252 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          37291 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          37328 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37353 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37510 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          37516 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          37553 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          37570 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          37576 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          37590 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          37643 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          37780 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          37873 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          37886 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          38178 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          38217 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          38361 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          38475 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38498 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          38775 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38808 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38830 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38842 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          38863 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38944 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          39081 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          39199 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          39238 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          39642 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          39756 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39779 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          39900 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          40008 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          40123 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40156 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40193 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40205 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          40231 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40240 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          40319 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40362 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40437 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40476 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40513 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40538 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40693 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          40699 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          40735 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          40752 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          40758 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          40772 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          40823 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          40975 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          40988 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          41195 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          41234 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          41368 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          1003 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone database is corrupt - this should *never* happen!");
E_ERROR          1997 ext/date/php_date.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          2016 ext/date/php_date.c 		zend_error(E_ERROR, "DateTimeInterface can't be implemented by user classes");
E_ERROR          2874 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTime object");
E_ERROR          2896 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTimeImmutable object");
E_ERROR          2914 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTime object");
E_ERROR          3776 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone initialization failed");
E_ERROR          3794 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone initialization failed");
E_ERROR          5076 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          5094 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          5104 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Retrieval of DatePeriod properties for modification is unsupported");
E_ERROR          5125 ext/date/php_date.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Writing to DatePeriod properties is unsupported");
E_ERROR          1982 ext/dom/document.c 		php_error(E_ERROR, "Invalid Schema Validation Context");
E_ERROR          2082 ext/dom/document.c 		php_error(E_ERROR, "Invalid RelaxNG Validation Context");
E_ERROR          2362 ext/dom/document.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", baseclass);
E_ERROR          2369 ext/dom/document.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from DOMNode.", baseclass);
E_ERROR          2376 ext/dom/document.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", extendedclass);
E_ERROR          2386 ext/dom/document.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be registered.", extendedclass);
E_ERROR          2390 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           283 ext/dom/php_dom.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property");
E_ERROR           291 ext/dom/php_dom.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property");
E_ERROR           602 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          1806 ext/ldap/ldap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unknown and uncaught modification type.");
E_ERROR           945 ext/mbstring/php_mbregex.c 					php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, eval_buf.c);
E_ERROR           868 ext/mysql/php_mysql.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Out of memory while allocating memory for a persistent link");
E_ERROR           299 ext/mysqli/mysqli.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property");
E_ERROR           307 ext/mysqli/mysqli.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property");
E_ERROR            52 ext/mysqli/mysqli_result_iterator.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           304 ext/mysqlnd/mysqlnd.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Wrong response packet %u passed to the function", ok_packet);
E_ERROR          1862 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           543 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           552 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           654 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           686 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME " class loading error, class %s", ce->name); \
E_ERROR           775 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME" class loading error, class %s", ce->name);
E_ERROR           948 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, "Cannot redeclare %s() (previously declared in %s:%d)",
E_ERROR           953 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, "Cannot redeclare %s()", function1->common.function_name);
E_ERROR           971 ext/opcache/zend_accelerator_util_funcs.c 		zend_error(E_ERROR, "Cannot redeclare class %s", (*pce1)->name);
E_ERROR          1775 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not generate signature");
E_ERROR          2071 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
E_ERROR          2125 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
E_ERROR          1019 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          1294 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          2533 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          4784 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "PostgreSQL module error, please report this 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          1480 ext/reflection/php_reflection.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the reflection object");
E_ERROR          4583 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          4628 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          5027 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          5081 ext/reflection/php_reflection.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name);
E_ERROR           202 ext/session/mod_user.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "No session id returned by function");
E_ERROR           207 ext/session/mod_user.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Session id must be a string");
E_ERROR           328 ext/session/session.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
E_ERROR           340 ext/session/session.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
E_ERROR           475 ext/session/session.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "No storage module chosen - failed to initialize session");
E_ERROR           481 ext/session/session.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path));
E_ERROR           489 ext/session/session.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
E_ERROR           581 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           611 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           680 ext/session/session.c 			err_type = E_ERROR;
E_ERROR          1808 ext/session/session.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Session handler's function table is corrupt");
E_ERROR           267 ext/simplexml/simplexml.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           296 ext/simplexml/simplexml.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           480 ext/simplexml/simplexml.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           521 ext/simplexml/simplexml.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           594 ext/simplexml/simplexml.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create duplicate attribute");
E_ERROR          1948 ext/simplexml/simplexml.c 		zend_error(E_ERROR, "Unable to cast node to string");
E_ERROR          2343 ext/simplexml/simplexml.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           766 ext/snmp/snmp.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unknown SNMP command (internals)");
E_ERROR           407 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: SoapVar has no 'enc_type' property");
E_ERROR           634 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Error calling to_xml callback");
E_ERROR           676 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Error calling from_xml callback");
E_ERROR           712 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           746 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           780 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           801 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           807 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           811 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           832 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           846 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           856 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           942 ext/soap/php_encoding.c 		soap_error1(E_ERROR,  "Encoding: string '%s' is not a valid utf-8 string", err);
E_ERROR          1056 ext/soap/php_encoding.c 						soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1060 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1090 ext/soap/php_encoding.c 					soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1093 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1181 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1389 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          1414 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          1615 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          1730 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          1753 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          1780 ext/soap/php_encoding.c 					soap_error1(E_ERROR,  "Encoding: object has no '%s' property", model->u.element->name);
E_ERROR          1813 ext/soap/php_encoding.c 					soap_error0(E_ERROR,  "Encoding: object has no 'any' property");
E_ERROR          2020 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          2130 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list");
E_ERROR          2161 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list");
E_ERROR          2849 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, missing key");
E_ERROR          2854 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, missing value");
E_ERROR          2865 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          3000 ext/soap/php_encoding.c 			soap_error1(E_ERROR, "Encoding: Invalid timestamp %ld", Z_LVAL_P(data));
E_ERROR          3125 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          3164 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          3336 ext/soap/php_encoding.c 	  	soap_error0(E_ERROR, "Encoding: Internal Error");
E_ERROR          3404 ext/soap/php_encoding.c 	  	soap_error0(E_ERROR, "Encoding: Internal Error");
E_ERROR          3429 ext/soap/php_encoding.c 					soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
E_ERROR          3434 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: External reference '%s'", href->children->content);
E_ERROR          3450 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
E_ERROR          3452 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Violation of id and ref information items '%s'", href->children->content);
E_ERROR          3598 ext/soap/php_encoding.c 		soap_error0(E_ERROR,  "Encoding: Cannot find encoding");
E_ERROR          3650 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          1125 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
E_ERROR          1129 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
E_ERROR          1147 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          1155 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          1169 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp));
E_ERROR          1206 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          1572 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR,"ob_start failed");
E_ERROR          1704 ext/soap/soap.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor");
E_ERROR          1732 ext/soap/soap.c 						php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor");
E_ERROR          1865 ext/soap/soap.c 		php_error(E_ERROR, "Function '%s' doesn't exist", Z_STRVAL(function_name));
E_ERROR          1937 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Dump memory failed");
E_ERROR          2157 ext/soap/soap.c 		     error_num == E_ERROR || 
E_ERROR          2229 ext/soap/soap.c 		    error_num == E_ERROR || 
E_ERROR          2341 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
E_ERROR          2345 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "$wsdl must be string or null");
E_ERROR          2360 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          2386 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' option is required in nonWSDL mode");
E_ERROR          2462 ext/soap/soap.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp));
E_ERROR          2521 ext/soap/soap.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' and 'uri' options are required in nonWSDL mode");
E_ERROR          2845 ext/soap/soap.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid SOAP header");
E_ERROR          3587 ext/soap/soap.c 				php_error(E_ERROR, "Procedure '%s' not present", func->name);
E_ERROR          4246 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           794 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Nesting level too deep - recursive dependency?");
E_ERROR          1174 ext/spl/spl_array.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           209 ext/spl/spl_directory.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Object not initialized");
E_ERROR           370 ext/spl/spl_directory.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "An object of class %s cannot be cloned", old_object->ce->name);
E_ERROR          1623 ext/spl/spl_directory.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "GlobIterator lost glob state");
E_ERROR          1655 ext/spl/spl_directory.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          1860 ext/spl/spl_directory.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           437 ext/spl/spl_iterators.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           442 ext/spl/spl_iterators.c 		zend_error(E_ERROR, "The object to be iterated is in an invalid state: "
E_ERROR           880 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          1386 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          1407 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          1652 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          4888 ext/standard/basic_functions.c 		zend_error(E_ERROR, "Cannot call forward_static_call() when no class scope is active");
E_ERROR          5270 ext/standard/basic_functions.c 	EG(error_reporting) = E_ERROR;
E_ERROR            95 ext/standard/formatted_print.c 		zend_error_noreturn(E_ERROR, "Field width %d is too long", m_width);
E_ERROR           103 ext/standard/formatted_print.c 				zend_error_noreturn(E_ERROR, "Field width %d is too long", req_size); 
E_ERROR          1274 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           630 ext/zip/php_zip.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Glob support is not available");
E_ERROR          1068 main/main.c    			case E_ERROR:
E_ERROR          1102 main/main.c    			case E_ERROR:
E_ERROR          1156 main/main.c    					if (type == E_ERROR || type == E_PARSE) {
E_ERROR          1186 main/main.c    				case E_ERROR:
E_ERROR          1209 main/main.c    		case E_ERROR:
E_ERROR          1831 main/main.c    		if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR &&
E_ERROR           627 main/output.c  		zend_error(E_ERROR, "Cannot register an output handler conflict outside of MINIT");
E_ERROR           641 main/output.c  		zend_error(E_ERROR, "Cannot register a reverse output handler conflict outside of MINIT");
E_ERROR           678 main/output.c  		zend_error(E_ERROR, "Cannot register an output handler alias outside of MINIT");
E_ERROR           779 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_ERROR, "Cannot use output buffering in output buffering display handlers");
E_ERROR          1151 main/snprintf.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
E_ERROR           758 main/spprintf.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
E_ERROR           268 main/streams/cast.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "fopencookie failed");
E_ERROR           107 sapi/apache_hooks/sapi_apache.c                 php_error(E_ERROR, "Unable to call %s - not a Class::Method\n", handler->name);
E_ERROR          1193 sapi/cli/php_cli_server.c 			case E_ERROR:
E_ERROR           354 sapi/phpdbg/phpdbg.c 		default: zend_error(E_ERROR, "phpdbg detected an incorrect color constant");
E_ERROR           477 sapi/phpdbg/phpdbg.c 			case E_ERROR:
E_ERROR          1334 sapi/phpdbg/phpdbg_prompt.c 	zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen");