Home
last modified time | relevance | path

Searched refs:zend_ast_tree_copy (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_ast.c759 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy() function
784 buf = zend_ast_tree_copy(list->child[i], buf); in zend_ast_tree_copy()
798 buf = zend_ast_tree_copy(ast->child[i], buf); in zend_ast_tree_copy()
815 zend_ast_tree_copy(ast, GC_AST(ref)); in zend_ast_copy()

Completed in 8 milliseconds