Lines Matching refs:zend_error
259 zend_error(severity, "%s%s%s() expects parameter %d to be a valid callback, %s", in zend_wrong_callback_error()
1642 …zend_error(E_NOTICE, "Resource ID#%d used as offset, casting to integer (%d)", Z_RES_HANDLE_P(key)… in array_set_zval_key()
1658 zend_error(E_WARNING, "Illegal offset type"); in array_set_zval_key()
1821 …zend_error(E_CORE_WARNING, "Cannot load module '%s' because required module '%s' is not loaded", m… in zend_startup_module_ex()
2009 …zend_error(E_CORE_WARNING, "Cannot load module '%s' because conflicting module '%s' is already loa… in zend_register_module_ex()
2023 zend_error(E_CORE_WARNING, "Module '%s' already loaded", module->name); in zend_register_module_ex()
2034 zend_error(E_CORE_WARNING,"%s: Unable to register functions, unable to load", module->name); in zend_register_module_ex()
2064 …zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DESTR… in zend_check_magic_method_implementation()
2066 …zend_error(error_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLO… in zend_check_magic_method_implementation()
2069 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_GE… in zend_check_magic_method_implementation()
2071 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2075 …zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_S… in zend_check_magic_method_implementation()
2077 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2081 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_UN… in zend_check_magic_method_implementation()
2083 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2087 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_IS… in zend_check_magic_method_implementation()
2089 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2093 …zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_C… in zend_check_magic_method_implementation()
2095 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2101 …zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation()
2103 …zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation()
2108 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation()
2111 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DEBUGINFO… in zend_check_magic_method_implementation()
2164 …zend_error(error_type, "Invalid access level for %s%s%s() - access must be exactly one of public, … in zend_register_functions()
2220 …zend_error(error_type, "Static function %s%s%s() cannot be abstract", scope ? ZSTR_VAL(scope->name… in zend_register_functions()
2225 …zend_error(error_type, "Interface %s cannot contain non abstract method %s()", ZSTR_VAL(scope->nam… in zend_register_functions()
2232 …zend_error(error_type, "Method %s%s%s() cannot be a NULL function", scope ? ZSTR_VAL(scope->name) … in zend_register_functions()
2273 …zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(scope->name), ptr->fn… in zend_register_functions()
2317 …zend_error(error_type, "Function registration failed - duplicate name - %s%s%s", scope ? ZSTR_VAL(… in zend_register_functions()
2340 …zend_error(error_type, "Constructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(ct… in zend_register_functions()
2347 …zend_error(error_type, "Destructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(dto… in zend_register_functions()
2354 …zend_error(error_type, "%s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(clone->common.… in zend_register_functions()
2360 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__call-… in zend_register_functions()
2366 …zend_error(error_type, "Method %s::%s() must be static", ZSTR_VAL(scope->name), ZSTR_VAL(__callsta… in zend_register_functions()
2372 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__tostr… in zend_register_functions()
2378 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__get->… in zend_register_functions()
2384 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__set->… in zend_register_functions()
2390 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__unset… in zend_register_functions()
2396 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__isset… in zend_register_functions()
2402 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__debug… in zend_register_functions()
2540 zend_error(E_WARNING, "request_startup() for %s module failed", module->name); in zend_activate_modules()
2767 zend_error(E_WARNING, "%s() has been disabled for security reasons", get_active_function_name()); in ZEND_FUNCTION()
2793 zend_error(E_WARNING, "%s() has been disabled for security reasons", ZSTR_VAL(class_type->name)); in display_disabled_class()
3137 …zend_error(severity, "Non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_s… in zend_is_callable_check_func()