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); /* foreach($arr as $k => $v){ echo "$k => " . "$v" . "\r\n"; } */
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["Delivery_Methods"]=> array(1) { ["Delivery_Method"]=> array(1) { [0]=> array(2) { ["Type"]=> string(11) "Share_Drive" ["Share_Drive_Info"]=> array(3) { ["Address"]=> string(9) "localhost" ["Username"]=> string(10) "myusername" ["Password"]=> string(12) "823098201938" } } } } }

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