Skip to content

Commit 62102bb

Browse files
committed
fix zend_pass_function initializer in zend_execute.c
1 parent 66700f1 commit 62102bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_execute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ZEND_API const zend_internal_function zend_pass_function = {
139139
NULL, /* arg_info */
140140
ZEND_FN(pass), /* handler */
141141
NULL, /* module */
142-
{NULL,NULL,NULL,NULL} /* reserved */
142+
{NULL,NULL,NULL,NULL,NULL} /* reserved */
143143
};
144144

145145
#define FREE_VAR_PTR_AND_EXTRACT_RESULT_IF_NECESSARY(free_var) do { \

0 commit comments

Comments
 (0)