Searched refs:zend_ast_tree_copy (Results 1 – 1 of 1) sorted by relevance
1096 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy() function1124 buf = zend_ast_tree_copy(list->child[i], buf); in zend_ast_tree_copy()1139 buf = zend_ast_tree_copy(ast->child[i], buf); in zend_ast_tree_copy()1156 zend_ast_tree_copy(ast, GC_AST(ref)); in zend_ast_copy()
Completed in 9 milliseconds