3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 2 => 'IMG_20170325_124043610_HDR.jpg', 3 => 'video_icon.png', 5 => 'watersports.gif', 7 => 'IMG_20170325_153726906_HDR.jpg', ); $arr = array_values($arr); print_r($arr);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => IMG_20170325_124043610_HDR.jpg [1] => video_icon.png [2] => watersports.gif [3] => IMG_20170325_153726906_HDR.jpg )

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:
47.47 ms | 1607 KiB | 4 Q