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.somesillystringfoe1osLR4YLbuBHwkClFq.U0S.djVZ0mQu SHA-256: $5$rounds=5000$use.somesillystr$YEWhuPfVBrdEd1tiFD1Zp4qwgUz36/ist2YUA5jk2b1 SHA-512: $6$rounds=5000$use.somesillystr$Ar94usk2umBc4GTs6UT73anmoV1uq8Lwf.Uxw3BtWDjXICZIhoprNCTtfq25jdr.LTyJuGWsWiP/QEsVEQN8k0

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