3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"data":[{"photo":{"url":"https://filerepo.grupawp.pl/api/v1/display/embed/8b9a3db8-c43c-4d0f-b815-1d7c7aedd1c3","author":"Witold Ziomek","source":"Materiały WP","width":"5184","height":"3456"},"points":[{"left":"42%","top":"70%","title":"Drzwi","photo":{}},{"left":"83%","top":"21%","title":"Okno","photo":{}}]}]}'; $d = json_decode($json); print_r($d);
Output for git.master, git.master_jit, rfc.property-hooks
stdClass Object ( [data] => Array ( [0] => stdClass Object ( [photo] => stdClass Object ( [url] => https://filerepo.grupawp.pl/api/v1/display/embed/8b9a3db8-c43c-4d0f-b815-1d7c7aedd1c3 [author] => Witold Ziomek [source] => Materiały WP [width] => 5184 [height] => 3456 ) [points] => Array ( [0] => stdClass Object ( [left] => 42% [top] => 70% [title] => Drzwi [photo] => stdClass Object ( ) ) [1] => stdClass Object ( [left] => 83% [top] => 21% [title] => Okno [photo] => stdClass Object ( ) ) ) ) ) )

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:
43.9 ms | 404 KiB | 8 Q