3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = microtime(true); $n = 100000; $v = 12345; while($n--) { if ($v === (int) $v && $v > 0) { } } echo (microtime(true) - $t);

preferences:
34.53 ms | 402 KiB | 5 Q