3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bracedCSV = <<<CSV [4,"1.0",1418639278611] [1,"Eccleston Bridge","35312",1418639472000] [1,"Eccleston Bridge","35312",1418639395000] [1,"Eccleston Bridge","35312",1418639397000] [1,"Eccleston Bridge","35312",1418639696000] [1,"Eccleston Bridge","35312",1418639742000] [1,"Eccleston Bridge","35312",1418639731000] [1,"Eccleston Bridge","35312",1418640051000] [1,"Eccleston Bridge","35312",1418639938000] CSV; var_export( json_decode('[' . str_replace("\n", ',', $bracedCSV) . ']') );
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => array ( 0 => 4, 1 => '1.0', 2 => 1418639278611, ), 1 => array ( 0 => 1, 1 => 'Eccleston Bridge', 2 => '35312', 3 => 1418639472000, ), 2 => array ( 0 => 1, 1 => 'Eccleston Bridge', 2 => '35312', 3 => 1418639395000, ), 3 => array ( 0 => 1, 1 => 'Eccleston Bridge', 2 => '35312', 3 => 1418639397000, ), 4 => array ( 0 => 1, 1 => 'Eccleston Bridge', 2 => '35312', 3 => 1418639696000, ), 5 => array ( 0 => 1, 1 => 'Eccleston Bridge', 2 => '35312', 3 => 1418639742000, ), 6 => array ( 0 => 1, 1 => 'Eccleston Bridge', 2 => '35312', 3 => 1418639731000, ), 7 => array ( 0 => 1, 1 => 'Eccleston Bridge', 2 => '35312', 3 => 1418640051000, ), 8 => array ( 0 => 1, 1 => 'Eccleston Bridge', 2 => '35312', 3 => 1418639938000, ), )

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:
43.74 ms | 1576 KiB | 4 Q