<?php$x = 10; $y = 20; 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
20 4020400200
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!