Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_opcode.c574 return opline->opcode == ZEND_BRK ? jmp_to->brk : jmp_to->cont; in zend_get_brk_cont_target()
624 case ZEND_BRK: in pass_two()
H A Dzend_compile.h960 #define ZEND_BRK 254 macro
H A Dzend_compile.c3731 opline = zend_emit_op(NULL, ast->kind == ZEND_AST_BREAK ? ZEND_BRK : ZEND_CONT, NULL, NULL); in zend_compile_break_continue()

Completed in 73 milliseconds