3v4l.org

run code in 300+ PHP versions simultaneously
<?php $emails = array("tcely", "cely@iqnection.com", "cely@tenable.com", "Chris.Ely@gmail.com", "tcely@users.noreply.github.com"); foreach ($emails as $k => $email) { $hash = md5( strtolower( trim( $email ) ) ); printf('email: %-30s'."=>\n\t".'https://identicons.github.com/%s.png'."\n", $email, $hash); }

preferences:
37.79 ms | 402 KiB | 5 Q