3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = date_sunset($_SERVER['REQUEST_TIME'], SUNFUNCS_RET_STRING, 36.23, 139.04, 90.6, 9); $str = preg_replace_callback('/\d|(:)/', function($m) { return vsprintf( '<img src="%s.gif" alt="%s" />', isset($m[1]) ? array('colon', ':') : array($m[0], $m[0]) ); }, $str); echo $str;
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function date_sunset() is deprecated in /in/7t4nS on line 3 <img src="1.gif" alt="1" /><img src="7.gif" alt="7" /><img src="colon.gif" alt=":" /><img src="4.gif" alt="4" /><img src="9.gif" alt="9" />

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.73 ms | 401 KiB | 8 Q