mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
It's easy to cause stack overflows with degenerate cases like "$$$$$x" repeated thousands of times. We have no interest in addressing these. Make the input size smaller to hopefully avoid these stack overflows.