3v4l.org

run code in 300+ PHP versions simultaneously
<?php $browser_list = ["test"]; $template_directory = "test"; function getTemplateProperties() { global $browser_list; global $template_directory; $data = '{ "data": { "template_folder": "templ", "browsers": [ {"name": "Chrome"}, {"name": "iOS"}, {"name":"Android"} ] }'; $json_data = json_decode($data, true); print_r($json_data); $browser_list=$json_data["data"]["browsers"]; print_r($browser_list); $template_directory=$json_data["data"]["template_folder"]; print_r($template_directory); } getTemplateProperties(); print_r( $browser_list); // outputs 15 echo "template dir: ".$template_directory; ?>
Output for git.master, git.master_jit
Warning: Trying to access array offset on value of type null in /in/M7rPn on line 11 Warning: Trying to access array offset on value of type null in /in/M7rPn on line 11 Warning: Trying to access array offset on value of type null in /in/M7rPn on line 13 Warning: Trying to access array offset on value of type null in /in/M7rPn on line 13 template dir:
Output for rfc.property-hooks
Warning: Trying to access array offset on null in /in/M7rPn on line 11 Warning: Trying to access array offset on null in /in/M7rPn on line 11 Warning: Trying to access array offset on null in /in/M7rPn on line 13 Warning: Trying to access array offset on null in /in/M7rPn on line 13 template dir:

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