3v4l.org

run code in 300+ PHP versions simultaneously
<?php $passwd = 'KN+jK*zIqtVh4'; $hash = ',,võë0$š4؈¨Ä1X²å`uÒëB@Ê ®›Áýe¶M©ß4'; echo $hash; echo PHP_EOL; $res = crypt($passwd, $hash) == $hash; var_dump($res); $is_valid = password_verify($passwd, $hash); echo PHP_EOL; var_dump($is_valid); echo PHP_EOL; $need_rehash = password_needs_rehash($hash, PASSWORD_DEFAULT); var_dump($need_rehash);
Output for git.master, git.master_jit, rfc.property-hooks
,,võë0$š4؈¨Ä1X²å`uÒëB@Ê ®›Áýe¶M©ß4 bool(false) bool(false) bool(true)

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