3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = [ 'cost' => 12, 'salt' => 'abc' ]; echo password_hash("rasmuslerdorf", PASSWORD_BCRYPT, $options);
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/E8XEG on line 8 Warning: password_hash(): Provided salt is too short: 3 expecting 22 in /in/E8XEG on line 8
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Warning: password_hash(): Provided salt is too short: 3 expecting 22 in /in/E8XEG on line 8
Output for 5.4.2 - 5.4.45
Fatal error: Call to undefined function password_hash() in /in/E8XEG on line 8
Process exited with code 255.

preferences:
91.07 ms | 401 KiB | 91 Q