|
@@ 1288-1290 (lines=3) @@
|
| 1285 |
|
$this->cut = $_cut62; |
| 1286 |
|
} |
| 1287 |
|
|
| 1288 |
|
if ($_success) { |
| 1289 |
|
$this->value = strval(substr($this->string, $_position63, $this->position - $_position63)); |
| 1290 |
|
} |
| 1291 |
|
|
| 1292 |
|
$this->cache['RAW_STRING'][$_position] = array( |
| 1293 |
|
'success' => $_success, |
|
@@ 1384-1386 (lines=3) @@
|
| 1381 |
|
|
| 1382 |
|
$this->cut = $_cut69; |
| 1383 |
|
|
| 1384 |
|
if ($_success) { |
| 1385 |
|
$this->value = strval(substr($this->string, $_position70, $this->position - $_position70)); |
| 1386 |
|
} |
| 1387 |
|
|
| 1388 |
|
if ($_success) { |
| 1389 |
|
$code = $this->value; |