3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('Europe/Madrid'); //$time = mktime(12,0,0,1,15,2013); $now = mktime(8,28,0,10,22,2013); $agoraMadrid = date("d/m/Y H:i:s", $now); date_default_timezone_set('America/Sao_Paulo'); $agoraAqui = date("d/m/Y H:i:s", $now); date_default_timezone_set('America/Bahia'); $agoraLa = date("d/m/Y H:i:s", $now); printf("Madrid %-20s\n", $agoraMadrid); printf("Sao Paulo %-20s\n", $agoraAqui); printf("Bahia %-20s\n", $agoraLa);
Output for git.master, git.master_jit, rfc.property-hooks
Madrid 22/10/2013 08:28:00 Sao Paulo 22/10/2013 04:28:00 Bahia 22/10/2013 03:28:00

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