diff options
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index d3eb8dde58..f7b5128784 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -363,6 +363,8 @@ void do_extended_fcall_end(CLS_D); void do_ticks(CLS_D); +void function_add_ref(zend_function *function); + #define INITIAL_OP_ARRAY_SIZE 64 |