Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c636 if (!(ce = CACHED_PTR(cur->extended_value & ~ZEND_LAST_CATCH))) { in phpdbg_check_caught_ex()
638 CACHE_PTR(cur->extended_value & ~ZEND_LAST_CATCH, ce); in phpdbg_check_caught_ex()
645 if (cur->extended_value & ZEND_LAST_CATCH) { in phpdbg_check_caught_ex()
/php-src/Zend/Optimizer/
H A Dcompact_literals.c753 …ne->extended_value = class_slot[opline->op1.constant] | (opline->extended_value & ZEND_LAST_CATCH); in zend_optimizer_compact_literals()
755 opline->extended_value = cache_size | (opline->extended_value & ZEND_LAST_CATCH); in zend_optimizer_compact_literals()
757 class_slot[opline->op1.constant] = opline->extended_value & ~ZEND_LAST_CATCH; in zend_optimizer_compact_literals()
H A Dzend_optimizer.c315 …line->extended_value = alloc_cache_slots(op_array, 1) | (opline->extended_value & ZEND_LAST_CATCH); in zend_optimizer_update_op1_const()
732 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_optimizer_migrate_jump()
773 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_optimizer_shift_jump()
1231 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_redo_pass_two()
1353 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_redo_pass_two_ex()
H A Dzend_cfg.c377 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_build_cfg()
533 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_build_cfg()
H A Dzend_dump.c709 if (opline->opcode != ZEND_CATCH || !(opline->extended_value & ZEND_LAST_CATCH)) { in zend_dump_op()
H A Dblock_pass.c1024 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in assemble_code_blocks()
H A Ddfa_pass.c662 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_ssa_replace_control_link()
/php-src/Zend/
H A Dzend_compile.h1040 #define ZEND_LAST_CATCH (1<<0) macro
H A Dzend_opcode.c1152 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in pass_two()
H A Dzend_vm_def.h4670 catch_ce = CACHED_PTR(opline->extended_value & ~ZEND_LAST_CATCH);
4674 CACHE_PTR(opline->extended_value & ~ZEND_LAST_CATCH, catch_ce);
4686 if (opline->extended_value & ZEND_LAST_CATCH) {
H A Dzend_compile.c6373 opline->extended_value |= ZEND_LAST_CATCH; in zend_compile_try()
H A Dzend_vm_execute.h4837 catch_ce = CACHED_PTR(opline->extended_value & ~ZEND_LAST_CATCH); in ZEND_CATCH_SPEC_CONST_HANDLER()
4841 CACHE_PTR(opline->extended_value & ~ZEND_LAST_CATCH, catch_ce); in ZEND_CATCH_SPEC_CONST_HANDLER()
4853 if (opline->extended_value & ZEND_LAST_CATCH) { in ZEND_CATCH_SPEC_CONST_HANDLER()
/php-src/ext/opcache/
H A Dzend_file_cache.c564 if (!(opline->extended_value & ZEND_LAST_CATCH)) {
1416 if (!(opline->extended_value & ZEND_LAST_CATCH)) {
H A Dzend_persist.c586 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_persist_op_array_ex()

Completed in 224 milliseconds