3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arg1 = ["name"=>"Test org","tagline"=>"whatever dude","urls"=>"http://www.whatever.com"]; $arg2 = ["name"=>"Test org2","tagline2"=>"whatever dude2","urls2"=>"http://www.whatever2.com"]; $args = array( 1 => $arg1, 2 => $arg2 ); foreach ($args as $arg => $value) { print_r($args[$key]); }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $key in /in/kmmte on line 9 Warning: Undefined array key "" in /in/kmmte on line 9 Warning: Undefined variable $key in /in/kmmte on line 9 Warning: Undefined array key "" in /in/kmmte on line 9

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