mirror of
https://github.com/php/php-src.git
synced 2026-04-08 16:43:44 +02:00
If either the first or second operand of `range()` may be a string, we must not exclude the possibility that the result may be an array of longs. Closes GH-8131.