3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = "test\0something"; $y = "test\0anything"; $salt = '$2y$04$sdlkfjsd2lkf4h6zldf35ksj252gh'; var_dump(password_verify($x, $salt), crypt($y, $salt));

preferences:
51.56 ms | 402 KiB | 5 Q