3v4l.org

run code in 300+ PHP versions simultaneously
<?php $festival_tickets_result = json_decode('[{"provider":"stubhub","price":"24.50","currency":"\u00e2\u201a\u00ac","type":"single","description":null},{"provider":"stubhub","price":"19","currency":"\u00e2\u201a\u00ac","type":"single","description":null}]'); print_r($festival_tickets_result); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => stdClass Object ( [provider] => stubhub [price] => 24.50 [currency] => € [type] => single [description] => ) [1] => stdClass Object ( [provider] => stubhub [price] => 19 [currency] => € [type] => single [description] => ) )

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