We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b16e0 commit 833120eCopy full SHA for 833120e
1 file changed
Zend/zend_ast.c
@@ -1124,12 +1124,12 @@ static zend_result ZEND_FASTCALL zend_ast_evaluate_inner(
1124
1125
if (!(fptr->common.fn_flags & ZEND_ACC_STATIC)) {
1126
zend_non_static_method_call(fptr);
1127
-
+
1128
return FAILURE;
1129
}
1130
if ((fptr->common.fn_flags & ZEND_ACC_ABSTRACT)) {
1131
zend_abstract_method_call(fptr);
1132
1133
1134
} else if (fptr->common.scope->ce_flags & ZEND_ACC_TRAIT) {
1135
zend_error(E_DEPRECATED,
0 commit comments