3v4l.org

run code in 300+ PHP versions simultaneously
<?php $stuff = '{ "input": { "is_tall": [ "BOOLEAN", false ], "profile": { "fav_color": [ "STRING", true ], "sport": [ "STRING", true ] }, "awesome": "BOOLEAN" } }'; $what = json_decode($stuff); //var_dump($what); echo "is is_tall an array???<br>"; echo is_array($what['is_tall'])."<br><br>"; echo "is profile an array???<br>"; echo is_array($what['profile'])."<br><br>";
Output for git.master, git.master_jit, rfc.property-hooks
is is_tall an array???<br> Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /in/L8jKh:27 Stack trace: #0 {main} thrown in /in/L8jKh on line 27
Process exited with code 255.

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:
31.23 ms | 401 KiB | 8 Q