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