3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo password_hash('000000000000000000000000000000000000000000000000000000000000000000000000', PASSWORD_DEFAULT, ['salt' => str_repeat('a', 22)]) . "\n"; echo password_hash('012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234', PASSWORD_DEFAULT, ['salt' => str_repeat('a', 22)]) . "\n";

preferences:
25.55 ms | 402 KiB | 5 Q