Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.c1162 ZEND_API void ZEND_FASTCALL zend_ast_destroy(zend_ast *ast) in zend_ast_destroy() function
1173 zend_ast_destroy(ast->child[i]); in zend_ast_destroy()
1185 zend_ast_destroy(list->child[i]); in zend_ast_destroy()
1201 zend_ast_destroy(decl->child[0]); in zend_ast_destroy()
1202 zend_ast_destroy(decl->child[1]); in zend_ast_destroy()
1203 zend_ast_destroy(decl->child[2]); in zend_ast_destroy()
1204 zend_ast_destroy(decl->child[3]); in zend_ast_destroy()
1212 zend_ast_destroy(GC_AST(ast)); in zend_ast_ref_destroy()
H A Dzend_ast.h319 ZEND_API void ZEND_FASTCALL zend_ast_destroy(zend_ast *ast);
H A Dzend_language_parser.y51 %destructor { zend_ast_destroy($$); } <ast>
1011 if (!modifiers) { zend_ast_destroy($$); YYERROR; } }
1016 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.c9261 zend_ast_destroy(const_enum_init_ast); in zend_compile_enum_case()
11147 zend_ast_destroy(ast); in zend_compile_const_expr_const()
11152 zend_ast_destroy(ast); in zend_compile_const_expr_const()
11165 zend_ast_destroy(ast); in zend_compile_const_expr_magic_const()
11274 zend_ast_destroy(*ast_ptr); in zend_const_expr_to_zval()
11768 zend_ast_destroy(ast); in zend_eval_const_expr()
11772 zend_ast_destroy(ast); in zend_eval_const_expr()
11794 zend_ast_destroy(ast); in zend_eval_const_expr()
11955 zend_ast_destroy(ast); in zend_eval_const_expr()
H A Dzend_API.c5325 zend_ast_destroy(ast); in get_default_via_ast()
/php-src/ext/tokenizer/
H A Dtokenizer.c487 zend_ast_destroy(CG(ast)); in tokenize_parse()

Completed in 72 milliseconds