3v4l.org

run code in 300+ PHP versions simultaneously
<?php $emails = array("cely@iqnection.com", "cely@tenable.com", "Chris.Ely@gmail.com"); foreach ($emails as $k => $email) { $hash = md5( strtolower( trim( $email ) ) ); printf('email: %s'."\t=>\t".'http://www.gravatar.com/avatar/%s?d=identicon'."\n", $email, $hash); }

preferences:
41.15 ms | 402 KiB | 5 Q