3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date_span = array( 'acq' => array( 'start' => array('month' => '04', 'day' => '21', 'year' => '2020'), 'end' => array('month' => '04', 'day' => '21', 'year' => '2020'), ) ); $date_span_query = http_build_query($date_span); var_dump($date_span_query);
Output for git.master, git.master_jit, rfc.property-hooks
string(165) "acq%5Bstart%5D%5Bmonth%5D=04&acq%5Bstart%5D%5Bday%5D=21&acq%5Bstart%5D%5Byear%5D=2020&acq%5Bend%5D%5Bmonth%5D=04&acq%5Bend%5D%5Bday%5D=21&acq%5Bend%5D%5Byear%5D=2020"

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:
41.3 ms | 401 KiB | 8 Q