Lines Matching refs:extended_value
350 Z_STR_P(zv), opline->extended_value); in zend_build_cfg()
371 BB_START(ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)); in zend_build_cfg()
387 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_build_cfg()
396 BB_START(ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)); in zend_build_cfg()
412 BB_START(ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)); in zend_build_cfg()
418 if (opline->extended_value & ZEND_FETCH_LOCAL) { in zend_build_cfg()
420 } else if ((opline->extended_value & (ZEND_FETCH_GLOBAL | ZEND_FETCH_GLOBAL_LOCK)) && in zend_build_cfg()
431 if (opline->extended_value & ZEND_FETCH_LOCAL) { in zend_build_cfg()
433 } else if ((opline->extended_value & (ZEND_FETCH_GLOBAL | ZEND_FETCH_GLOBAL_LOCK)) && in zend_build_cfg()
534 …ck->successors[1] = block_map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)]; in zend_build_cfg()
548 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_build_cfg()
562 …ck->successors[0] = block_map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)]; in zend_build_cfg()
590 …->successors[s++] = block_map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)]; in zend_build_cfg()