3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = '3v4l.org is an online shell that allows you to evaluate (hence 3v4l) your code on my server. I compiled more than 100 different PHP versions (every version released since 4.3.0) plus HHVM for you to use. For every script you submit, this site tells you:'; $hash = password_hash($input, PASSWORD_BCRYPT, ['cost' => 8]); $start = microtime(1); for($i = 0; $i < 100; $i++) { password_verify($input, $hash); } var_dump(microtime(1)-$start); $start = microtime(1); for($i = 0; $i < 100; $i++) { password_verify('3v4l.org is an online shell that allows you to evaluate (hence 3v4l) your code on my server. I compiled more than 100 differenta', $hash); } var_dump(microtime(1)-$start); $start = microtime(1); for($i = 0; $i < 100; $i++) { password_verify('3v4l.org is an online shell that allows you to evaluate (hence 3v4l) your code on my server. I compiled more than 100 different ', $hash); } var_dump(microtime(1)-$start);
Output for 7.2.0
float(1.5211431980133)
Process exited with code 137.
Output for 7.1.7
float(1.5145471096039)
Process exited with code 137.
Output for 7.1.6
float(1.5479171276093)
Process exited with code 137.
Output for 7.1.5
float(1.5284850597382)
Process exited with code 137.
Output for 7.0.20
float(1.5238389968872)
Process exited with code 137.
Output for 5.4.0 - 5.4.34
Fatal error: Call to undefined function password_hash() in /in/smqMk on line 5
Process exited with code 255.

preferences:
107.02 ms | 401 KiB | 44 Q