3v4l.org

run code in 300+ PHP versions simultaneously
<?php $j = '{"id":"1446","venueId":"98","isCancelled":"no","cancelNotes":"","isEvent":"no","eventName":"","day":"Fri","date":"12\/24\/2010","doors":"yes","doorsTime":"7:00 AM","doorsAm":"no","startTime":"9:30 PM","startTimestamp":"1293244200","endTime":"12:00 AM","endTimestamp":"1293253200","new":"no","eighteenOlder":"yes","allAges":"no","free":"no","otherShowNotes":"<p><span style=\"color: #993366;\"><strong>This is the first line of other notes<\/strong><\/span><\/p>\n<p><span style=\"color: #993366;\"><strong>This is the second line of other notes<\/strong><\/span><\/p>","tix":"no","tixText":"<p><strong>Sample Text for <span style=\"background-color: #ffff99;\">Ticket<\/span> Text<\/strong><\/p>","isCustomRow":"no","customRowHTML":"","isNextShowSameDay":"no","sendToPubDates":"","pay":"","customFlier":"","facebookEventId":"","timeTBA":"0"}'; $jarr = json_decode($j); print_r($jarr); echo $jarr->endTime ?>
Output for git.master, git.master_jit, rfc.property-hooks
stdClass Object ( [id] => 1446 [venueId] => 98 [isCancelled] => no [cancelNotes] => [isEvent] => no [eventName] => [day] => Fri [date] => 12/24/2010 [doors] => yes [doorsTime] => 7:00 AM [doorsAm] => no [startTime] => 9:30 PM [startTimestamp] => 1293244200 [endTime] => 12:00 AM [endTimestamp] => 1293253200 [new] => no [eighteenOlder] => yes [allAges] => no [free] => no [otherShowNotes] => <p><span style="color: #993366;"><strong>This is the first line of other notes</strong></span></p> <p><span style="color: #993366;"><strong>This is the second line of other notes</strong></span></p> [tix] => no [tixText] => <p><strong>Sample Text for <span style="background-color: #ffff99;">Ticket</span> Text</strong></p> [isCustomRow] => no [customRowHTML] => [isNextShowSameDay] => no [sendToPubDates] => [pay] => [customFlier] => [facebookEventId] => [timeTBA] => 0 ) 12:00 AM

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:
29.97 ms | 403 KiB | 8 Q