3v4l.org

run code in 300+ PHP versions simultaneously
<?php $example1 = str_repeat('A', 72); $example2 = $example1 . 'B'; $hash = password_hash($example1, PASSWORD_BCRYPT); var_dump(password_verify($example2, $hash));
Output for 8.2.0 - 8.2.26, 8.3.0 - 8.3.14, 8.4.1
bool(true)

preferences:
42.9 ms | 405 KiB | 5 Q