3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(json_decode(json_encode(array('busType'=> 'Lexia A/C Seater/Sleeper Executive Luxury (1+1)','cancellationPolicy' => '0:36:50:1;36:-1:10:1;')))); $str = '{"busType":"Lexia A\/C Seater\/Sleeper Executive Luxury (1+1)","cancellationPolicy":"0:36:50:1;36:-1:10:1;","dateOfIssue":"2014-08-19T11:05:55+05:30","destinationCityId":"491","doj":"2014-08-21T00:00:00+05:30","inventoryId":"200075113280000213","inventoryItems":{"fare":"478.75","ladiesSeat":"false","passenger":{"address":"some address","age":"22","email":"a@gmail.com","gender":"MALE","idNumber":"ID123","idType":"PAN_CARD","mobile":"9889899999","name":"test$#","primary":"true","title":"Mr"},"seatName":"1"},"partialCancellationAllowed":"true","pickUpContactNo":"9739933361","pickUpLocationAddress":"shantisagar","pickupLocation":"Domlur","pickupLocationId":"17688","pickupLocationLandmark":"test","pickupTime":"1035","pnr":"testPNRRc6ldDLEEU","sourceCityId":"3","status":"BOOKED","tin":"9HVUXY","travels":"tik_agent"}'; print_r(json_decode($str));
Output for git.master, git.master_jit, rfc.property-hooks
stdClass Object ( [busType] => Lexia A/C Seater/Sleeper Executive Luxury (1+1) [cancellationPolicy] => 0:36:50:1;36:-1:10:1; ) stdClass Object ( [busType] => Lexia A/C Seater/Sleeper Executive Luxury (1+1) [cancellationPolicy] => 0:36:50:1;36:-1:10:1; [dateOfIssue] => 2014-08-19T11:05:55+05:30 [destinationCityId] => 491 [doj] => 2014-08-21T00:00:00+05:30 [inventoryId] => 200075113280000213 [inventoryItems] => stdClass Object ( [fare] => 478.75 [ladiesSeat] => false [passenger] => stdClass Object ( [address] => some address [age] => 22 [email] => a@gmail.com [gender] => MALE [idNumber] => ID123 [idType] => PAN_CARD [mobile] => 9889899999 [name] => test$# [primary] => true [title] => Mr ) [seatName] => 1 ) [partialCancellationAllowed] => true [pickUpContactNo] => 9739933361 [pickUpLocationAddress] => shantisagar [pickupLocation] => Domlur [pickupLocationId] => 17688 [pickupLocationLandmark] => test [pickupTime] => 1035 [pnr] => testPNRRc6ldDLEEU [sourceCityId] => 3 [status] => BOOKED [tin] => 9HVUXY [travels] => tik_agent )

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.77 ms | 404 KiB | 8 Q