3v4l.org

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

preferences:
34.57 ms | 402 KiB | 5 Q