Vergleich inc/class_diff.php - 1.2.0 - 1.2.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 551Zeile 551
				foreach($matches as $junk => $y)
{
if ($y > $this->seq[$k - 1])

				foreach($matches as $junk => $y)
{
if ($y > $this->seq[$k - 1])

					{


					{						
assert_options(ASSERT_WARNING, 0);

                        assert($y < $this->seq[$k]);
/* Optimization: this is a common case: next match is
* just replacing previous match. */

                        assert($y < $this->seq[$k]);
/* Optimization: this is a common case: next match is
* just replacing previous match. */