<?php$x = 8; $y = 2; echo $x + $y."\n";echo $x - $y."\n";echo $x * $y."\n";echo $x / $y."\n";echo $x % $y."\n";echo $x ** $y."\n";?>
Standard input is empty
10 6 16 4 0 64
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!