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 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
{ "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 } }

preferences:
158.22 ms | 408 KiB | 5 Q