Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_types.h1024 #define GC_AST(p) ((zend_ast*)(((char*)p) + sizeof(zend_ast_ref))) macro
1026 #define Z_ASTVAL(zval) GC_AST(Z_AST(zval))
H A Dzend_ast.c1119 zend_ast_tree_copy(ast, GC_AST(ref)); in zend_ast_copy()
1175 zend_ast_destroy(GC_AST(ast)); in zend_ast_ref_destroy()
/php-src/ext/opcache/
H A Dzend_persist.c261 zend_persist_ast(GC_AST(old_ref)); in zend_persist_zval()
H A Dzend_file_cache.c404 zend_file_cache_serialize_ast(GC_AST(ast), script, info, buf);

Completed in 26 milliseconds