3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( password_hash('fubar', 1, array('salt' => 'abcdefghijklmnopqrstuv', 'cost' => 31)), crypt('fubar', '$2y$31$abcdefghijklmnopqrstuv') );
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.6
Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in /in/mCkXp on line 3
Process exited with code 137.
Output for 5.5.0 - 5.5.36, 5.6.0 - 5.6.28

Process exited with code 137.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
Fatal error: Call to undefined function password_hash() in /in/mCkXp on line 3
Process exited with code 255.

preferences:
147.39 ms | 402 KiB | 158 Q