3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo http_build_query( array( 'query' => array( array('field' =>'cycle', 'where' => 'and', 'type'=>'between', 'from' => 1, 'to'=>100), array('field'=>'cycle', 'where' => 'and', 'type' => 'decimation', 'value' => 10) ), 'orderBy' => array('columnOne' => 'ASC', 'columnTwo' => 'DESC') ) );
Output for git.master, git.master_jit, rfc.property-hooks
query%5B0%5D%5Bfield%5D=cycle&query%5B0%5D%5Bwhere%5D=and&query%5B0%5D%5Btype%5D=between&query%5B0%5D%5Bfrom%5D=1&query%5B0%5D%5Bto%5D=100&query%5B1%5D%5Bfield%5D=cycle&query%5B1%5D%5Bwhere%5D=and&query%5B1%5D%5Btype%5D=decimation&query%5B1%5D%5Bvalue%5D=10&orderBy%5BcolumnOne%5D=ASC&orderBy%5BcolumnTwo%5D=DESC

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