3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = microtime(true); for ($i = 0; $i < 100000; $i++) { strpos(strtolower('Test'), 'est'); } echo microtime(true) - $start;

preferences:
33.86 ms | 402 KiB | 5 Q