3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 'Report_Order_By' => array( array( 'Report_Field_ID' => '11', 'Direction' => 'ASC' ), array( 'Report_Field_ID' => '31', 'Direction' => 'DESC' ) ) ); var_dump($arr); /* foreach($arr as $k => $v){ echo "$k => " . "$v" . "\r\n"; } */
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["Report_Order_By"]=> array(2) { [0]=> array(2) { ["Report_Field_ID"]=> string(2) "11" ["Direction"]=> string(3) "ASC" } [1]=> array(2) { ["Report_Field_ID"]=> string(2) "31" ["Direction"]=> string(4) "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:
48.07 ms | 401 KiB | 8 Q