<?php $x = 12; $y = 12 + $x++; echo "y = $y x = $x";?>
Standard input is empty
y = 24 x = 13
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!