Home
last modified time | relevance | path

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

/PHP-8.0/
H A Drun-tests.php2876 int $cnt1, argument
2882 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2892 for ($ofs1 = $idx1 + 1; $ofs1 < $cnt1 && $st-- > 0; $ofs1++) {
2893 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $ofs1, $idx2, $cnt1, $cnt2, $st);
2904 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $ofs2, $cnt1, $cnt2, $st);
2924 $cnt1 = @count($ar1);
2930 $number_len = max(3, strlen((string)max($cnt1 + 1, $cnt2 + 1)));
2936 while ($idx1 < $cnt1 && $idx2 < $cnt2) {
3016 while ($idx1 < $cnt1) {
3027 $add_context_lines(min($old_k1 + $context_line_count + 1, $cnt1 + 1));
[all …]

Completed in 9 milliseconds