Searched refs:ZEND_BRK (Results 1 – 3 of 3) sorted by relevance
701 return opline->opcode == ZEND_BRK ? jmp_to->brk : jmp_to->cont; in zend_get_brk_cont_target()1088 case ZEND_BRK: in pass_two()
1133 #define ZEND_BRK 254 macro
5319 opline = zend_emit_op(NULL, ast->kind == ZEND_AST_BREAK ? ZEND_BRK : ZEND_CONT, NULL, NULL); in zend_compile_break_continue()
Completed in 41 milliseconds