3v4l.org

run code in 500+ PHP versions simultaneously
<?php $password_plaintext = "12345"; $password_hash = password_hash( $password_plaintext, PASSWORD_DEFAULT, [ 'cost' => 11 ] ); print_r( password_get_info( $password_hash ) );
Output for git.master, git.master_jit
Array ( [algo] => 2y [algoName] => bcrypt [options] => Array ( [cost] => 11 ) )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
57.92 ms | 2803 KiB | 4 Q