Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_ast.c1125 ZEND_API void ZEND_FASTCALL zend_ast_destroy(zend_ast *ast) in zend_ast_destroy() function
1136 zend_ast_destroy(ast->child[i]); in zend_ast_destroy()
1148 zend_ast_destroy(list->child[i]); in zend_ast_destroy()
1164 zend_ast_destroy(decl->child[0]); in zend_ast_destroy()
1165 zend_ast_destroy(decl->child[1]); in zend_ast_destroy()
1166 zend_ast_destroy(decl->child[2]); in zend_ast_destroy()
1167 zend_ast_destroy(decl->child[3]); in zend_ast_destroy()
1175 zend_ast_destroy(GC_AST(ast)); in zend_ast_ref_destroy()
H A Dzend_ast.h309 ZEND_API void ZEND_FASTCALL zend_ast_destroy(zend_ast *ast);
H A Dzend_language_parser.y51 %destructor { zend_ast_destroy($$); } <ast>
1001 if (!modifiers) { zend_ast_destroy($$); YYERROR; } }
1006 if (!modifiers) { zend_ast_destroy($$); YYERROR; } }
H A Dzend_language_scanner.l630 zend_ast_destroy(CG(ast)); in zend_compile()
679 zend_ast_destroy(CG(ast)); in zend_compile_string_to_ast()
H A Dzend_compile.c8311 zend_ast_destroy(const_enum_init_ast); in zend_compile_enum_case()
10192 zend_ast_destroy(ast); in zend_compile_const_expr_const()
10197 zend_ast_destroy(ast); in zend_compile_const_expr_const()
10210 zend_ast_destroy(ast); in zend_compile_const_expr_magic_const()
10319 zend_ast_destroy(*ast_ptr); in zend_const_expr_to_zval()
10813 zend_ast_destroy(ast); in zend_eval_const_expr()
10817 zend_ast_destroy(ast); in zend_eval_const_expr()
10839 zend_ast_destroy(ast); in zend_eval_const_expr()
11005 zend_ast_destroy(ast); in zend_eval_const_expr()
H A Dzend_API.c5117 zend_ast_destroy(ast); in get_default_via_ast()
/PHP-8.3/ext/tokenizer/
H A Dtokenizer.c488 zend_ast_destroy(CG(ast)); in tokenize_parse()

Completed in 81 milliseconds