zend_ast_clone    253 ext/opcache/zend_accelerator_util_funcs.c 					Z_AST_P(node->u.val) = zend_ast_clone(Z_AST_P(ast->u.val) TSRMLS_CC);
zend_ast_clone    263 ext/opcache/zend_accelerator_util_funcs.c 				(&node->u.child)[i] = zend_ast_clone((&ast->u.child)[i] TSRMLS_CC);
zend_ast_clone    314 ext/opcache/zend_accelerator_util_funcs.c 				Z_AST_P(ret) = zend_ast_clone(Z_AST_P(ret) TSRMLS_CC);
zend_ast_clone    438 ext/opcache/zend_accelerator_util_funcs.c 					Z_AST_P(ppz) = zend_ast_clone(Z_AST_P(ppz) TSRMLS_CC);