3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r( array( 'asdf'=>array('asdfasd6', 'asdf4'=>array('asdfasd'), ), 'asdf1'=>array('asdfasd'), 'asdf2'=>234234, 'asdf3'=>array('asdfasd'), ) );
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [asdf] => Array ( [0] => asdfasd6 [asdf4] => Array ( [0] => asdfasd ) ) [asdf1] => Array ( [0] => asdfasd ) [asdf2] => 234234 [asdf3] => Array ( [0] => asdfasd ) )

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