Home
last modified time | relevance | path

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

/PHP-8.0/
H A Drun-tests.php2860 function comp_line(string $l1, string $l2, bool $is_reg) function
2882 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2938 if (comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {

Completed in 19 milliseconds