Skip to content

Commit 0067420

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loop
2 parents 8710665 + e954baf commit 0067420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_API.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_
733733
int _num_args = EX_NUM_ARGS(); \
734734
int _i; \
735735
zval *_real_arg, *_arg = NULL; \
736-
zend_expected_type _expected_type = IS_UNDEF; \
736+
zend_expected_type _expected_type = Z_EXPECTED_LONG; \
737737
char *_error = NULL; \
738738
zend_bool _dummy; \
739739
zend_bool _optional = 0; \

0 commit comments

Comments
 (0)