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()
1642zend_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()
1821zend_error(E_CORE_WARNING, "Cannot load module '%s' because required module '%s' is not loaded", m… in zend_startup_module_ex()
2009zend_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()
2064zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DESTR… in zend_check_magic_method_implementation()
2066zend_error(error_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLO… in zend_check_magic_method_implementation()
2069zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_GE… in zend_check_magic_method_implementation()
2071zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2075zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_S… in zend_check_magic_method_implementation()
2077zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2081zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_UN… in zend_check_magic_method_implementation()
2083zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2087zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_IS… in zend_check_magic_method_implementation()
2089zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2093zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_C… in zend_check_magic_method_implementation()
2095zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2101zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation()
2103zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation()
2108zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation()
2111zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DEBUGINFO… in zend_check_magic_method_implementation()
2164zend_error(error_type, "Invalid access level for %s%s%s() - access must be exactly one of public, … in zend_register_functions()
2220zend_error(error_type, "Static function %s%s%s() cannot be abstract", scope ? ZSTR_VAL(scope->name… in zend_register_functions()
2225zend_error(error_type, "Interface %s cannot contain non abstract method %s()", ZSTR_VAL(scope->nam… in zend_register_functions()
2232zend_error(error_type, "Method %s%s%s() cannot be a NULL function", scope ? ZSTR_VAL(scope->name) … in zend_register_functions()
2273zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(scope->name), ptr->fn… in zend_register_functions()
2317zend_error(error_type, "Function registration failed - duplicate name - %s%s%s", scope ? ZSTR_VAL(… in zend_register_functions()
2340zend_error(error_type, "Constructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(ct… in zend_register_functions()
2347zend_error(error_type, "Destructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(dto… in zend_register_functions()
2354zend_error(error_type, "%s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(clone->common.… in zend_register_functions()
2360zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__call-… in zend_register_functions()
2366zend_error(error_type, "Method %s::%s() must be static", ZSTR_VAL(scope->name), ZSTR_VAL(__callsta… in zend_register_functions()
2372zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__tostr… in zend_register_functions()
2378zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__get->… in zend_register_functions()
2384zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__set->… in zend_register_functions()
2390zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__unset… in zend_register_functions()
2396zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__isset… in zend_register_functions()
2402zend_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()
3137zend_error(severity, "Non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_s… in zend_is_callable_check_func()