diff options
Diffstat (limited to 'Zend/zend_execute.c')
-rw-r--r-- | Zend/zend_execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index e9312d9743..7278fa9533 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -70,9 +70,9 @@ static ZEND_FUNCTION(pass) static const zend_internal_function zend_pass_function = { ZEND_INTERNAL_FUNCTION, /* type */ + 0, /* fn_flags */ NULL, /* name */ NULL, /* scope */ - 0, /* fn_flags */ NULL, /* prototype */ 0, /* num_args */ 0, /* required_num_args */ |