diff options
Diffstat (limited to 'Zend/zend_execute.c')
-rw-r--r-- | Zend/zend_execute.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index eb37d48522..ffeba914e6 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -72,6 +72,7 @@ static ZEND_FUNCTION(pass) static const zend_internal_function zend_pass_function = { ZEND_INTERNAL_FUNCTION, /* type */ + {0, 0, 0}, /* arg_flags */ 0, /* fn_flags */ NULL, /* name */ NULL, /* scope */ |