3v4l.org

run code in 500+ PHP versions simultaneously
<?php // 生成新密码的哈希(比如把密码设为 admin123) $new_password = 'admin123'; $new_hash = password_hash($new_password, PASSWORD_BCRYPT); echo "新哈希值:$new_hash"; // 类似输出:$2y$10$xxxxx...
Output for git.master_jit
新哈希值:$2y$12$P/NgZo2aEdLL3kDycGmVqeOpvKROH6b8gIMA7aGWXw4OgZMc/GsP2
Output for git.master
新哈希值:$2y$12$GXSM0KJDntmuxwb/b/i1yenLWZ6YHuBK4LwelOToViw/sN9M4ATMy

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:
25.18 ms | 762 KiB | 4 Q