3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'Standard DES: ' . crypt('rasmuslerdorf', 'rl') . "\n"; echo 'Extended DES: ' . crypt('rasmuslerdorf', '_J9..rasm') . "\n"; echo 'MD5: ' . crypt('rasmuslerdorf', '$1$rasmusle$') . "\n"; echo 'Blowfish: ' . crypt('rasmuslerdorf', '$2a$07$usesomesillystringforsalt$') . "\n"; echo 'SHA-256: ' . crypt('rasmuslerdorf', '$5$rounds=10$usesomesillystri$') . "\n"; echo 'SHA-512: ' . crypt('rasmuslerdorf', '$6$rounds=10$usesomesillystri$') . "\n";
Output for git.master, git.master_jit, rfc.property-hooks
Standard DES: rl.3StKT.4T8M Extended DES: _J9..rasmBYk8r9AiWNc MD5: $1$rasmusle$rISCgZzpwk3UhDidwXvin0 Blowfish: $2a$07$usesomesillystringfore2uDLvp1Ii2e./U9C8sBjqp8I90dH6hi SHA-256: *0 SHA-512: *0

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:
37.43 ms | 401 KiB | 8 Q