3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"accounts":[{"id":"1","0":"1","username":"testuser","1":"testuser","password":"testpass","2":"testpass","email":"test@user.com","3":"test@user.com","lastlogin":"2017-07-06 06:48:50","4":"2017-07-06 06:48:50"}]}'; $array = json_decode($json); echo json_encode($array, JSON_PRETTY_PRINT);
Output for git.master, git.master_jit, rfc.property-hooks
{ "accounts": [ { "id": "1", "0": "1", "username": "testuser", "1": "testuser", "password": "testpass", "2": "testpass", "email": "test@user.com", "3": "test@user.com", "lastlogin": "2017-07-06 06:48:50", "4": "2017-07-06 06:48:50" } ] }

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:
47.6 ms | 402 KiB | 8 Q