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: %_40s'."\t=>\t".'http://www.gravatar.com/avatar/%s?d=identicon'."\n", $email, $hash); }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught ValueError: Unknown format specifier "_" in /in/trNsp:6 Stack trace: #0 /in/trNsp(6): printf('email: %_40s\t=>...', 'cely@iqnection....', '68b0a06a22e632a...') #1 {main} thrown in /in/trNsp on line 6
Process exited with code 255.

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