E_ERROR 252 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 934 Zend/zend.c case E_ERROR: E_ERROR 969 Zend/zend.c case E_ERROR: E_ERROR 259 Zend/zend_API.c zend_error(E_ERROR, "Class entry requested for an object without PHP class"); E_ERROR 942 Zend/zend_API.c zend_error(E_ERROR, "Cannot instantiate %s %s", what, class_type->name); E_ERROR 1641 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, E_ERROR 2328 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset); E_ERROR 2348 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset); E_ERROR 2363 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset); E_ERROR 179 Zend/zend_builtin_functions.c zend_error(E_ERROR, "func_num_args(): Can't be used as a function parameter"); E_ERROR 217 Zend/zend_builtin_functions.c zend_error(E_ERROR, "func_get_arg(): Can't be used as a function parameter"); E_ERROR 251 Zend/zend_builtin_functions.c zend_error(E_ERROR, "func_get_args(): Can't be used as a function parameter"); E_ERROR 1486 Zend/zend_builtin_functions.c zend_error(E_ERROR, "Unexpected inconsistency in create_function()"); E_ERROR 1936 Zend/zend_compile.c zend_error(E_ERROR, "Cannot override final %s::%s() with %s::%s()", E_ERROR 2232 Zend/zend_compile.c zend_error(E_ERROR, "Interface %s cannot implement itself", ce->name); E_ERROR 2384 Zend/zend_compile.c int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR; E_ERROR 3407 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 246 Zend/zend_constants.c zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); E_ERROR 251 Zend/zend_constants.c zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); E_ERROR 253 Zend/zend_constants.c zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent"); E_ERROR 268 Zend/zend_constants.c zend_error(E_ERROR, "Class '%s' not found", class_name); E_ERROR 39 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_ERROR 45 Zend/zend_exceptions.c zend_error(E_ERROR, "Exception thrown without a stack frame"); E_ERROR 133 Zend/zend_exceptions.c zend_error(E_ERROR, "Wrong parameters for Exception([string $exception [, long $code ]])"); E_ERROR 153 Zend/zend_exceptions.c long code = 0, severity = E_ERROR, lineno; E_ERROR 158 Zend/zend_exceptions.c zend_error(E_ERROR, "Wrong parameters for ErrorException([string $exception [, long $code, [ long $severity, [ string $filename, [ long $lineno ]]]]])"); E_ERROR 586 Zend/zend_exceptions.c zend_declare_property_long(error_exception_ce, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC_PROTECTED TSRMLS_CC); E_ERROR 698 Zend/zend_exceptions.c zend_error_va(E_ERROR, Z_STRVAL_P(file), Z_LVAL_P(line), "Uncaught %s\n thrown", Z_STRVAL_P(str)); E_ERROR 700 Zend/zend_exceptions.c zend_error(E_ERROR, "Uncaught exception '%s'", ce_exception->name); E_ERROR 710 Zend/zend_exceptions.c zend_error(E_ERROR, "Need to supply an object when throwing an exception"); E_ERROR 716 Zend/zend_exceptions.c zend_error(E_ERROR, "Exceptions must be valid objects derived from the Exception base class"); E_ERROR 316 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Using $this when not in object context"); E_ERROR 330 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Using $this when not in object context"); E_ERROR 341 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Using $this when not in object context"); E_ERROR 353 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Using $this when not in object context"); E_ERROR 389 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Cannot create references to/from string offsets nor overloaded objects"); E_ERROR 533 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Cannot use string offset as an array"); E_ERROR 575 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", class_name); E_ERROR 609 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 736 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", class_name); E_ERROR 866 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", class_name); E_ERROR 1031 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Cannot use string offset as an array"); E_ERROR 1103 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "[] operator not supported for strings"); E_ERROR 1150 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 1230 Zend/zend_execute.c zend_error_noreturn(E_ERROR, "Cannot use string offset as an object"); E_ERROR 1281 Zend/zend_execute.c zend_error(E_ERROR, "Cannot access undefined property for object with overloaded property access"); E_ERROR 1320 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 476 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot declare self-referencing constant '%s'", Z_STRVAL_P(p)); E_ERROR 491 Zend/zend_execute_API.c zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p)); E_ERROR 543 Zend/zend_execute_API.c zend_error(E_ERROR, "Undefined class constant '%s'", str_index); E_ERROR 677 Zend/zend_execute_API.c zend_error(E_ERROR, "Corrupted fcall_info provided to zend_call_function()"); E_ERROR 736 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); E_ERROR 745 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); E_ERROR 748 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent"); E_ERROR 760 Zend/zend_execute_API.c zend_error(E_ERROR, "Class '%s' not found", Z_STRVAL_PP(fci->object_pp)); E_ERROR 811 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot call method %s() or method does not exist", fname); E_ERROR 823 Zend/zend_execute_API.c zend_error(E_ERROR, "Object does not support method calls"); E_ERROR 831 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot call method %s::%s() or method does not exist", calling_scope->name, fname); E_ERROR 844 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot call method %s() of class %s which is not a derived from %s", fname, calling_scope->name, check_scope_or_static->name); E_ERROR 892 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 989 Zend/zend_execute_API.c severity = E_ERROR; E_ERROR 1135 Zend/zend_execute_API.c zend_error(E_ERROR, "Function %s(%s) threw an exception of type '%s'", ZEND_AUTOLOAD_FUNC_NAME, name, Z_OBJCE_P(EG(exception))->name); E_ERROR 1314 Zend/zend_execute_API.c zend_error(E_ERROR, "Maximum execution time of %d second%s exceeded", E_ERROR 1508 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); E_ERROR 1513 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); E_ERROR 1516 Zend/zend_execute_API.c zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent"); E_ERROR 1531 Zend/zend_execute_API.c zend_error(E_ERROR, "Interface '%s' not found", class_name); E_ERROR 1533 Zend/zend_execute_API.c zend_error(E_ERROR, "Class '%s' not found", class_name); E_ERROR 1579 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 79 Zend/zend_hash.c zend_error(E_ERROR, "Nesting level too deep - recursive dependency?"); \ E_ERROR 272 Zend/zend_interfaces.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 188 Zend/zend_object_handlers.c zend_error(E_ERROR, "Cannot access empty property"); E_ERROR 190 Zend/zend_object_handlers.c zend_error(E_ERROR, "Cannot access property started with '\\0'"); E_ERROR 232 Zend/zend_object_handlers.c zend_error(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->flags), ce->name, Z_STRVAL_P(member)); E_ERROR 467 Zend/zend_object_handlers.c zend_error(E_ERROR, "Undefined offset for object of type %s used as array", ce->name); E_ERROR 477 Zend/zend_object_handlers.c zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); E_ERROR 496 Zend/zend_object_handlers.c zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); E_ERROR 525 Zend/zend_object_handlers.c zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); E_ERROR 626 Zend/zend_object_handlers.c zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); E_ERROR 644 Zend/zend_object_handlers.c zend_error(E_ERROR, "Cannot get arguments for __call"); E_ERROR 797 Zend/zend_object_handlers.c zend_error(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 819 Zend/zend_object_handlers.c zend_error(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 859 Zend/zend_object_handlers.c zend_error(E_ERROR, "Call to undefined method %s::%s()", class_name, function_name_strval); E_ERROR 871 Zend/zend_object_handlers.c zend_error(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 878 Zend/zend_object_handlers.c zend_error(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 908 Zend/zend_object_handlers.c zend_error(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->flags), ce->name, property_name); E_ERROR 921 Zend/zend_object_handlers.c zend_error(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name); E_ERROR 931 Zend/zend_object_handlers.c zend_error(E_ERROR, "Attempt to unset static property %s::$%s", ce->name, property_name); E_ERROR 949 Zend/zend_object_handlers.c zend_error(E_ERROR, "Call to private %s::%s() from context '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name); E_ERROR 951 Zend/zend_object_handlers.c zend_error(E_ERROR, "Call to private %s::%s() from invalid context", constructor->common.scope->name, constructor->common.function_name); E_ERROR 959 Zend/zend_object_handlers.c zend_error(E_ERROR, "Call to protected %s::%s() from context '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name); E_ERROR 961 Zend/zend_object_handlers.c zend_error(E_ERROR, "Call to protected %s::%s() from invalid context", constructor->common.scope->name, constructor->common.function_name); E_ERROR 1104 Zend/zend_object_handlers.c zend_error(E_ERROR, "Method %s::__toString() must not throw an exception", ce->name); E_ERROR 65 Zend/zend_objects.c zend_error(EG(in_execution) ? E_ERROR : E_WARNING, E_ERROR 78 Zend/zend_objects.c zend_error(EG(in_execution) ? E_ERROR : E_WARNING, E_ERROR 111 Zend/zend_objects.c zend_error(E_ERROR, "Ignoring exception from %s::__destruct() while an exception is already active (Uncaught %s in %s on line %ld)", E_ERROR 149 Zend/zend_objects.c zend_error(E_ERROR, "Trying to clone an uncloneable object of class %s", Z_OBJCE_PP(p)->name); E_ERROR 805 Zend/zend_operators.c zend_error(E_ERROR, "Unsupported operand types"); E_ERROR 845 Zend/zend_operators.c zend_error(E_ERROR, "Unsupported operand types"); E_ERROR 877 Zend/zend_operators.c zend_error(E_ERROR, "Unsupported operand types"); E_ERROR 916 Zend/zend_operators.c zend_error(E_ERROR, "Unsupported operand types"); E_ERROR 997 Zend/zend_operators.c zend_error(E_ERROR, "Unsupported operand types"); E_ERROR 1592 Zend/zend_operators.c zend_error(E_ERROR, "Unsupported operand types"); E_ERROR 1620 Zend/zend_operators.c zend_error(E_ERROR, "Unsupported operand types"); E_ERROR 476 Zend/zend_strtod.c zend_error(E_ERROR, "Balloc() allocation exceeds list boundary"); E_ERROR 487 Zend/zend_strtod.c zend_error(E_ERROR, "Balloc() failed to allocate memory"); E_ERROR 436 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 728 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 771 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 814 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 852 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 1117 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 1165 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 1488 Zend/zend_vm_def.h zend_error(E_ERROR, "Cannot assign by reference to overloaded object"); E_ERROR 1702 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string"); E_ERROR 1723 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 1733 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 1739 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 1742 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 1787 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 1801 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Can not call constructor"); E_ERROR 1847 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 1856 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); E_ERROR 1884 Zend/zend_vm_def.h 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 1920 Zend/zend_vm_def.h severity = E_ERROR; E_ERROR 2014 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object"); E_ERROR 2081 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val); E_ERROR 2108 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference"); E_ERROR 2142 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", class_name); E_ERROR 2185 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Can only throw objects"); E_ERROR 2232 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.u.opline_num); E_ERROR 2334 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Only variables can be passed by reference"); E_ERROR 2522 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot instantiate %s %s", class_type, EX_T(opline->op1.u.var).class_entry->name); E_ERROR 2563 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "__clone method called on non-object"); E_ERROR 2575 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name); E_ERROR 2577 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object"); E_ERROR 2588 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 2594 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 2653 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", opline->op2.u.constant.value.str.val); E_ERROR 3059 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 3072 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 3647 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 3776 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 97 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen"); E_ERROR 137 Zend/zend_vm_execute.h 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 173 Zend/zend_vm_execute.h severity = E_ERROR; E_ERROR 267 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object"); E_ERROR 403 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot instantiate %s %s", class_type, EX_T(opline->op1.u.var).class_entry->name); E_ERROR 452 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 519 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 653 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string"); E_ERROR 682 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 696 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Can not call constructor"); E_ERROR 742 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 751 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); E_ERROR 853 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string"); E_ERROR 883 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 897 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Can not call constructor"); E_ERROR 943 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 952 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); E_ERROR 1014 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string"); E_ERROR 1044 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 1058 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Can not call constructor"); E_ERROR 1104 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 1113 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); E_ERROR 1175 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string"); E_ERROR 1204 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 1218 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Can not call constructor"); E_ERROR 1268 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Class name must be a valid object or a string"); E_ERROR 1297 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 1311 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Can not call constructor"); E_ERROR 1357 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Function name must be a string"); E_ERROR 1366 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); E_ERROR 1675 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val); E_ERROR 1700 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference"); E_ERROR 1734 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", class_name); E_ERROR 1777 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Can only throw objects"); E_ERROR 1796 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.u.opline_num); E_ERROR 1838 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "__clone method called on non-object"); E_ERROR 1850 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name); E_ERROR 1852 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object"); E_ERROR 1863 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 1869 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 2710 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", opline->op2.u.constant.value.str.val); E_ERROR 4268 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference"); E_ERROR 4302 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", class_name); E_ERROR 4345 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Can only throw objects"); E_ERROR 4364 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.u.opline_num); E_ERROR 4413 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "__clone method called on non-object"); E_ERROR 4425 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name); E_ERROR 4427 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object"); E_ERROR 4438 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 4444 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 5275 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 5285 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 5291 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 5294 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 5718 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 5728 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 5734 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 5737 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 6163 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 6173 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 6179 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 6182 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 6700 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 6710 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 6716 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 6719 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 6893 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 6936 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 6979 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 7017 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 7310 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference"); E_ERROR 7344 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", class_name); E_ERROR 7387 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Can only throw objects"); E_ERROR 7406 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.u.opline_num); E_ERROR 7508 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Only variables can be passed by reference"); E_ERROR 7560 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "__clone method called on non-object"); E_ERROR 7572 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name); E_ERROR 7574 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object"); E_ERROR 7585 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 7591 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 8643 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 9006 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 9054 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 9346 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 9356 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 9362 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 9365 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 9578 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 9591 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 10159 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 10523 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 10571 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 10864 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 10874 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 10880 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 10883 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 11098 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 11111 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 11679 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 12043 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 12091 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 12391 Zend/zend_vm_execute.h zend_error(E_ERROR, "Cannot assign by reference to overloaded object"); E_ERROR 12422 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 12432 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 12438 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 12441 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 12656 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 12669 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 13003 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 13154 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 13684 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 14047 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 14095 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 14393 Zend/zend_vm_execute.h zend_error(E_ERROR, "Cannot assign by reference to overloaded object"); E_ERROR 14423 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 14433 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 14439 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 14442 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 14655 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 14668 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 14860 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "__clone method called on non-object"); E_ERROR 14872 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name); E_ERROR 14874 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object"); E_ERROR 14885 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 14891 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 15082 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 15597 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 15607 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 15613 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 15616 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 15676 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Undefined class constant '%s'", opline->op2.u.constant.value.str.val); E_ERROR 15763 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 15776 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 16105 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 16621 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 16631 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 16637 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 16640 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 16743 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 16756 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 17085 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 17601 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 17611 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 17617 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 17620 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 17723 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 17736 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 18065 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 18331 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 18846 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 18856 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 18862 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 18865 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 18967 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 18980 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 19187 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 19229 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 19271 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 19308 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot increment/decrement overloaded objects nor string offsets"); E_ERROR 19594 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot return string offsets by reference"); E_ERROR 19628 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", class_name); E_ERROR 19671 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Can only throw objects"); E_ERROR 19690 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.u.opline_num); E_ERROR 19792 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Only variables can be passed by reference"); E_ERROR 19836 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "__clone method called on non-object"); E_ERROR 19848 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object of class %s", ce->name); E_ERROR 19850 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Trying to clone an uncloneable object"); E_ERROR 19861 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 19867 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 20770 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 21133 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 21181 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 21471 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 21481 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 21487 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 21490 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 21702 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 21715 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 22278 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 22642 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 22690 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 22981 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 22991 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 22997 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 23000 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 23214 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 23227 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 23790 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 24154 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 24202 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 24500 Zend/zend_vm_execute.h zend_error(E_ERROR, "Cannot assign by reference to overloaded object"); E_ERROR 24530 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 24540 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 24546 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 24549 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 24763 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 24776 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 25105 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 25256 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 25785 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use assign-op operators with overloaded objects nor string offsets"); E_ERROR 26148 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use [] for reading"); E_ERROR 26196 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 26492 Zend/zend_vm_execute.h zend_error(E_ERROR, "Cannot assign by reference to overloaded object"); E_ERROR 26521 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Method name must be a string"); E_ERROR 26531 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Object does not support method calls"); E_ERROR 26537 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(EX(object)), function_name_strval); E_ERROR 26540 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on a non-object", function_name_strval); E_ERROR 26752 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot use object as array"); E_ERROR 26765 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Cannot unset string offsets"); E_ERROR 26945 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", EX(opline)->opcode, EX(opline)->op1.op_type, EX(opline)->op2.op_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 153 ext/com_dotnet/com_iterator.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 564 ext/com_dotnet/com_saproxy.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 663 ext/date/php_date.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone database is corrupt - this should *never* happen!"); E_ERROR 2072 ext/dom/document.c php_error(E_ERROR, "Invalid Schema Validation Context"); E_ERROR 2162 ext/dom/document.c php_error(E_ERROR, "Invalid RelaxNG Validation Context"); E_ERROR 2372 ext/dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", baseclass); E_ERROR 2379 ext/dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from DOMNode.", baseclass); E_ERROR 2386 ext/dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", extendedclass); E_ERROR 2396 ext/dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be registered.", extendedclass); E_ERROR 2400 ext/dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from %s.", extendedclass, baseclass); E_ERROR 272 ext/dom/dom_iterators.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 254 ext/dom/php_dom.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property"); E_ERROR 262 ext/dom/php_dom.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property"); E_ERROR 491 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 510 ext/dom/php_dom.c php_error(E_ERROR, "Cannot clone object of class %s due to 'zend.ze1_compatibility_mode'", 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 65 ext/gd/libgd/gd_png.c php_gd_error_ex(E_ERROR, "gd-png: EXTREMELY fatal error: jmpbuf unrecoverable; terminating."); E_ERROR 749 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 360 ext/mime_magic/mime_magic.c php_error_docref("http://www.php.net/mime_magic" TSRMLS_CC, E_ERROR, "mime_magic could not be initialized, magic file %s is not available", MIME_MAGIC_G(magicfile)); E_ERROR 3857 ext/ming/ming.c php_error(E_ERROR, "called object is not an SWFFont or SWFFontCharacter"); E_ERROR 219 ext/mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property"); E_ERROR 227 ext/mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property"); E_ERROR 1123 ext/openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure"); E_ERROR 1177 ext/openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure"); E_ERROR 901 ext/pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, code.c); E_ERROR 175 ext/pdo/pdo.c zend_error(E_ERROR, "PDO: driver %s requires PDO API version %ld; this is PDO version %d", E_ERROR 180 ext/pdo/pdo.c zend_error(E_ERROR, "You MUST load PDO before loading any PDO drivers"); E_ERROR 320 ext/pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle"); E_ERROR 326 ext/pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle"); E_ERROR 364 ext/pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory"); E_ERROR 388 ext/pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to register persistent entry"); E_ERROR 1220 ext/pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO methods."); E_ERROR 1318 ext/pdo/pdo_dbh.c php_error(E_ERROR, "Cannot clone object of class %s due to 'zend.ze1_compatibility_mode'", Z_OBJCE_P(object)->name); E_ERROR 104 ext/pdo/pdo_stmt.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "You should not create a PDOStatement manually"); E_ERROR 2524 ext/pdo/pdo_stmt.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 127 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 3971 ext/pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "PostgreSQL module error, please report this error"); E_ERROR 81 ext/reflection/php_reflection.c zend_error(E_ERROR, "%s() cannot be called statically", get_active_function_name(TSRMLS_C)); \ E_ERROR 104 ext/reflection/php_reflection.c zend_error(E_ERROR, "Internal error: Failed to retrieve the reflection object"); \ E_ERROR 3642 ext/reflection/php_reflection.c zend_error(E_ERROR, "Internal error: Failed to retrieve the argument's reflection object"); E_ERROR 3687 ext/reflection/php_reflection.c zend_error(E_ERROR, "Internal error: Failed to retrieve the argument's reflection object"); E_ERROR 3973 ext/reflection/php_reflection.c zend_error(E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name); E_ERROR 4029 ext/reflection/php_reflection.c zend_error(E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name); E_ERROR 106 ext/session/session.c err_type = E_ERROR; E_ERROR 141 ext/session/session.c err_type = E_ERROR; E_ERROR 751 ext/session/session.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function"); E_ERROR 817 ext/session/session.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "No storage module chosen - failed to initialize session."); E_ERROR 823 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 260 ext/simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); E_ERROR 289 ext/simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); E_ERROR 472 ext/simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); E_ERROR 513 ext/simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); E_ERROR 586 ext/simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create duplicate attribute"); E_ERROR 1786 ext/simplexml/simplexml.c zend_error(E_ERROR, "Unable to cast node to string"); E_ERROR 1845 ext/simplexml/simplexml.c php_error(E_ERROR, "Cannot clone object of class %s due to 'zend.ze1_compatibility_mode'", Z_OBJCE_P(zobject)->name); E_ERROR 2199 ext/simplexml/simplexml.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 186 ext/snmp/winsnmp.c php_error_docref(NULL TSRMLS_CC, E_ERROR,"Error: errorStatus=%d, errorIndex=%d", errorStatus, errorIndex); E_ERROR 374 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: SoapVar hasn't 'enc_type' propery"); E_ERROR 594 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Error calling to_xml callback"); E_ERROR 637 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Error calling from_xml callback"); E_ERROR 675 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 711 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 747 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 768 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 774 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 778 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 799 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 813 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 823 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 910 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: string '%s' is not a valid utf-8 string", err); E_ERROR 1017 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 1020 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 1050 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 1053 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 1142 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 1314 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 1339 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 1528 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 1636 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 1659 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 1686 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: object hasn't '%s' property", model->u.element->name); E_ERROR 1719 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: object hasn't 'any' property"); E_ERROR 1926 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 2036 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list"); E_ERROR 2067 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list"); E_ERROR 2694 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Can't decode apache map, missing key"); E_ERROR 2699 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Can't decode apache map, missing value"); E_ERROR 2710 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 2970 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 3009 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); E_ERROR 3142 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Internal Error"); E_ERROR 3210 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Internal Error"); E_ERROR 3235 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content); E_ERROR 3240 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: External reference '%s'", href->children->content); E_ERROR 3256 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content); E_ERROR 3258 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: Violation of id and ref information items '%s'", href->children->content); E_ERROR 3404 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: Cannot find encoding"); E_ERROR 3455 ext/soap/php_encoding.c soap_error0(E_ERROR, "Encoding: SoapVar hasn't 'enc_type' property"); E_ERROR 107 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location); E_ERROR 112 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location); E_ERROR 118 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 122 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 132 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: can't include schema from '%s', different 'targetNamespace'", location); E_ERROR 191 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: include has no 'schemaLocation' attribute"); E_ERROR 211 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: redefine has no 'schemaLocation' attribute"); E_ERROR 236 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 238 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 286 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in schema", trav->name); E_ERROR 367 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); E_ERROR 388 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleType", trav->name); E_ERROR 391 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: expected <restriction>, <list> or <union> in simpleType"); E_ERROR 394 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleType", trav->name); E_ERROR 450 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'itemType' attribute and subtype"); E_ERROR 477 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); E_ERROR 571 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); E_ERROR 576 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); E_ERROR 607 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name); E_ERROR 610 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: expected <restriction> or <extension> in simpleContent"); E_ERROR 613 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name); E_ERROR 651 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); E_ERROR 718 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); E_ERROR 724 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); E_ERROR 756 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); E_ERROR 789 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); E_ERROR 794 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); E_ERROR 819 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); E_ERROR 847 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); E_ERROR 881 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); E_ERROR 899 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); E_ERROR 904 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); E_ERROR 936 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); E_ERROR 969 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); E_ERROR 974 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); E_ERROR 1036 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); E_ERROR 1115 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: group '%s' already defined", key.c); E_ERROR 1128 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes"); E_ERROR 1141 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); E_ERROR 1148 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); E_ERROR 1155 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); E_ERROR 1161 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name); E_ERROR 1165 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name); E_ERROR 1212 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in choice", trav->name); E_ERROR 1262 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in sequence", trav->name); E_ERROR 1322 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name); E_ERROR 1325 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: <restriction> or <extension> expected in complexContent"); E_ERROR 1328 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name); E_ERROR 1404 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: complexType has no 'name' attribute"); E_ERROR 1444 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name); E_ERROR 1451 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name); E_ERROR 1546 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: element '%s' already defined", key.c); E_ERROR 1566 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has no 'name' nor 'ref' attributes"); E_ERROR 1574 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'nillable' attributes"); E_ERROR 1589 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes"); E_ERROR 1597 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes"); E_ERROR 1599 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'default' and 'fixed' attributes"); E_ERROR 1644 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'type' attributes"); E_ERROR 1663 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype"); E_ERROR 1665 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype"); E_ERROR 1671 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype"); E_ERROR 1673 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype"); E_ERROR 1687 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in element", trav->name); E_ERROR 1769 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: attribute '%s' already defined", key.c); E_ERROR 1773 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: attribute has no 'name' nor 'ref' attributes"); E_ERROR 1783 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' and 'type' attributes"); E_ERROR 1891 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' attribute and subtype"); E_ERROR 1893 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: attribute has both 'type' attribute and subtype"); E_ERROR 1913 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attribute", trav->name); E_ERROR 1949 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: attributeGroup '%s' already defined", key.c); E_ERROR 1983 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: attributeGroup has no 'name' nor 'ref' attributes"); E_ERROR 1994 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute"); E_ERROR 1999 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute"); E_ERROR 2004 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute"); E_ERROR 2010 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name); E_ERROR 2015 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name); E_ERROR 2149 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: unresolved group 'ref' attribute"); E_ERROR 2209 ext/soap/php_schema.c soap_error0(E_ERROR, "Parsing Schema: unresolved element 'ref' attribute"); E_ERROR 222 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href); E_ERROR 243 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); E_ERROR 258 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri); E_ERROR 282 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name); E_ERROR 307 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: <message> '%s' already defined", name->children->content); E_ERROR 310 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: <message> hasn't name attribute"); E_ERROR 317 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: <portType> '%s' already defined", name->children->content); E_ERROR 320 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: <portType> hasn't name attribute"); E_ERROR 327 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: <binding> '%s' already defined", name->children->content); E_ERROR 330 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: <binding> hasn't name attribute"); E_ERROR 337 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: <service> '%s' already defined", name->children->content); E_ERROR 340 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: <service> hasn't name attribute"); E_ERROR 343 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); E_ERROR 358 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: Missing message attribute for <header>"); E_ERROR 368 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", tmp->children->content); E_ERROR 373 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); E_ERROR 377 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", tmp->children->content); E_ERROR 404 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); E_ERROR 407 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); E_ERROR 453 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); E_ERROR 515 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); E_ERROR 532 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); E_ERROR 535 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); E_ERROR 558 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); E_ERROR 577 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", message_name); E_ERROR 590 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected extensibility element <%s>", trav->name); E_ERROR 597 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); E_ERROR 606 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: No name associated with <part> '%s'", message->name); E_ERROR 676 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); E_ERROR 686 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>"); E_ERROR 715 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name); E_ERROR 725 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: No address associated with <port>"); E_ERROR 732 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: No location associated with <port>"); E_ERROR 744 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: No <binding> element with name '%s'", ctype); E_ERROR 769 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: PHP-SOAP doesn't support transport '%s'", tmp->children->content); E_ERROR 778 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <binding>"); E_ERROR 784 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: Missing 'type' attribute for <binding>"); E_ERROR 794 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing <portType> with name '%s'", name->children->content); E_ERROR 812 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name); E_ERROR 819 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <operation>"); E_ERROR 831 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav3->name); E_ERROR 838 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->children->content); E_ERROR 884 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content); E_ERROR 913 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content); E_ERROR 954 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content); E_ERROR 958 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content); E_ERROR 967 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 1002 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); E_ERROR 1005 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); E_ERROR 1009 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); E_ERROR 1020 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 1062 ext/soap/php_sdl.c soap_error0(E_ERROR, "Parsing WSDL: Couldn't bind to service"); E_ERROR 706 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 709 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters. Invalid parameter name."); E_ERROR 731 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 734 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters. Invalid namespace."); E_ERROR 737 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters. Invalid header name."); E_ERROR 758 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters. Invalid actor."); E_ERROR 775 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 793 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters. Invalid fault code."); E_ERROR 796 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters. Invalid fault code."); E_ERROR 799 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters. Invalid fault code."); E_ERROR 867 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 876 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid type ID"); E_ERROR 919 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Wrong 'typemap' option"); E_ERROR 1033 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 1040 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 1064 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid arguments. 'uri' option is required in nonWSDL mode."); E_ERROR 1079 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid arguments. Invalid 'encoding' option - '%s'.", Z_STRVAL_PP(tmp)); E_ERROR 1116 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid arguments. 'uri' option is required in nonWSDL mode."); E_ERROR 1166 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Tried to set persistence with bogus value (%ld)", value); E_ERROR 1169 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Tried to set persistence when you are using you SOAP SERVER in function mode, no persistence needed"); E_ERROR 1229 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Tried to set a non existant class (%s)", Z_STRVAL_PP(argv[0])); E_ERROR 1232 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "You must pass in a string"); E_ERROR 1254 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 1328 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 1350 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Tried to add a function that isn't a string"); E_ERROR 1358 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Tried to add a non existant function '%s'", Z_STRVAL_PP(tmp_function)); E_ERROR 1379 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Tried to add a non existant function '%s'", Z_STRVAL_P(function_name)); E_ERROR 1400 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid value passed"); E_ERROR 1435 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 1488 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR,"ob_start failed"); E_ERROR 1521 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR,"Request is compressed with unknown compression '%s'",Z_STRVAL_PP(encoding)); E_ERROR 1528 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR,"Can't uncompress compressed request"); E_ERROR 1623 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor"); E_ERROR 1654 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor"); E_ERROR 1726 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Function '%s' call failed", Z_STRVAL(h->function_name)); E_ERROR 1787 ext/soap/soap.c php_error(E_ERROR, "Function '%s' doesn't exist", Z_STRVAL(function_name)); E_ERROR 1830 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Function '%s' call failed", Z_STRVAL(function_name)); E_ERROR 1861 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Dump memory failed"); E_ERROR 1965 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 1984 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "The SoapServer::addSoapHeader function may be called only during SOAP request processing"); E_ERROR 1988 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 2119 ext/soap/soap.c error_num == E_ERROR || E_ERROR 2194 ext/soap/soap.c error_num == E_ERROR || E_ERROR 2307 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 2313 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "$wsdl must be string or null"); E_ERROR 2331 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is requred in nonWSDL mode"); E_ERROR 2357 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' option is requred in nonWSDL mode"); E_ERROR 2434 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp)); E_ERROR 2485 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' and 'uri' options are requred in nonWSDL mode"); E_ERROR 2802 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid SOAP header"); E_ERROR 2830 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 2851 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "first parameter must be string or null"); E_ERROR 2868 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid SOAP header"); E_ERROR 3045 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 3076 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 3112 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 3135 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid SOAP header"); E_ERROR 3157 ext/soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); E_ERROR 3541 ext/soap/soap.c php_error(E_ERROR, "Procedure '%s' not present", func->name); E_ERROR 4153 ext/soap/soap.c soap_error0(E_ERROR, "Unknown SOAP version"); E_ERROR 313 ext/spl/php_spl.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be loaded", class_name); E_ERROR 871 ext/spl/spl_array.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 163 ext/spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Object not initialized"); E_ERROR 277 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 1140 ext/spl/spl_directory.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 1351 ext/spl/spl_directory.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 390 ext/spl/spl_iterators.c zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); E_ERROR 699 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 845 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 865 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 1081 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 5576 ext/standard/basic_functions.c EG(error_reporting) = E_ERROR; E_ERROR 93 ext/standard/formatted_print.c zend_error_noreturn(E_ERROR, "Field width %d is too long", m_width); E_ERROR 101 ext/standard/formatted_print.c zend_error_noreturn(E_ERROR, "Field width %d is too long", req_size); E_ERROR 92 ext/standard/incomplete_class.c incomplete_class_message(*object, E_ERROR TSRMLS_CC); E_ERROR 393 ext/tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg); E_ERROR 486 ext/tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer"); E_ERROR 610 ext/tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer"); E_ERROR 922 ext/tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not retrieve key from option array"); E_ERROR 1029 ext/tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer"); E_ERROR 358 ext/xmlreader/php_xmlreader.c php_error(E_ERROR, "Cannot clone object of class %s due to 'zend.ze1_compatibility_mode'", Z_OBJCE_P(object)->name); E_ERROR 510 ext/xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "XML-RPC doesn't support circular references"); E_ERROR 975 ext/zlib/zlib.c zend_error(E_ERROR, "Compression failed"); E_ERROR 834 main/main.c case E_ERROR: E_ERROR 866 main/main.c case E_ERROR: E_ERROR 922 main/main.c if (type == E_ERROR) { E_ERROR 947 main/main.c case E_ERROR: E_ERROR 970 main/main.c case E_ERROR: E_ERROR 148 main/output.c php_error_docref("ref.outcontrol" TSRMLS_CC, E_ERROR, "Cannot use output buffering in output buffering display handlers"); E_ERROR 529 main/output.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "No method name given: use ob_start(array($object,'method')) to specify instance $object and the name of a method of class %s to use as output handler", Z_OBJCE_P(output_handler)->name); E_ERROR 1121 main/snprintf.c php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); E_ERROR 714 main/spprintf.c php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); E_ERROR 203 main/streams/cast.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "fopencookie failed"); E_ERROR 111 sapi/apache_hooks/sapi_apache.c php_error(E_ERROR, "Unable to call %s - not a Class::Method\n", handler->name);