summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-01-16 00:57:47 +0300
committerDmitry Stogov <dmitry@zend.com>2018-01-16 00:57:47 +0300
commit022e029984b431c014545630d4dfac811607754b (patch)
treeee9f22338efb0de0973348bdba55882a851e7ef8 /Zend/zend_ast.h
parent08478abc5927f3225a0bf7e487d0e6171b80748c (diff)
downloadphp-git-022e029984b431c014545630d4dfac811607754b.tar.gz
Optimize zval_dtor_func()
Diffstat (limited to 'Zend/zend_ast.h')
-rw-r--r--Zend/zend_ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h
index 4783d33a98..bde2d65a14 100644
--- a/Zend/zend_ast.h
+++ b/Zend/zend_ast.h
@@ -212,6 +212,7 @@ ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const c
ZEND_API zend_ast_ref *zend_ast_copy(zend_ast *ast);
ZEND_API void zend_ast_destroy(zend_ast *ast);
+ZEND_API void ZEND_FASTCALL zend_ast_ref_destroy(zend_ast_ref *ast);
typedef void (*zend_ast_apply_func)(zend_ast **ast_ptr);
ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn);