3v4l.org

run code in 300+ PHP versions simultaneously
<?php $output = array( "2019-03-17" => array("data_values" => 1566), "2019-03-18" => array("data_values" => 1542), "2019-03-19" => array("data_values" => 786), "2019-03-20" => array("data_values" => 756) ); $dates = implode(',', array_keys($output)); $data_values = implode(',', array_column($output, 'data_values')); echo "$dates\n$data_values";
Output for git.master_jit, git.master, rfc.property-hooks
2019-03-17,2019-03-18,2019-03-19,2019-03-20 1566,1542,786,756

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:
29.06 ms | 405 KiB | 5 Q