Searched refs:ZEND_AST_CLOSURE (Results 1 – 4 of 4) sorted by relevance
39 ZEND_AST_CLOSURE, enumerator
504 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()
964 { $$ = zend_ast_create_decl(ZEND_AST_CLOSURE, $2, $1, $3,969 { $$ = zend_ast_create_decl(ZEND_AST_CLOSURE, $3 | ZEND_ACC_STATIC, $2, $4,
4940 if (decl->kind == ZEND_AST_CLOSURE) { in zend_compile_func_decl()7309 case ZEND_AST_CLOSURE: in zend_compile_expr()
Completed in 34 milliseconds