Home
last modified time | relevance | path

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

/PHP-5.3/
H A Drun-tests.php2117 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2119 $idx2++;
2138 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) {
2158 $idx2 = 0; $ofs2 = 0; $cnt2 = @count($ar2);
2163 while ($idx1 < $cnt1 && $idx2 < $cnt2) {
2165 if (comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2167 $idx2++;
2178 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];
2182 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];
2215 while ($idx2 < $cnt2) {
[all …]

Completed in 9 milliseconds