Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.c793 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy() function
818 buf = zend_ast_tree_copy(list->child[i], buf); in zend_ast_tree_copy()
832 buf = zend_ast_tree_copy(ast->child[i], buf); in zend_ast_tree_copy()
849 zend_ast_tree_copy(ast, GC_AST(ref)); in zend_ast_copy()

Completed in 21 milliseconds