3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = <<< END {"Result":[{"id":"1","name":"\u0939\u093f\u0902\u0926\u0940","admin_id":"29","active":"yes","time":"2013-06-04 03:26:47"},{"id":"2","name":"\u4e2d\u570b\u7684","admin_id":"29","active":"yes","time":"2013-06-04 03:27:11"},{"id":"3","name":"fran\u00e7ais","admin_id":"29","active":"yes","time":"2013-06-04 03:27:34"}]} END; var_dump(json_decode($string, true));
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["Result"]=> array(3) { [0]=> array(5) { ["id"]=> string(1) "1" ["name"]=> string(15) "हिंदी" ["admin_id"]=> string(2) "29" ["active"]=> string(3) "yes" ["time"]=> string(19) "2013-06-04 03:26:47" } [1]=> array(5) { ["id"]=> string(1) "2" ["name"]=> string(9) "中國的" ["admin_id"]=> string(2) "29" ["active"]=> string(3) "yes" ["time"]=> string(19) "2013-06-04 03:27:11" } [2]=> array(5) { ["id"]=> string(1) "3" ["name"]=> string(9) "français" ["admin_id"]=> string(2) "29" ["active"]=> string(3) "yes" ["time"]=> string(19) "2013-06-04 03:27:34" } } }

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:
44.8 ms | 403 KiB | 8 Q