<?php $a = 11;$b = 12; $a+=+$b-$b=$a; echo('$a = ' . $a . "\n");echo('$b = ' . $b . "\n");
Standard input is empty
$a = 12 $b = 11
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!