Lines Matching refs:end
94 $end = count($diff) - 1;
95 for ($i = 0; $i < $end;) {
101 } while (++$i < $end && substr($diff[$i], 0, 1) == ' ');
109 } while (++$i < $end && substr($diff[$i], 0, 1) == '+');
118 } while (++$i < $end && substr($diff[$i], 0, 1) == '-');
120 while ($i < $end && substr($diff[$i], 0, 1) == '+') {
150 $end = count($diff) - 1;
151 while ($i < $end && $j < $end) {
155 $i < $end && substr($diff[$i], 0, 3) == '***';
158 $max_i < $end && substr($diff[$max_i], 0, 3) != '---';
161 $j < $end && substr($diff[$j], 0, 3) == '---';
164 $max_j < $end && substr($diff[$max_j], 0, 3) != '***';