Skip to content

Commit

Permalink
Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loop
Browse files Browse the repository at this point in the history
  • Loading branch information
sgolemon committed Jan 23, 2018
1 parent 2734761 commit e88e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_API.h
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(int severity, in
int _num_args = EX_NUM_ARGS(); \
int _i; \
zval *_real_arg, *_arg = NULL; \
zend_expected_type _expected_type = IS_UNDEF; \
zend_expected_type _expected_type = Z_EXPECTED_LONG; \
char *_error = NULL; \
zend_bool _dummy; \
zend_bool _optional = 0; \
Expand Down

0 comments on commit e88e83d

Please sign in to comment.