Code Duplication    Length = 17-17 lines in 3 locations

src/Parser/Parser.php 3 locations

@@ 689-705 (lines=17) @@
686
            }
687
        }
688
689
        if ($_success) {
690
            $_value45[] = $this->value;
691
692
            $_position43 = $this->position;
693
            $_cut44 = $this->cut;
694
695
            $this->cut = false;
696
            $_success = $this->parseEOL();
697
698
            if (!$_success && !$this->cut) {
699
                $_success = true;
700
                $this->position = $_position43;
701
                $this->value = null;
702
            }
703
704
            $this->cut = $_cut44;
705
        }
706
707
        if ($_success) {
708
            $_value45[] = $this->value;
@@ 1801-1817 (lines=17) @@
1798
            $this->cut = $_cut88;
1799
        }
1800
1801
        if ($_success) {
1802
            $_value91[] = $this->value;
1803
1804
            $_position89 = $this->position;
1805
            $_cut90 = $this->cut;
1806
1807
            $this->cut = false;
1808
            $_success = $this->parseEOL();
1809
1810
            if (!$_success && !$this->cut) {
1811
                $_success = true;
1812
                $this->position = $_position89;
1813
                $this->value = null;
1814
            }
1815
1816
            $this->cut = $_cut90;
1817
        }
1818
1819
        if ($_success) {
1820
            $_value91[] = $this->value;
@@ 1868-1884 (lines=17) @@
1865
            }
1866
        }
1867
1868
        if ($_success) {
1869
            $_value94[] = $this->value;
1870
1871
            $_position92 = $this->position;
1872
            $_cut93 = $this->cut;
1873
1874
            $this->cut = false;
1875
            $_success = $this->parseEOL();
1876
1877
            if (!$_success && !$this->cut) {
1878
                $_success = true;
1879
                $this->position = $_position92;
1880
                $this->value = null;
1881
            }
1882
1883
            $this->cut = $_cut93;
1884
        }
1885
1886
        if ($_success) {
1887
            $_value94[] = $this->value;