Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass2.c155 case ZEND_BRK:
195 case ZEND_BRK:
H A Dpass3.c311 op->opcode == ZEND_BRK ||
350 op->opcode == ZEND_BRK ||
H A Dblock_pass.c97 case ZEND_BRK: in find_code_blocks()
/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h80 #define ZEND_BRK 50 macro
H A Dzend_opcode.c679 case ZEND_BRK: in zend_resolve_finally_calls()
693 …zend_resolve_finally_call(op_array, i, opline->opcode == ZEND_BRK ? jmp_to->brk : jmp_to->cont TSR… in zend_resolve_finally_calls()
H A Dzend_language_parser.y298 | T_BREAK ';' { zend_do_brk_cont(ZEND_BRK, NULL TSRMLS_CC); }
299 | T_BREAK expr ';' { zend_do_brk_cont(ZEND_BRK, &$2 TSRMLS_CC); }
H A Dzend_compile.c4831 …"'%s' operator with non-constant operand is no longer supported", op == ZEND_BRK ? "break" : "cont… in zend_do_brk_cont()
4833 …zend_error(E_COMPILE_ERROR, "'%s' operator accepts only positive numbers", op == ZEND_BRK ? "break… in zend_do_brk_cont()
H A Dzend_vm_def.h3294 ZEND_VM_HANDLER(50, ZEND_BRK, ANY, CONST)
/PHP-5.5/ext/opcache/
H A Dzend_persist.c288 case ZEND_BRK:

Completed in 61 milliseconds