3v4l.org

run code in 300+ PHP versions simultaneously
<?php $r = array() ; $r[] = array() ; $r[0]['table'] = "userSessions" ; $r[0]['data'] = array('uid'=>12345) ; $r[1]['table'] = "userTable" ; $r[1]['data'] = array('mid'=>'112233') ; $r[1]['data']['test'] = 'something' ; var_dump($r) ;
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> array(2) { ["table"]=> string(12) "userSessions" ["data"]=> array(1) { ["uid"]=> int(12345) } } [1]=> array(2) { ["table"]=> string(9) "userTable" ["data"]=> array(2) { ["mid"]=> string(6) "112233" ["test"]=> string(9) "something" } } }

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