Why does 1...1 evaluate to 10.1?

Viewed 10332

I've just faced a little PHP snippet from 3v4l: https://3v4l.org/jmrZB

echo 1...1; //10.1

And I'm afraid I have no idea how to explain its results. Why is this considered valid at all?

4 Answers
Related