Lines Matching refs:zend_error

197zend_error(E_WARNING, "Wrong parameter count for %s%s%s()", class_name, space, get_active_function…  in zend_wrong_param_count()
240 zend_error(E_ERROR, "Class entry requested for an object without PHP class"); in zend_get_class_entry()
698 zend_error(severity, "%s%s%s() expects parameter %d %s", in zend_parse_arg()
702 zend_error(severity, "%s%s%s() expects parameter %d to be %s, %s given", in zend_parse_arg()
772 zend_error(E_WARNING, "%s%s%s(): only one varargs specifier (* or +) is permitted", in zend_parse_va_args()
792 zend_error(E_WARNING, "%s%s%s(): bad type specifier while parsing parameters", in zend_parse_va_args()
815 zend_error(E_WARNING, "%s%s%s() expects %s %d parameter%s, %d given", in zend_parse_va_args()
830 zend_error(E_WARNING, "%s(): could not obtain parameters for parsing", in zend_parse_va_args()
894 zend_error(E_WARNING, "%s%s%s() expects exactly 0 parameters, %d given", \
956 zend_error(E_CORE_ERROR, "%s::%s() must be derived from %s::%s", in zend_parse_method_parameters()
994 zend_error(E_CORE_ERROR, "%s::%s() must be derived from %s::%s", in zend_parse_method_parameters_ex()
1184 zend_error(E_ERROR, "Cannot instantiate %s %s", what, class_type->name); in _object_and_properties_init()
1219 zend_error(E_WARNING, "add_assoc_function() is no longer supported"); in add_assoc_function()
1581zend_error(E_STRICT, "Resource ID#%ld used as offset, casting to integer (%ld)", Z_LVAL_P(key), Z_… in array_set_zval_key()
1591 zend_error(E_WARNING, "Illegal offset type"); in array_set_zval_key()
1775zend_error(E_CORE_WARNING, "Cannot load module '%s' because required module '%s' is not loaded", m… in zend_startup_module_ex()
1798 zend_error(E_CORE_ERROR,"Unable to start %s module", module->name); in zend_startup_module_ex()
1969zend_error(E_CORE_WARNING, "Cannot load module '%s' because conflicting module '%s' is already loa… in zend_register_module_ex()
1982 zend_error(E_CORE_WARNING, "Module '%s' already loaded", module->name); in zend_register_module_ex()
1992 zend_error(E_CORE_WARNING,"%s: Unable to register functions, unable to load", module->name); in zend_register_module_ex()
2021zend_error(error_type, "Destructor %s::%s() cannot take arguments", ce->name, ZEND_DESTRUCTOR_FUNC… in zend_check_magic_method_implementation()
2023zend_error(error_type, "Method %s::%s() cannot accept any arguments", ce->name, ZEND_CLONE_FUNC_NA… in zend_check_magic_method_implementation()
2026zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_GET_FUNC_NAM… in zend_check_magic_method_implementation()
2028zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_GET_FU… in zend_check_magic_method_implementation()
2032zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_SET_FUNC_NA… in zend_check_magic_method_implementation()
2034zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_SET_FU… in zend_check_magic_method_implementation()
2038zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_UNSET_FUNC_N… in zend_check_magic_method_implementation()
2040zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_UNSET_… in zend_check_magic_method_implementation()
2044zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_ISSET_FUNC_N… in zend_check_magic_method_implementation()
2046zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_ISSET_… in zend_check_magic_method_implementation()
2050zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_CALL_FUNC_N… in zend_check_magic_method_implementation()
2052zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_CALL_F… in zend_check_magic_method_implementation()
2058zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_CALLSTATIC_… in zend_check_magic_method_implementation()
2060zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_CALLST… in zend_check_magic_method_implementation()
2065zend_error(error_type, "Method %s::%s() cannot take arguments", ce->name, ZEND_TOSTRING_FUNC_NAME); in zend_check_magic_method_implementation()
2068zend_error(error_type, "Method %s::%s() cannot take arguments", ce->name, ZEND_DEBUGINFO_FUNC_NAME… in zend_check_magic_method_implementation()
2120zend_error(error_type, "Invalid access level for %s%s%s() - access must be exactly one of public, … in zend_register_functions()
2163zend_error(error_type, "Static function %s%s%s() cannot be abstract", scope ? scope->name : "", sc… in zend_register_functions()
2168zend_error(error_type, "Interface %s cannot contain non abstract method %s()", scope->name, ptr->f… in zend_register_functions()
2175zend_error(error_type, "Method %s%s%s() cannot be a NULL function", scope ? scope->name : "", scop… in zend_register_functions()
2213 zend_error(error_type, "Destructor %s::%s() cannot take arguments", scope->name, ptr->fname); in zend_register_functions()
2252zend_error(error_type, "Function registration failed - duplicate name - %s%s%s", scope ? scope->na… in zend_register_functions()
2275zend_error(error_type, "Constructor %s::%s() cannot be static", scope->name, ctor->common.function… in zend_register_functions()
2282zend_error(error_type, "Destructor %s::%s() cannot be static", scope->name, dtor->common.function_… in zend_register_functions()
2289zend_error(error_type, "Constructor %s::%s() cannot be static", scope->name, clone->common.functio… in zend_register_functions()
2295zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __call->common.function_na… in zend_register_functions()
2301zend_error(error_type, "Method %s::%s() must be static", scope->name, __callstatic->common.functio… in zend_register_functions()
2307zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __tostring->common.functio… in zend_register_functions()
2313zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __get->common.function_nam… in zend_register_functions()
2319zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __set->common.function_nam… in zend_register_functions()
2325zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __unset->common.function_n… in zend_register_functions()
2331zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __isset->common.function_n… in zend_register_functions()
2337zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __debugInfo->common.functi… in zend_register_functions()
2460 zend_error(E_WARNING, "request_startup() for %s module failed", module->name); in zend_activate_modules()
2679zend_error(E_WARNING, "%s() has been disabled for security reasons", get_active_function_name(TSRM… in ZEND_FUNCTION()
2703 zend_error(E_WARNING, "%s() has been disabled for security reasons", class_type->name); in display_disabled_class()
2980zend_error(E_ERROR, "Cannot call abstract method %s::%s()", fcc->calling_scope->name, fcc->functio… in zend_is_callable_check_func()
3004zend_error(severity, "Non-static method %s::%s() %s be called statically, assuming $this from comp… in zend_is_callable_check_func()
3013zend_error(severity, "Non-static method %s::%s() %s be called statically", fcc->calling_scope->nam… in zend_is_callable_check_func()
3510 zend_error(E_CORE_ERROR, "Internal zval's can't be arrays, objects or resources"); in zend_declare_property_ex()
3768 zend_error(E_CORE_ERROR, "Property %s of class %s cannot be updated", name, class_name); in zend_update_property()
3792 zend_error(E_CORE_ERROR, "Property %s of class %s cannot be unset", name, class_name); in zend_unset_property()
3996 zend_error(E_CORE_ERROR, "Property %s of class %s cannot be read", name, class_name); in zend_read_property()