3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 48; $i < 9999; $i++) { $hash = md5("preved$i"); if (is_numeric($hash)) { echo "$i $hash "; var_dump(is_numeric($hash)); echo "\n"; break; } }

preferences:
59.24 ms | 402 KiB | 5 Q