<?php$foo = "2d9";$foo++; var_dump($foo);$foo++;var_dump($foo);
Standard input is empty
string(3) "2e0" float(3)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!