3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo json_encode(array( 'user1' => array( 'id' => 1, 'username' => 'user1', 'OtClient' => array( 'accountno' => 'a1', ), ), 'user2' => array( 'id' => 2, 'username' => 'user2', 'OtClient' => array( 'accountno' => 'a2', ), ), 'user3' => array( 'id' => 3, 'username' => 'user3', 'OtClient' => array( 'accountno' => 'a3', ), ), ));
Output for git.master, git.master_jit, rfc.property-hooks
{"user1":{"id":1,"username":"user1","OtClient":{"accountno":"a1"}},"user2":{"id":2,"username":"user2","OtClient":{"accountno":"a2"}},"user3":{"id":3,"username":"user3","OtClient":{"accountno":"a3"}}}

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.77 ms | 401 KiB | 8 Q