3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ [ 'url' => 'website.com1/etcetcetc', 'itag' => 43, 'quality' => 'medium', 'something' => 'nill' ], [ 'url' => 'website.com2/etcetcetc', 'itag' => 18, 'quality' => 'medium', 'something' => 'nill' ], [ 'url' => 'website.com3/etcetcetc', 'itag' => 5, 'quality' => 'small', 'something' => 'nill' ], [ 'url' => 'website.com4/etcetcetc', 'itag' => 36, 'quality' => 'small', 'something' => 'nill' ], [ 'url' => 'website.com5/etcetcetc', 'itag' => 17, 'quality' => 'small', 'something' => 'nill' ] ]; print_r($array);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [url] => website.com1/etcetcetc [itag] => 43 [quality] => medium [something] => nill ) [1] => Array ( [url] => website.com2/etcetcetc [itag] => 18 [quality] => medium [something] => nill ) [2] => Array ( [url] => website.com3/etcetcetc [itag] => 5 [quality] => small [something] => nill ) [3] => Array ( [url] => website.com4/etcetcetc [itag] => 36 [quality] => small [something] => nill ) [4] => Array ( [url] => website.com5/etcetcetc [itag] => 17 [quality] => small [something] => nill ) )

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