Strange –> Operator

By Andrew Schmelyun

This PHP code is valid and works because of the way operator syntax is parsed, it’s just another way of writing while ($i-- > 0).

../_images/while_i_--.png