Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ast.h100 ZEND_AST_BREAK, enumerator
H A Dzend_compile.c4537 ZEND_ASSERT(ast->kind == ZEND_AST_BREAK || ast->kind == ZEND_AST_CONTINUE); in zend_compile_break_continue()
4543 "is no longer supported", ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4549 ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4559 ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4563 ast->kind == ZEND_AST_BREAK ? "break" : "continue", in zend_compile_break_continue()
4590 opline = zend_emit_op(NULL, ast->kind == ZEND_AST_BREAK ? ZEND_BRK : ZEND_CONT, NULL, NULL); in zend_compile_break_continue()
8249 case ZEND_AST_BREAK: in zend_compile_stmt()
H A Dzend_language_parser.y433 | T_BREAK optional_expr ';' { $$ = zend_ast_create(ZEND_AST_BREAK, $2); }
H A Dzend_ast.c1579 case ZEND_AST_BREAK: in zend_ast_export_ex()

Completed in 37 milliseconds