Skip to content

Commit a595b0f

Browse files
tpuntnikic
authored andcommitted
Fix fast ZPP macro definition
1 parent e1f1853 commit a595b0f

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
@@ -832,7 +832,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_
832832
#define Z_PARAM_ARRAY_OR_OBJECT_EX(dest, check_null, separate) \
833833
Z_PARAM_ARRAY_OR_OBJECT_EX2(dest, check_null, separate, separate)
834834

835-
#define Z_PARAM_ARRAY_OR_OBJECT(dest, check_null, separate) \
835+
#define Z_PARAM_ARRAY_OR_OBJECT(dest) \
836836
Z_PARAM_ARRAY_OR_OBJECT_EX(dest, 0, 0)
837837

838838
/* old "b" */

0 commit comments

Comments
 (0)