3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "Something"; $b = "Other thing"; $startDouble = microtime(); for ($i = 0; $i < 10000; $i++) $var = "I am a single quote string $a & $b & $a & $b"; $endDouble = microtime(); $timeDouble = $endDouble - $startDouble; echo 'No math took : ',$timeDouble,'ms';

preferences:
34.69 ms | 402 KiB | 5 Q