3v4l.org

run code in 300+ PHP versions simultaneously
<?php $startSingle = microtime(); for ($i = 0; $i < 10000; $i++) $var = 'I am a single quote string'; $endSingle = microtime(); $timeSingle = $endSingle - $startSingle; echo 'No math took : ',$timeSingle,'ms';

preferences:
31.6 ms | 402 KiB | 5 Q