3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash = 'x,x/b2m5kaaj=i46+M#'; // Good URL from chess-4 // user/41.02d5743c.200x200o.3e7c6cd0544f.png var_dump(substr(md5('user/41.02d5743c.200x200o.png' . $hash), 0, 12)); // Your example // user/1906698.8482bae0.200x200o.46e9c046f2d9.jpeg var_dump(substr(md5('user/1906698.8482bae0.200x200o.jpeg' . $hash), 0, 12)); var_dump(substr(md5('user/1906698.200x200o.8482bae0.jpeg' . $hash), 0, 12));
Output for git.master, git.master_jit, rfc.property-hooks
string(12) "3e7c6cd0544f" string(12) "29731d0593f1" string(12) "11ac11a2d95d"

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:
40.11 ms | 401 KiB | 8 Q