Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_ast.h39 ZEND_AST_CLOSURE, enumerator
H A Dzend_ast.c500 case ZEND_AST_CLOSURE: in zend_ast_destroy_ex()
1052 case ZEND_AST_CLOSURE: in zend_ast_export_ex()
1075 if (ast->kind != ZEND_AST_CLOSURE) { in zend_ast_export_ex()
1094 if (ast->kind != ZEND_AST_CLOSURE) { in zend_ast_export_ex()
H A Dzend_language_parser.y983 { $$ = zend_ast_create_decl(ZEND_AST_CLOSURE, $2 | $13, $1, $3,
988 { $$ = zend_ast_create_decl(ZEND_AST_CLOSURE, $3 | $14 | ZEND_ACC_STATIC, $2, $4,
H A Dzend_compile.c5951 if (decl->kind == ZEND_AST_CLOSURE) { in zend_compile_func_decl()
8368 case ZEND_AST_CLOSURE: in zend_compile_expr()

Completed in 46 milliseconds