3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = microtime(true); $b = 1000 >> 2; $c = microtime(true); echo $a - $c."\n"; $a = microtime(true); $b = 1000 / 4; $c = microtime(true); echo $a - $c."\n";

preferences:
32.56 ms | 402 KiB | 5 Q