Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h106 ZEND_AST_BREAK, enumerator
H A Dzend_compile.c4856 ZEND_ASSERT(ast->kind == ZEND_AST_BREAK || ast->kind == ZEND_AST_CONTINUE); in zend_compile_break_continue()
4862 "is no longer supported", ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4868 ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4878 ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4882 ast->kind == ZEND_AST_BREAK ? "break" : "continue", in zend_compile_break_continue()
4920 opline = zend_emit_op(NULL, ast->kind == ZEND_AST_BREAK ? ZEND_BRK : ZEND_CONT, NULL, NULL); in zend_compile_break_continue()
9421 case ZEND_AST_BREAK: in zend_compile_stmt()
H A Dzend_language_parser.y490 | T_BREAK optional_expr ';' { $$ = zend_ast_create(ZEND_AST_BREAK, $2); }
H A Dzend_ast.c1789 case ZEND_AST_BREAK: in zend_ast_export_ex()

Completed in 62 milliseconds