Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_opcode.c710 return opline->opcode == ZEND_BRK ? jmp_to->brk : jmp_to->cont; in zend_get_brk_cont_target()
1097 case ZEND_BRK: in pass_two()
H A Dzend_compile.h1156 #define ZEND_BRK 254 macro
H A Dzend_compile.c5498 opline = zend_emit_op(NULL, ast->kind == ZEND_AST_BREAK ? ZEND_BRK : ZEND_CONT, NULL, NULL); in zend_compile_break_continue()

Completed in 47 milliseconds