3v4l.org

run code in 300+ PHP versions simultaneously
<?php $save_passwd = crypt('abcdefg', '$2y$10$'); echo $save_passwd.'\n'; $encrypt = crypt('abcdefg' , $save_passwd); echo $encrypt.'\n'; if($encrypt == $save_passwd) echo "잘되었으면좋겠네요시발~"; ?>
Output for 5.5.21 - 5.5.36, 5.6.5 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
*0\n*1\n
Output for 5.5.0 - 5.5.20, 5.6.0 - 5.6.4
*0\n*0wKKbsxspP6s\n
Output for 5.3.7 - 5.3.29, 5.4.0 - 5.4.45
$2y$10$$$$$$$$$$$$$$$$$$$$$$.Uh17GBGWex4DEFQzvG2XF.qYHkoVA5G\n$2y$10$$$$$$$$$$$$$$$$$$$$$$.Uh17GBGWex4DEFQzvG2XF.qYHkoVA5G\n잘되었으면좋겠네요시발~
Output for 5.3.2 - 5.3.6
$2MnRDUvYatck\n$2MnRDUvYatck\n잘되었으면좋겠네요시발~
Output for 5.3.0 - 5.3.1
$2W5FNryXscWQ\n$2W5FNryXscWQ\n잘되었으면좋겠네요시발~
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17

Process exited with code 139.

preferences:
282.53 ms | 402 KiB | 363 Q