zend_ast_clone 43 ext/opcache/zend_accelerator_util_funcs.c static zend_ast *zend_ast_clone(zend_ast *ast); zend_ast_clone 183 ext/opcache/zend_accelerator_util_funcs.c Z_ASTVAL_P(src) = zend_ast_clone(Z_ASTVAL_P(src)); zend_ast_clone 207 ext/opcache/zend_accelerator_util_funcs.c copy->child[i] = zend_ast_clone(list->child[i]); zend_ast_clone 220 ext/opcache/zend_accelerator_util_funcs.c copy->child[i] = zend_ast_clone(ast->child[i]);