mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
3be94217f4
0xffff was used to mark character properties without any members. This made the code unnecessarily complicated, because we need to check for 0xffff values when looking up the property ranges. We can simply encode this as an empty set of ranges.