Home
last modified time | relevance | path

Searched refs:ZEND_BRK (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_opcode.c718 return opline->opcode == ZEND_BRK ? jmp_to->brk : jmp_to->cont; in zend_get_brk_cont_target()
1106 case ZEND_BRK: in pass_two()
H A Dzend_compile.h1211 #define ZEND_BRK 254 macro
H A Dzend_compile.c5836 opline = zend_emit_op(NULL, ast->kind == ZEND_AST_BREAK ? ZEND_BRK : ZEND_CONT, NULL, NULL); in zend_compile_break_continue()

Completed in 69 milliseconds