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           262 Zend/zend_closures.c 				zend_error(E_ERROR, "Cannot destroy active lambda function");
E_ERROR          3173 Zend/zend_compile.c 			zend_error(E_ERROR, "Cannot override final %s::%s() with %s::%s()",
E_ERROR          3690 Zend/zend_compile.c 		zend_error(E_ERROR, "Interface %s cannot implement itself", ce->name);
E_ERROR          4604 Zend/zend_compile.c 		int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR;
E_ERROR          5733 Zend/zend_compile.c 					zend_error(E_ERROR, "\"static::\" is not allowed in compile-time constants");
E_ERROR          5949 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           118 Zend/zend_exceptions.c 			zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
E_ERROR           120 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Exception thrown without a stack frame");
E_ERROR           210 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Wrong parameters for Exception([string $exception [, long $code [, Exception $previous = NULL]]])");
E_ERROR           260 Zend/zend_exceptions.c 	long   code = 0, severity = E_ERROR, lineno;
E_ERROR           265 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           815 Zend/zend_exceptions.c 	zend_declare_property_long(error_exception_ce, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC_PROTECTED TSRMLS_CC);
E_ERROR           947 Zend/zend_exceptions.c 		zend_error(E_ERROR, "Need to supply an object when throwing an exception");
E_ERROR           953 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          1778 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          1802 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          1921 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          1946 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically", fbc->common.scope->name, fbc->common.function_name);
E_ERROR          2041 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
E_ERROR          2413 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          2440 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          2457 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          2463 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval);
E_ERROR          2477 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));
E_ERROR          2524 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          2562 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2576 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          2593 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          2596 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          2613 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          2642 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2673 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2718 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2722 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2726 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2749 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          2768 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2782 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2802 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2836 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val);
E_ERROR          2936 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          2994 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          3078 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.num);
E_ERROR          3192 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          3590 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate interface %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR          3592 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot instantiate trait %s", EX_T(opline->op1.var).class_entry->name);
E_ERROR          3594 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          3649 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          3657 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          3659 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          3668 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          3674 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          3723 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3750 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3782 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          3801 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          4130 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4223 Zend/zend_vm_def.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          4236 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          4883 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          5163 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          5190 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          5436 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Base lambda function for closure not found");
E_ERROR          5480 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          5519 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          1427 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1447 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1478 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1522 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1526 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1530 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1553 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          1572 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1585 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1605 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1730 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          1769 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1790 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          1821 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          1866 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          1870 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          1874 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          1897 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          1916 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          1930 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          1968 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          1989 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2020 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2065 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2069 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2073 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2096 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          2115 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2129 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2167 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          2206 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string");
E_ERROR          2226 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Call to undefined function %s()", Z_STRVAL_P(opline->op2.zv));
E_ERROR          2257 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval);
E_ERROR          2301 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Array callback has to contain indices 0 and 1");
E_ERROR          2305 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "First array member is not a valid class name or object");
E_ERROR          2309 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Second array member is not a valid method");
E_ERROR          2332 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          2351 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
E_ERROR          2364 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          2590 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val);
E_ERROR          2688 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          2733 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          2757 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.num);
E_ERROR          2811 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          2819 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          2821 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          2830 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          2836 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          3838 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          3876 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          3890 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          3907 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          3910 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          3927 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          3983 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4010 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          4042 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4061 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          4198 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          4362 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          4401 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          4840 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          4878 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          4892 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          4909 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          4912 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          4929 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          4972 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          5064 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          5103 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          5704 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          5742 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          5756 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          5773 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          5776 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          5793 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          5836 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          5973 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          6091 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          6130 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          6439 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          6477 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          6491 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          6508 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          6511 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          6528 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          6556 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          6693 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          6812 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Base lambda function for closure not found");
E_ERROR          6835 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          6874 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          7298 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          7336 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          7350 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          7367 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          7370 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          7387 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          7489 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          7581 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          7620 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          8053 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          8098 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          8122 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.num);
E_ERROR          8177 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          8185 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          8187 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          8196 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          8202 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          9301 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          9318 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          9324 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          9338 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          9389 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          9526 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          9644 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          9683 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          10166 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          10183 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          10189 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          10203 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          10256 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          10348 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          10387 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          11032 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          11049 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          11055 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          11069 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          11122 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          11259 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          11377 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          11416 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          11717 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          11854 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          11972 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          12011 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          12478 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          12495 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          12501 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          12515 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          12566 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          12658 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          12697 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          12860 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12907 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12954 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          12997 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          13310 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          13356 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          13464 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          13546 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          13554 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          13556 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          13565 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          13571 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          14517 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          14632 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          14655 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          14776 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          14884 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          15161 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15195 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15232 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15244 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          15270 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15279 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          15359 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15403 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15479 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15518 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          15556 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15581 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          15726 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          15743 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          15749 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          15763 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          15809 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          15847 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          15861 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          15878 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          15881 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          15898 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          15954 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          15981 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          16013 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          16032 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          16169 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          16262 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          16275 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          16571 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          16610 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          17030 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17145 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17168 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          17290 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          17398 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          17513 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17547 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17584 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17596 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          17622 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17631 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          17711 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17755 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17831 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17870 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          17908 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          17933 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          18079 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          18096 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          18102 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          18116 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          18163 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          18201 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          18215 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          18232 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          18235 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          18252 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          18295 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          18447 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          18460 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          18671 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          18710 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          19130 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          19245 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19268 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          19390 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          19498 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          19775 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19809 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19846 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19858 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          19884 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          19893 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          19973 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          20017 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          20093 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          20132 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          20170 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          20195 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          20335 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          20359 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          20397 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          20414 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          20420 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          20434 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          20481 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          20519 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          20533 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          20550 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          20553 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          20570 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          20613 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          20750 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          20843 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          20856 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          21152 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          21191 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          21336 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          21451 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21474 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          21751 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21785 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21807 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21819 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          21840 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          21929 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          21967 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          21981 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          21998 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          22001 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          22018 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          22046 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          22183 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          22322 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          22361 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          22766 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          22881 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          22904 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          23025 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          23133 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          23248 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23282 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23319 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23331 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          23357 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23366 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          23446 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23490 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23566 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23605 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          23643 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23668 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          23806 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          23830 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          23867 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          23884 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          23890 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          23904 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          23950 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          23988 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Function name must be a string");
E_ERROR          24002 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval);
E_ERROR          24019 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call constructor");
E_ERROR          24022 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot call private %s::__construct()", ce->name);
E_ERROR          24039 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          24081 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          24233 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          24246 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          24457 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          24496 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          24646 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          24654 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          24656 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          24665 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          24671 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          24728 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          24842 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          24865 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          24986 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          25094 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          25244 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25287 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25362 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25401 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          25438 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          25517 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          25534 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          25540 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          25554 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          25605 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Undefined constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          25632 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op1.zv));
E_ERROR          25664 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(opline->op2.zv));
E_ERROR          25754 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          25767 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          25974 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          26013 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          26141 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26255 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          26278 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          26400 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          26508 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          26658 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26701 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26776 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26815 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          26852 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          26930 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          26947 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          26953 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          26967 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          27076 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          27089 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          27296 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          27335 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          27463 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          27577 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          27600 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          27722 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          27830 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          27980 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28023 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28098 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28137 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28174 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          28252 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          28269 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          28275 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          28289 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          28398 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          28411 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          28618 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          28657 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          28786 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          28900 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          28923 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          29050 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          29089 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          29217 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29331 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          29354 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          29475 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          29583 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          29733 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29776 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29851 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29890 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          29927 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          30004 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          30021 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          30027 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          30041 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          30149 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          30162 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          30369 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          30408 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          30561 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30607 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30653 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30695 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          30992 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference");
E_ERROR          31037 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Can only throw objects");
E_ERROR          31145 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Only variables can be passed by reference");
E_ERROR          31215 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "__clone method called on non-object");
E_ERROR          31223 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name);
E_ERROR          31225 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object");
E_ERROR          31234 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          31240 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          32052 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32166 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32189 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          32310 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          32418 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          32695 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32728 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32765 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32777 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          32803 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          32812 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          32891 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          32934 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          33009 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          33048 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          33085 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          33110 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          33255 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          33272 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          33278 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          33292 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          33343 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          33480 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          33573 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          33586 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          33878 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          33917 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          34336 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          34450 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34473 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          34595 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          34703 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          34818 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34851 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34888 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34900 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          34926 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          34935 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          35014 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          35057 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          35132 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          35171 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          35208 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          35233 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          35379 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          35396 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          35402 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          35416 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          35469 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          35621 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          35634 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          35841 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          35880 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          36299 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          36413 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36436 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          36558 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          36666 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          36943 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          36976 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37013 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37025 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          37051 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37060 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          37139 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          37182 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          37257 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          37296 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          37333 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37358 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          37498 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          37522 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          37559 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          37576 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          37582 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          37596 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          37649 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          37786 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          37879 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          37892 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          38184 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          38223 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          38367 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          38481 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38504 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          38781 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38814 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38836 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38848 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          38869 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          38950 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          39087 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Class '%s' not found", Z_STRVAL_P(opline->op2.zv));
E_ERROR          39205 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          39244 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          39648 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          39762 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          39785 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets");
E_ERROR          39906 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          40014 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets");
E_ERROR          40129 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40162 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40199 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40211 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
E_ERROR          40237 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40246 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          40325 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40368 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40443 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40482 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
E_ERROR          40519 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40544 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
E_ERROR          40682 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot assign by reference to overloaded object");
E_ERROR          40706 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects");
E_ERROR          40742 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Method name must be a string");
E_ERROR          40759 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Object does not support method calls");
E_ERROR          40765 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          40779 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          40830 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets");
E_ERROR          40982 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot use object as array");
E_ERROR          40995 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
E_ERROR          41202 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "Cannot yield from finally in a force-closed generator");
E_ERROR          41241 Zend/zend_vm_execute.h 					zend_error_noreturn(E_ERROR, "Cannot yield string offsets by reference");
E_ERROR          41375 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          3782 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone initialization failed");
E_ERROR          3800 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone initialization failed");
E_ERROR          5092 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          5110 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          5120 ext/date/php_date.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Retrieval of DatePeriod properties for modification is unsupported");
E_ERROR          5141 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            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            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          1823 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           870 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          1786 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not generate signature");
E_ERROR          2082 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
E_ERROR          2136 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
E_ERROR          1024 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           327 ext/pdo/pdo_dbh.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle");
E_ERROR           333 ext/pdo/pdo_dbh.c 					php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle");
E_ERROR           381 ext/pdo/pdo_dbh.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory");
E_ERROR           405 ext/pdo/pdo_dbh.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to register persistent entry");
E_ERROR          1303 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          1505 ext/reflection/php_reflection.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the reflection object");
E_ERROR          4617 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          4662 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          5061 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          5115 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           330 ext/session/session.c 				php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
E_ERROR           342 ext/session/session.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
E_ERROR           477 ext/session/session.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "No storage module chosen - failed to initialize session");
E_ERROR           483 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           491 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           583 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           613 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           682 ext/session/session.c 			err_type = E_ERROR;
E_ERROR          1821 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           764 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          1169 ext/soap/php_sdl.c 		soap_error0(E_ERROR, "Parsing WSDL: Couldn't bind to service");
E_ERROR          1173 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          3589 ext/soap/soap.c 				php_error(E_ERROR, "Procedure '%s' not present", func->name);
E_ERROR          4248 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           800 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Nesting level too deep - recursive dependency?");
E_ERROR          1180 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          1624 ext/spl/spl_directory.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "GlobIterator lost glob state");
E_ERROR          1656 ext/spl/spl_directory.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          1861 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          4890 ext/standard/basic_functions.c 		zend_error(E_ERROR, "Cannot call forward_static_call() when no class scope is active");
E_ERROR          5272 ext/standard/basic_functions.c 	EG(error_reporting) = E_ERROR;
E_ERROR           300 ext/standard/exec.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Command exceeds the allowed length of %d bytes", cmd_max_len);
E_ERROR           376 ext/standard/exec.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Escaped command exceeds the allowed length of %d bytes", cmd_max_len);
E_ERROR           404 ext/standard/exec.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Argument exceeds the allowed length of %d bytes", cmd_max_len);
E_ERROR           463 ext/standard/exec.c 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "Escaped argument exceeds the allowed length of %d bytes", cmd_max_len);
E_ERROR           491 ext/standard/exec.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Input string contains NULL bytes");
E_ERROR           516 ext/standard/exec.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Input string contains NULL bytes");
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           578 ext/xmlrpc/xmlrpc-epi-php.c 							php_error_docref(NULL TSRMLS_CC, E_ERROR, "XML-RPC doesn't support circular references");
E_ERROR           629 ext/zip/php_zip.c 	php_error_docref(NULL TSRMLS_CC, E_ERROR, "Glob support is not available");
E_ERROR          1081 main/main.c    			case E_ERROR:
E_ERROR          1115 main/main.c    			case E_ERROR:
E_ERROR          1169 main/main.c    					if (type == E_ERROR || type == E_PARSE) {
E_ERROR          1199 main/main.c    				case E_ERROR:
E_ERROR          1222 main/main.c    		case E_ERROR:
E_ERROR          1847 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          1197 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");