@@ 296-301 (lines=6) @@ | ||
293 | return false; |
|
294 | } |
|
295 | ||
296 | if ($f === 252) { |
|
297 | $o = $p; |
|
298 | $p += 2; |
|
299 | ||
300 | return $this->bytes2int(mb_orig_substr($s, $o, 2)); |
|
301 | } |
|
302 | ||
303 | if ($f === 253) { |
|
304 | $o = $p; |
|
@@ 303-308 (lines=6) @@ | ||
300 | return $this->bytes2int(mb_orig_substr($s, $o, 2)); |
|
301 | } |
|
302 | ||
303 | if ($f === 253) { |
|
304 | $o = $p; |
|
305 | $p += 3; |
|
306 | ||
307 | return $this->bytes2int(mb_orig_substr($s, $o, 3)); |
|
308 | } |
|
309 | ||
310 | $o = $p; |
|
311 | $p = +8; |