3v4l.org

run code in 300+ PHP versions simultaneously
<?php $numbers = array("1","3","5","6","12","13","15","20","24","28","32","33","34","42","47","49","50","54","59","79"); $intersect = array_fill_keys(range(1, 80), null); ksort($intersect); var_dump($intersect);
Output for git.master, git.master_jit, rfc.property-hooks
array(80) { [1]=> NULL [2]=> NULL [3]=> NULL [4]=> NULL [5]=> NULL [6]=> NULL [7]=> NULL [8]=> NULL [9]=> NULL [10]=> NULL [11]=> NULL [12]=> NULL [13]=> NULL [14]=> NULL [15]=> NULL [16]=> NULL [17]=> NULL [18]=> NULL [19]=> NULL [20]=> NULL [21]=> NULL [22]=> NULL [23]=> NULL [24]=> NULL [25]=> NULL [26]=> NULL [27]=> NULL [28]=> NULL [29]=> NULL [30]=> NULL [31]=> NULL [32]=> NULL [33]=> NULL [34]=> NULL [35]=> NULL [36]=> NULL [37]=> NULL [38]=> NULL [39]=> NULL [40]=> NULL [41]=> NULL [42]=> NULL [43]=> NULL [44]=> NULL [45]=> NULL [46]=> NULL [47]=> NULL [48]=> NULL [49]=> NULL [50]=> NULL [51]=> NULL [52]=> NULL [53]=> NULL [54]=> NULL [55]=> NULL [56]=> NULL [57]=> NULL [58]=> NULL [59]=> NULL [60]=> NULL [61]=> NULL [62]=> NULL [63]=> NULL [64]=> NULL [65]=> NULL [66]=> NULL [67]=> NULL [68]=> NULL [69]=> NULL [70]=> NULL [71]=> NULL [72]=> NULL [73]=> NULL [74]=> NULL [75]=> NULL [76]=> NULL [77]=> NULL [78]=> NULL [79]=> NULL [80]=> NULL }

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:
36.53 ms | 404 KiB | 8 Q