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;
@@ 1797-1813 (lines=17) @@
1794
            $this->cut = $_cut88;
1795
        }
1796
1797
        if ($_success) {
1798
            $_value91[] = $this->value;
1799
1800
            $_position89 = $this->position;
1801
            $_cut90 = $this->cut;
1802
1803
            $this->cut = false;
1804
            $_success = $this->parseEOL();
1805
1806
            if (!$_success && !$this->cut) {
1807
                $_success = true;
1808
                $this->position = $_position89;
1809
                $this->value = null;
1810
            }
1811
1812
            $this->cut = $_cut90;
1813
        }
1814
1815
        if ($_success) {
1816
            $_value91[] = $this->value;
@@ 1868-1884 (lines=17) @@
1865
            $this->cut = $_cut93;
1866
        }
1867
1868
        if ($_success) {
1869
            $_value96[] = $this->value;
1870
1871
            $_position94 = $this->position;
1872
            $_cut95 = $this->cut;
1873
1874
            $this->cut = false;
1875
            $_success = $this->parseEOL();
1876
1877
            if (!$_success && !$this->cut) {
1878
                $_success = true;
1879
                $this->position = $_position94;
1880
                $this->value = null;
1881
            }
1882
1883
            $this->cut = $_cut95;
1884
        }
1885
1886
        if ($_success) {
1887
            $_value96[] = $this->value;