<?php $x = 12;$x+=1; print $x; // 13print '<br />';$x-=3;print $x; // 10print '<br />';$x*=4;print $x; // 40
Standard input is empty
13<br />10<br />40
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!