3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"1":[1,"7"],"2":[2,"10"],"3":[3,"17"],"4":[4,"8"],"5":[5,"10"],"6":[6,"11"],"7":[7,"13"],"8":[8,"9"],"9":[9,"13"],"10":[10,"15"],"11":[11,"14"],"12":[12,"16"],"13":[13,"16"],"14":[14,"18"],"15":[15,"10"],"16":[16,"54"],"17":[17,"76"],"18":[18,"57"],"19":[19,"73"],"20":[20,"61"],"21":[21,"45"],"22":[22,"56"],"23":[23,"72"],"24":[24,"44"],"25":[25,"2"],"26":[26,"29"],"27":[27,"3"],"28":[28,"1"],"29":[29,"5"],"30":[30,0]}'; $arr = json_decode($json,true); foreach($arr as $key=>$val) { $val[1] = (int)$val[1]; $arr[$key] = $val; } echo json_encode(array_values($arr));
Output for git.master, git.master_jit, rfc.property-hooks
[[1,7],[2,10],[3,17],[4,8],[5,10],[6,11],[7,13],[8,9],[9,13],[10,15],[11,14],[12,16],[13,16],[14,18],[15,10],[16,54],[17,76],[18,57],[19,73],[20,61],[21,45],[22,56],[23,72],[24,44],[25,2],[26,29],[27,3],[28,1],[29,5],[30,0]]

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