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