mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix fast ZPP macro definition
This commit is contained in:
parent
e1f1853dd2
commit
a595b0f75b
1 changed files with 1 additions and 1 deletions
|
@ -832,7 +832,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_
|
|||
#define Z_PARAM_ARRAY_OR_OBJECT_EX(dest, check_null, separate) \
|
||||
Z_PARAM_ARRAY_OR_OBJECT_EX2(dest, check_null, separate, separate)
|
||||
|
||||
#define Z_PARAM_ARRAY_OR_OBJECT(dest, check_null, separate) \
|
||||
#define Z_PARAM_ARRAY_OR_OBJECT(dest) \
|
||||
Z_PARAM_ARRAY_OR_OBJECT_EX(dest, 0, 0)
|
||||
|
||||
/* old "b" */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue