3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password = 'test'; // hash generated with PHP 5.3.7+ $hash = '$2y$14$MTIzNDU2Nzg5MDEyMzQ1NexAbOIUHkG6Ra.TK9QxHOVUhDxOe4dkW'; $result = crypt($password, $hash); printf("Hash %s (length %d)\n", $result, strlen($result));

preferences:
41.26 ms | 402 KiB | 5 Q