3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (CRYPT_BLOWFISH == 1) { echo 'Blowfish: ' . crypt('rasmuslerdorf', '$2a$07$use/somesillystringforsalt$') . "\n"; } if (CRYPT_SHA256 == 1) { echo 'SHA-256: ' . crypt('rasmuslerdorf', '$5$rounds=5000$use/somesillystringforsalt$') . "\n"; } if (CRYPT_SHA512 == 1) { echo 'SHA-512: ' . crypt('rasmuslerdorf', '$6$rounds=5000$use/somesillystringforsalt$') . "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
Blowfish: $2a$07$use/somesillystringfoeg6goaRuuPMtSaiBGapSSIynzU4.fmLy SHA-256: $5$rounds=5000$use/somesillystr$CMsvnYTwszBC9cede6NZmNyHs3CrE8zjntmcg.jYIoA SHA-512: $6$rounds=5000$use/somesillystr$0A7DQqxExscHAe4nKCO/aPbsEpKt0PXqK9y1cCOaSY/YubaLFogrQEHix0lKETpjMExEIEuNCQzTSRI.HcUiJ1

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:
44.09 ms | 402 KiB | 8 Q