History log of /PHP-8.2/ext/opcache/tests/opt/gh8074.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# ef80dcb8 21-Feb-2022 Christoph M. Becker

Fix GH-8074: Wrong type inference of range() result

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 arra

Fix GH-8074: Wrong type inference of range() result

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.

show more ...