Code Duplication    Length = 3-3 lines in 2 locations

src/Parser/Parser.php 2 locations

@@ 1284-1286 (lines=3) @@
1281
            $this->cut = $_cut62;
1282
        }
1283
1284
        if ($_success) {
1285
            $this->value = strval(substr($this->string, $_position63, $this->position - $_position63));
1286
        }
1287
1288
        $this->cache['RAW_STRING'][$_position] = array(
1289
            'success' => $_success,
@@ 1380-1382 (lines=3) @@
1377
1378
            $this->cut = $_cut69;
1379
1380
            if ($_success) {
1381
                $this->value = strval(substr($this->string, $_position70, $this->position - $_position70));
1382
            }
1383
1384
            if ($_success) {
1385
                $code = $this->value;