Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h102 ZEND_AST_BREAK, enumerator
H A Dzend_compile.c4369 ZEND_ASSERT(ast->kind == ZEND_AST_BREAK || ast->kind == ZEND_AST_CONTINUE); in zend_compile_break_continue()
4375 "is no longer supported", ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4381 ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4391 ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4395 ast->kind == ZEND_AST_BREAK ? "break" : "continue", in zend_compile_break_continue()
4422 opline = zend_emit_op(NULL, ast->kind == ZEND_AST_BREAK ? ZEND_BRK : ZEND_CONT, NULL, NULL); in zend_compile_break_continue()
8512 case ZEND_AST_BREAK: in zend_compile_stmt()
H A Dzend_language_parser.y438 | T_BREAK optional_expr ';' { $$ = zend_ast_create(ZEND_AST_BREAK, $2); }
H A Dzend_ast.c1673 case ZEND_AST_BREAK: in zend_ast_export_ex()

Completed in 36 milliseconds