3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = time(); for($i = 0;$i < 1000; $i++) { $val1 = (1 === "1"); } echo strtotime(true) - $time; echo "\n"; $time = time(); for($j = 0;$j < 1000; $j++) { $val2 = (1 == "1"); } echo strtotime(true) - $time;

preferences:
27.06 ms | 402 KiB | 5 Q