3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 'Delivery_Methods' => array( 'Delivery_Method' => array( array( 'Type' => 'Share_Drive', 'Share_Drive_Info' => array( 'Address' => 'localhost', 'Username' => 'myusername', 'Password' => '823098201938' ) ) ) ) ); //var_dump($arr); echo $arr['Delivery_Methods']['Delivery_Method']['Share_Drive_Info']['Address']; /* foreach($arr as $k => $v){ echo "$k => " . "$v" . "\r\n"; } */
Output for git.master, git.master_jit
Warning: Undefined array key "Share_Drive_Info" in /in/LeRMd on line 26 Warning: Trying to access array offset on value of type null in /in/LeRMd on line 26
Output for rfc.property-hooks
Warning: Undefined array key "Share_Drive_Info" in /in/LeRMd on line 26 Warning: Trying to access array offset on null in /in/LeRMd on line 26

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