3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{ "bookindId":"30779265", "timestamp":"1428447744", "plate":"D-GO9872", "cityId":"RLD", "zoneId":"759", "highDemandZones":[ "402", "429", "714", "715", "721", "728", "732", "734", "742", "756", "758", "763" ], "accountId":"151426", "date":"20150408", "formattedDate":"08.04.2015, 01:02 Uhr" }'; print_r(json_decode($json), false); echo json_last_error();
Output for git.master, git.master_jit, rfc.property-hooks
stdClass Object ( [bookindId] => 30779265 [timestamp] => 1428447744 [plate] => D-GO9872 [cityId] => RLD [zoneId] => 759 [highDemandZones] => Array ( [0] => 402 [1] => 429 [2] => 714 [3] => 715 [4] => 721 [5] => 728 [6] => 732 [7] => 734 [8] => 742 [9] => 756 [10] => 758 [11] => 763 ) [accountId] => 151426 [date] => 20150408 [formattedDate] => 08.04.2015, 01:02 Uhr ) 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:
23.54 ms | 402 KiB | 8 Q