<?php$a = "2d9";echo "$a\n";++$a;echo "$a\n";++$a;echo "$a\n";++$a;echo "$a\n";?>
Standard input is empty
2d9 2e0 3 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!