3v4l.org

run code in 300+ PHP versions simultaneously
<?php $iso = 'R2/2013-09-09T12:00:15Z/P1D'; $periods = new DatePeriod($iso); print_r($periods);
Output for git.master, git.master_jit, rfc.property-hooks
DatePeriod Object ( [start] => DateTime Object ( [date] => 2013-09-09 12:00:15.000000 [timezone_type] => 1 [timezone] => +00:00 ) [current] => [end] => [interval] => DateInterval Object ( [y] => 0 [m] => 0 [d] => 1 [h] => 0 [i] => 0 [s] => 0 [f] => 0 [invert] => 0 [days] => [from_string] => ) [recurrences] => 3 [include_start_date] => 1 [include_end_date] => )

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