3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo json_encode(array( 'updater' => array( 'sources' => array( array( 'user' => '', 'password' => '', 'offices' => '', 'entities' => array('wonen'), ), array( 'user' => '', 'password' => '', 'entities' => array('wonen'), ), ), 'unavailable' => '__delete__', 'attempts' => 3, 'time' => '09:30', 'notify' => array( 'enabled' => true, 'email' => '', ), 'media' => array( 'metadata' => false, ), ), ), JSON_PRETTY_PRINT);
Output for git.master, git.master_jit, rfc.property-hooks
{ "updater": { "sources": [ { "user": "", "password": "", "offices": "", "entities": [ "wonen" ] }, { "user": "", "password": "", "entities": [ "wonen" ] } ], "unavailable": "__delete__", "attempts": 3, "time": "09:30", "notify": { "enabled": true, "email": "" }, "media": { "metadata": false } } }

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