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); echo json_encode(array_values($arr));
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: array_values(): Argument #1 ($array) must be of type array, stdClass given in /in/Se1sT:6 Stack trace: #0 /in/Se1sT(6): array_values(Object(stdClass)) #1 {main} thrown in /in/Se1sT on line 6
Process exited with code 255.

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