Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h39 ZEND_AST_CLOSURE, enumerator
H A Dzend_ast.c504 case ZEND_AST_CLOSURE: in zend_ast_destroy_ex()
1048 case ZEND_AST_CLOSURE: in zend_ast_export_ex()
1071 if (ast->kind != ZEND_AST_CLOSURE) { in zend_ast_export_ex()
1087 if (ast->kind != ZEND_AST_CLOSURE) { in zend_ast_export_ex()
H A Dzend_language_parser.y964 { $$ = zend_ast_create_decl(ZEND_AST_CLOSURE, $2, $1, $3,
969 { $$ = zend_ast_create_decl(ZEND_AST_CLOSURE, $3 | ZEND_ACC_STATIC, $2, $4,
H A Dzend_compile.c4940 if (decl->kind == ZEND_AST_CLOSURE) { in zend_compile_func_decl()
7309 case ZEND_AST_CLOSURE: in zend_compile_expr()

Completed in 44 milliseconds