| @@ 274-279 (lines=6) @@ | ||
| 271 | return false; |
|
| 272 | } |
|
| 273 | ||
| 274 | if ($f === 252) { |
|
| 275 | $o = $p; |
|
| 276 | $p += 2; |
|
| 277 | ||
| 278 | return $this->bytes2int(mb_orig_substr($s, $o, 2)); |
|
| 279 | } |
|
| 280 | ||
| 281 | if ($f === 253) { |
|
| 282 | $o = $p; |
|
| @@ 281-286 (lines=6) @@ | ||
| 278 | return $this->bytes2int(mb_orig_substr($s, $o, 2)); |
|
| 279 | } |
|
| 280 | ||
| 281 | if ($f === 253) { |
|
| 282 | $o = $p; |
|
| 283 | $p += 3; |
|
| 284 | ||
| 285 | return $this->bytes2int(mb_orig_substr($s, $o, 3)); |
|
| 286 | } |
|
| 287 | ||
| 288 | $o = $p; |
|
| 289 | $p = +8; |
|