Searched refs:ZEND_AST_CLOSURE (Results 1 – 4 of 4) sorted by relevance
42 ZEND_AST_CLOSURE, enumerator
1764 case ZEND_AST_CLOSURE: in zend_ast_export_ex()1769 bool newlines = !(ast->kind == ZEND_AST_CLOSURE || ast->kind == ZEND_AST_ARROW_FUNC); in zend_ast_export_ex()1792 if (ast->kind != ZEND_AST_CLOSURE && ast->kind != ZEND_AST_ARROW_FUNC) { in zend_ast_export_ex()1818 if (ast->kind != ZEND_AST_CLOSURE) { in zend_ast_export_ex()2576 case ZEND_AST_CLOSURE: in zend_ast_with_attributes()
1265 { $$ = zend_ast_create_decl(ZEND_AST_CLOSURE, $2 | $13, $1, $3,
7308 } else if (ast->kind == ZEND_AST_CLOSURE) { in find_implicit_binds_recursively()7593 if (decl->kind == ZEND_AST_CLOSURE || decl->kind == ZEND_AST_ARROW_FUNC) { in zend_compile_func_decl()10611 case ZEND_AST_CLOSURE: in zend_compile_expr_inner()
Completed in 47 milliseconds