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."\n"; return md5($hash); } $a = 'MLencrypt'; echo $a('1234567890123456');
Output for git.master, git.master_jit, rfc.property-hooks
c4ca4238a0b923820dcc509a6f758481e728d9d4c2f636f067f89cc14862cbc87e4b5ce2fe28308fd9f2a7baf3ff679a2f3e71d9181a67b7542122c3b7fbbce2345d7772b0674a318d591c5a880faf6fb5e6087eb1b2dc5fceea167a5a36dedd4bea25435fb98ab9159f51fd0297e236d2e2d7fbdea1afc51c7c6ad265d565ef66e7dff9f98764dab923820dcc509a6f75849bc2f636f067f89cc14862ce2fe28308fd9f2a7baf371d9181a67b7542122c45d7772b0674a318d51679091c5a880faf6fb5e6087eb1b2 28b08b549fb390534288482c62f62247

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
47.96 ms | 402 KiB | 8 Q