Searched refs:idx2 (Results 1 – 3 of 3) sorted by relevance
24 foreach ($rf->getParameters() as $idx2 => $rp) {25 echo "** Function $idx - Parameter $idx2\n";44 foreach ($rm->getParameters() as $idx2 => $rp) {45 echo "** Method $idx - parameter $idx2\n";
3096 uint32_t idx1, idx2; in zend_hash_compare_impl() local3106 for (idx1 = 0, idx2 = 0; idx1 < ht1->nNumUsed; idx1++) { in zend_hash_compare_impl()3122 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()3123 pData2 = ht2->arPacked + idx2; in zend_hash_compare_impl()3124 h2 = idx2; in zend_hash_compare_impl()3127 idx2++; in zend_hash_compare_impl()3132 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()3133 p = ht2->arData + idx2; in zend_hash_compare_impl()3138 idx2++; in zend_hash_compare_impl()3158 idx2++; in zend_hash_compare_impl()
10305 ir_ref idx2 = ir_SUB_U32(idx, ir_CONST_U32(1)); local10306 ir_PHI_SET_OP(idx, 2, idx2);10307 ir_ref if_not_zero = ir_IF(idx2);
Completed in 55 milliseconds