| @@ 310-310 (lines=1) @@ | ||
| 307 | ||
| 308 | $q = array($c); |
|
| 309 | // Fetch rest of sequence |
|
| 310 | while (ord($txt{$i + 1}) >= 0x80 && ord($txt{$i + 1}) < 0xC0) { ++$i; $q[] = ord($txt{$i}); }
|
|
| 311 | ||
| 312 | // Check length |
|
| 313 | if (count($q) != $s) {
|
|
| @@ 411-411 (lines=1) @@ | ||
| 408 | ||
| 409 | $q = array($c); |
|
| 410 | // Fetch rest of sequence |
|
| 411 | while (ord($txt{$i + 1}) >= 0x80 && ord($txt{$i + 1}) < 0xC0) { ++$i; $q[] = ord($txt{$i}); }
|
|
| 412 | ||
| 413 | // Check length |
|
| 414 | if (count($q) != $s) {
|
|