3v4l.org

run code in 300+ PHP versions simultaneously
<?php$date = date('Y/m/d');$variable = file_get_contents('https://rooster.hva.nl/m/api/timetable?start='.$date.'+00%3A00&limit=3&key=2014!location!TTH+01A04A+MEDIALOUNGE');$decoded = json_decode($variable);foreach($decoded->data as $item) { echo(date_i18n('l j F H:i', $item->startDate / 1000)); echo(' - '); echo(date_i18n( 'H:i', $item->endDate / 1000)); echo(' : '); echo('<br/>'); echo(' - '); echo($item->activityDescription); echo('<br/>'); }?>
Output for git.master, git.master_jit, rfc.property-hooks
<?php$date = date('Y/m/d');$variable = file_get_contents('https://rooster.hva.nl/m/api/timetable?start='.$date.'+00%3A00&limit=3&key=2014!location!TTH+01A04A+MEDIALOUNGE');$decoded = json_decode($variable);foreach($decoded->data as $item) { echo(date_i18n('l j F H:i', $item->startDate / 1000)); echo(' - '); echo(date_i18n( 'H:i', $item->endDate / 1000)); echo(' : '); echo('<br/>'); echo(' - '); echo($item->activityDescription); echo('<br/>'); }?>

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