Searched refs:zend_ast_copy (Results 1 – 4 of 4) sorted by relevance
177 zend_ast *copy = zend_ast_copy(Z_ASTVAL_P(zvalue)); in _zval_copy_ctor_func()
209 ZEND_API zend_ast *zend_ast_copy(zend_ast *ast);
458 ZEND_API zend_ast *zend_ast_copy(zend_ast *ast) in zend_ast_copy() function476 new->child[i] = zend_ast_copy(list->child[i]); in zend_ast_copy()485 new->child[i] = zend_ast_copy(ast->child[i]); in zend_ast_copy()
7742 ZVAL_NEW_AST(result, zend_ast_copy(ast)); in zend_const_expr_to_zval()
Completed in 34 milliseconds