We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5768ea commit d4aff25Copy full SHA for d4aff25
Zend/zend_execute.c
@@ -1144,7 +1144,7 @@ static zend_always_inline zend_bool zend_internal_call_should_throw(zend_functio
1144
1145
static ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc)
1146
{
1147
- zend_error(E_CORE_ERROR, "Arginfo / zpp mismatch during call of %s%s%s()",
+ zend_error(E_ERROR, "Arginfo / zpp mismatch during call of %s%s%s()",
1148
fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "",
1149
fbc->common.scope ? "::" : "",
1150
ZSTR_VAL(fbc->common.function_name));
0 commit comments