3v4l.org

run code in 300+ PHP versions simultaneously
<?php $preparing_array = array ( "id" => 282072112, "type" => "page", "title" => "new page", "space" => array ( "key" => "BLA" ), "body" => array ( "storage" => array ( "value" => "<p>This is the updated text for the new page</p>", "representation" => "storage" ) ), "version" => array ( "number" => 2 ) ); echo json_encode($preparing_array, JSON_PRETTY_PRINT);
Output for git.master, git.master_jit, rfc.property-hooks
{ "id": 282072112, "type": "page", "title": "new page", "space": { "key": "BLA" }, "body": { "storage": { "value": "<p>This is the updated text for the new page<\/p>", "representation": "storage" } }, "version": { "number": 2 } }

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:
133.16 ms | 406 KiB | 5 Q