3v4l.org

run code in 300+ PHP versions simultaneously
<?php function chrono() { $temps = explode(' ', microtime()); return $temps[0]+$temps[1]; } $debut = chrono(); $bcrypt = new Bcrypt(15); for($i=0;$i<10;$i++) { $p = $bcrypt->hash('toto'); } echo'<hr>'; echo round(chrono()-$debut,10);

preferences:
33.12 ms | 402 KiB | 5 Q