1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00
Files
archived-php-src/ext
Alex Dowad 626f0fec54 Remove some dead code from mbstring
mbstring has a great deal of dead code. Some common types are:

- Default switch clauses which will never be taken
- If clauses intended to convert codepoints which were not present in
  a conversion table... but the codepoint in question *is* in the table,
  so the if clause is not needed.
- Bounds checks in places where it is not possible for a value to ever
  be out of bounds.
- Checks to see if an unmatched Unicode codepoint is in CP932 extension
  range 3... but every codepoint in range 3 is also in range 2, so no
  codepoint will ever be matched and converted by that code.
2021-09-06 13:16:23 +02:00
..
2021-06-29 17:13:02 +02:00
2021-08-31 17:25:38 +02:00
2021-09-03 14:10:40 +02:00
2021-07-20 12:28:35 +02:00
2021-09-06 10:29:24 +02:00
2021-09-03 13:59:13 +02:00
2021-08-17 12:27:39 +02:00
2021-09-04 17:57:23 +02:00
2021-09-06 12:27:57 +02:00
2021-09-03 14:10:40 +02:00
2021-08-31 14:58:59 +02:00
2021-07-08 16:46:08 +02:00
2021-06-29 17:13:02 +02:00
2021-07-28 11:02:26 +02:00
2021-09-03 11:18:19 +02:00
2021-09-03 12:36:02 +02:00
2021-07-20 12:28:35 +02:00
2021-09-03 12:36:02 +02:00
2021-08-03 12:16:13 +02:00
2021-09-03 11:18:19 +02:00
2021-08-18 16:39:36 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-07-30 17:26:39 +02:00
2021-08-12 02:28:26 +03:00
2021-06-29 17:13:02 +02:00
2021-09-03 14:10:40 +02:00