mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loop
This commit is contained in:
commit
0067420049
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_
|
||||||
int _num_args = EX_NUM_ARGS(); \
|
int _num_args = EX_NUM_ARGS(); \
|
||||||
int _i; \
|
int _i; \
|
||||||
zval *_real_arg, *_arg = NULL; \
|
zval *_real_arg, *_arg = NULL; \
|
||||||
zend_expected_type _expected_type = IS_UNDEF; \
|
zend_expected_type _expected_type = Z_EXPECTED_LONG; \
|
||||||
char *_error = NULL; \
|
char *_error = NULL; \
|
||||||
zend_bool _dummy; \
|
zend_bool _dummy; \
|
||||||
zend_bool _optional = 0; \
|
zend_bool _optional = 0; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue