3v4l.org

run code in 500+ PHP versions simultaneously
<?php $input = '[{"s-file[]":"Prueba 3"},{"text_file[]":"ORT0000133.pdf"},{"idform":"f-gen-desk"},{"idprocess":"p-save"}]'; var_dump(json_decode($input));
Output for git.master_jit, git.master, rfc.property-hooks
array(4) { [0]=> object(stdClass)#1 (1) { ["s-file[]"]=> string(8) "Prueba 3" } [1]=> object(stdClass)#2 (1) { ["text_file[]"]=> string(14) "ORT0000133.pdf" } [2]=> object(stdClass)#3 (1) { ["idform"]=> string(10) "f-gen-desk" } [3]=> object(stdClass)#4 (1) { ["idprocess"]=> string(6) "p-save" } }

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:
50.29 ms | 1472 KiB | 4 Q