3v4l.org

run code in 300+ PHP versions simultaneously
<?php $format = "%a %d/%m/%Y %H:%M"; $time = "Fri 25/10/2013 10:33"; var_dump( strptime($time, $format));
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strptime() is deprecated in /in/tEl8o on line 4 array(9) { ["tm_sec"]=> int(0) ["tm_min"]=> int(33) ["tm_hour"]=> int(10) ["tm_mday"]=> int(25) ["tm_mon"]=> int(9) ["tm_year"]=> int(113) ["tm_wday"]=> int(5) ["tm_yday"]=> int(297) ["unparsed"]=> string(0) "" }

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:
43.98 ms | 402 KiB | 8 Q