3v4l.org

run code in 300+ PHP versions simultaneously
<?php // パスワードは'GoemonLets5'です // $hashにはパスワードのhash値が入ってます if (password_verify('GoemonLets5shinai', $hash)) { echo 'パスワードが一致したよ!' . "\n"; } else { echo 'パスワードが一致してないよ!' . "\n"; } if (password_verify('GoemonLets5', $hash)) { echo 'パスワードが一致したよ!' . "\n"; } else { echo 'パスワードが一致してないよ!' . "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $hash in /in/Wa07B on line 6 Deprecated: password_verify(): Passing null to parameter #2 ($hash) of type string is deprecated in /in/Wa07B on line 6 パスワードが一致してないよ! Warning: Undefined variable $hash in /in/Wa07B on line 12 Deprecated: password_verify(): Passing null to parameter #2 ($hash) of type string is deprecated in /in/Wa07B on line 12 パスワードが一致してないよ!

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:
38.93 ms | 402 KiB | 8 Q