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);
454 ZEND_API zend_ast *zend_ast_copy(zend_ast *ast) in zend_ast_copy() function472 new->child[i] = zend_ast_copy(list->child[i]); in zend_ast_copy()481 new->child[i] = zend_ast_copy(ast->child[i]); in zend_ast_copy()
8100 ZVAL_NEW_AST(result, zend_ast_copy(ast)); in zend_const_expr_to_zval()
Completed in 33 milliseconds