Lines Matching refs:error_type

2070 …hod_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type) /* {{{ */  in zend_check_magic_method_implementation()  argument
2087 …zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DESTR… in zend_check_magic_method_implementation()
2089 …zend_error(error_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLO… in zend_check_magic_method_implementation()
2092 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_GE… in zend_check_magic_method_implementation()
2094 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2098 …zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_S… in zend_check_magic_method_implementation()
2100 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2104 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_UN… in zend_check_magic_method_implementation()
2106 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2110 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_IS… in zend_check_magic_method_implementation()
2112 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2116 …zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_C… in zend_check_magic_method_implementation()
2118 …zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), Z… in zend_check_magic_method_implementation()
2124 …zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation()
2126 …zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation()
2131 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation()
2134 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DEBUGINFO… in zend_check_magic_method_implementation()
2147 int error_type; in zend_register_functions() local
2155 error_type = E_CORE_WARNING; in zend_register_functions()
2157 error_type = E_WARNING; in zend_register_functions()
2187 …zend_error(error_type, "Invalid access level for %s%s%s() - access must be exactly one of public, … in zend_register_functions()
2247 …zend_error(error_type, "Static function %s%s%s() cannot be abstract", scope ? ZSTR_VAL(scope->name… in zend_register_functions()
2252 …zend_error(error_type, "Interface %s cannot contain non abstract method %s()", ZSTR_VAL(scope->nam… in zend_register_functions()
2259 …zend_error(error_type, "Method %s%s%s() cannot be a NULL function", scope ? ZSTR_VAL(scope->name) … in zend_register_functions()
2334 …zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(scope->name), ptr->fn… in zend_register_functions()
2362 zend_check_magic_method_implementation(scope, reg_function, error_type); in zend_register_functions()
2378 …zend_error(error_type, "Function registration failed - duplicate name - %s%s%s", scope ? ZSTR_VAL(… in zend_register_functions()
2403 …zend_error(error_type, "Constructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(ct… in zend_register_functions()
2410 …zend_error(error_type, "Destructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(dto… in zend_register_functions()
2416 …zend_error(error_type, "%s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(clone->common.… in zend_register_functions()
2422 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__call-… in zend_register_functions()
2428 …zend_error(error_type, "Method %s::%s() must be static", ZSTR_VAL(scope->name), ZSTR_VAL(__callsta… in zend_register_functions()
2434 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__tostr… in zend_register_functions()
2440 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__get->… in zend_register_functions()
2446 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__set->… in zend_register_functions()
2452 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__unset… in zend_register_functions()
2458 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__isset… in zend_register_functions()
2464 …zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__debug… in zend_register_functions()