Home
last modified time | relevance | path

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

/PHP-5.5/
H A Drun-tests.php2149 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2151 $idx2++;
2170 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) {
2190 $idx2 = 0; $ofs2 = 0; $cnt2 = @count($ar2);
2195 while ($idx1 < $cnt1 && $idx2 < $cnt2) {
2197 if (comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2199 $idx2++;
2210 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];
2214 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];
2247 while ($idx2 < $cnt2) {
[all …]

Completed in 13 milliseconds