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";
2875 int $idx2, argument2882 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {2884 $idx2++;2925 $idx2 = 0;2937 $mapping[$idx2] = $idx1;2940 $idx2++;2949 $old2[$idx2] = sprintf("{$line_number_spec}+ ", $idx2 + 1) . $ar2[$idx2++];2952 $old2[$idx2] = sprintf("{$line_number_spec}+ ", $idx2 + 1) . $ar2[$idx2++];2957 $mapping[$idx2] = $idx1;3021 while ($idx2 < $cnt2) {[all …]
2570 uint32_t idx1, idx2; in zend_hash_compare_impl() local2576 for (idx1 = 0, idx2 = 0; idx1 < ht1->nNumUsed; idx1++) { in zend_hash_compare_impl()2584 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()2585 p2 = ht2->arData + idx2; in zend_hash_compare_impl()2587 idx2++; in zend_hash_compare_impl()2607 idx2++; in zend_hash_compare_impl()
Completed in 26 milliseconds