3v4l.org

run code in 300+ PHP versions simultaneously
<?php function MLencrypt($pass){ $hash = ''; for($i=0;$i<strlen($pass);$i++) $hash .= substr(md5($pass[$i]),($i%15),30); echo $hash; return md5($hash); } echo MLencrypt('123');

preferences:
43.89 ms | 402 KiB | 5 Q