Skip to content

Commit e88e83d

Browse files
committed
Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loop
1 parent 2734761 commit e88e83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_API.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(int severity, in
709709
int _num_args = EX_NUM_ARGS(); \
710710
int _i; \
711711
zval *_real_arg, *_arg = NULL; \
712-
zend_expected_type _expected_type = IS_UNDEF; \
712+
zend_expected_type _expected_type = Z_EXPECTED_LONG; \
713713
char *_error = NULL; \
714714
zend_bool _dummy; \
715715
zend_bool _optional = 0; \

0 commit comments

Comments
 (0)