3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* #https://www.saibatudomt.com.br/noticias/blogs/blog-do-edu #generate hash in python import bcrypt hashed = bcrypt.hashpw(b'302010', bcrypt.gensalt()) */ $hash = '$2b$12$tbv8bBsuQUwq0GTCW0E2GeVUiS65ESb60fRVwbaVLlR1m4iwbbOWO'; //validade hash in php if(password_verify ( "302010", $hash )){ echo "valid"; } else { echo "invalid"; } echo("\n".phpversion());
Output for git.master, git.master_jit
valid 8.5.0-dev
Output for rfc.property-hooks
valid 8.4.0-dev

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:
69.56 ms | 406 KiB | 5 Q