Home
last modified time | relevance | path

Searched refs:ZEND_LAST_CATCH (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_opcode.c114 if (opline->extended_value & ZEND_LAST_CATCH) { in phpdbg_decode_opline()
H A Dphpdbg_utils.c762 if (!(ce = CACHED_PTR(cur->extended_value & ~ZEND_LAST_CATCH))) { in phpdbg_check_caught_ex()
764 CACHE_PTR(cur->extended_value & ~ZEND_LAST_CATCH, ce); in phpdbg_check_caught_ex()
771 if (cur->extended_value & ZEND_LAST_CATCH) { in phpdbg_check_caught_ex()
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c763 …ne->extended_value = class_slot[opline->op1.constant] | (opline->extended_value & ZEND_LAST_CATCH); in zend_optimizer_compact_literals()
765 opline->extended_value = cache_size | (opline->extended_value & ZEND_LAST_CATCH); in zend_optimizer_compact_literals()
767 class_slot[opline->op1.constant] = opline->extended_value & ~ZEND_LAST_CATCH; in zend_optimizer_compact_literals()
H A Dzend_optimizer.c269 …line->extended_value = alloc_cache_slots(op_array, 1) | (opline->extended_value & ZEND_LAST_CATCH); in zend_optimizer_update_op1_const()
718 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_optimizer_migrate_jump()
758 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_optimizer_shift_jump()
1145 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_redo_pass_two()
1232 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_redo_pass_two_ex()
H A Dzend_cfg.c371 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_build_cfg()
526 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_build_cfg()
H A Dzend_dump.c679 if (opline->opcode != ZEND_CATCH || !(opline->extended_value & ZEND_LAST_CATCH)) { in zend_dump_op()
H A Ddfa_pass.c640 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_ssa_replace_control_link()
H A Dblock_pass.c1007 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in assemble_code_blocks()
/PHP-7.4/Zend/
H A Dzend_compile.h929 #define ZEND_LAST_CATCH (1<<0) macro
H A Dzend_opcode.c1001 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in pass_two()
H A Dzend_vm_def.h4599 catch_ce = CACHED_PTR(opline->extended_value & ~ZEND_LAST_CATCH);
4603 CACHE_PTR(opline->extended_value & ~ZEND_LAST_CATCH, catch_ce);
4615 if (opline->extended_value & ZEND_LAST_CATCH) {
H A Dzend_compile.c5046 opline->extended_value |= ZEND_LAST_CATCH; in zend_compile_try()
H A Dzend_vm_execute.h3745 catch_ce = CACHED_PTR(opline->extended_value & ~ZEND_LAST_CATCH); in ZEND_CATCH_SPEC_CONST_HANDLER()
3749 CACHE_PTR(opline->extended_value & ~ZEND_LAST_CATCH, catch_ce); in ZEND_CATCH_SPEC_CONST_HANDLER()
3761 if (opline->extended_value & ZEND_LAST_CATCH) { in ZEND_CATCH_SPEC_CONST_HANDLER()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c509 if (!(opline->extended_value & ZEND_LAST_CATCH)) {
1222 if (!(opline->extended_value & ZEND_LAST_CATCH)) {
H A Dzend_persist.c452 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_persist_op_array_ex()

Completed in 248 milliseconds