mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Rather than doing a linear search of a table of fullwidth codepoint ranges for every input character, 1) Short-cut the search if the codepoint is below the first such range 2) Otherwise, do a binary (rather than linear) search