mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
d504ad5717
The same algorithm is also used by zend_memnstr, but it also has a fast-path for short strings / needles, where a more naive search performs better.