Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_enum.c524 static zend_ast_ref *create_enum_case_ast( in create_enum_case_ast()
527 size_t size = sizeof(zend_ast_ref) + zend_ast_size(3) in create_enum_case_ast()
530 zend_ast_ref *ref = (zend_ast_ref *) p; p += sizeof(zend_ast_ref); in create_enum_case_ast()
H A Dzend_ast.h308 ZEND_API zend_ast_ref * ZEND_FASTCALL zend_ast_copy(zend_ast *ast);
310 ZEND_API void ZEND_FASTCALL zend_ast_ref_destroy(zend_ast_ref *ast);
H A Dzend_types.h101 typedef struct _zend_ast_ref zend_ast_ref; typedef
324 zend_ast_ref *ast;
1024 #define GC_AST(p) ((zend_ast*)(((char*)p) + sizeof(zend_ast_ref)))
H A Dzend_ast.c1111 ZEND_API zend_ast_ref * ZEND_FASTCALL zend_ast_copy(zend_ast *ast) in zend_ast_copy()
1114 zend_ast_ref *ref; in zend_ast_copy()
1117 tree_size = zend_ast_tree_size(ast) + sizeof(zend_ast_ref); in zend_ast_copy()
1173 ZEND_API void ZEND_FASTCALL zend_ast_ref_destroy(zend_ast_ref *ast) in zend_ast_ref_destroy()
H A Dzend_execute_API.c704 zend_ast_ref *ast_ref = Z_AST_P(p); in zval_update_constant_with_ctx()
/PHP-8.3/ext/opcache/
H A Dzend_persist_calc.c143 size = zend_shared_memdup_size(Z_AST_P(z), sizeof(zend_ast_ref)); in zend_persist_zval_calc()
H A Dzend_persist.c261 zend_ast_ref *old_ref = Z_AST_P(z); in zend_persist_zval()
262 Z_AST_P(z) = zend_shared_memdup_put(Z_AST_P(z), sizeof(zend_ast_ref)); in zend_persist_zval()
H A Dzend_file_cache.c399 zend_ast_ref *ast;

Completed in 50 milliseconds