Browse Source

Merge branch 'PHP-7.2'

* PHP-7.2:
  Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loop
pull/2990/merge
Sara Golemon 9 years ago
parent
commit
79f9ed9b6f
  1. 2
      Zend/zend_API.h

2
Zend/zend_API.h

@ -727,7 +727,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_
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; \

Loading…
Cancel
Save