Home
last modified time | relevance | path

Searched refs:zend_ast_clone (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c43 static zend_ast *zend_ast_clone(zend_ast *ast);
183 Z_ASTVAL_P(src) = zend_ast_clone(Z_ASTVAL_P(src)); in zend_clone_zval()
188 static zend_ast *zend_ast_clone(zend_ast *ast) in zend_ast_clone() function
207 copy->child[i] = zend_ast_clone(list->child[i]); in zend_ast_clone()
220 copy->child[i] = zend_ast_clone(ast->child[i]); in zend_ast_clone()

Completed in 12 milliseconds