3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content = ["foo" => "bar", "hello" => ["world", "people of the world"], "a" => 1]; $size = strlen(json_encode($content, JSON_NUMERIC_CHECK)); $JSONDATA= array( 'response' => true, 'error' => null, 'payload' => array( 'content' => $content, 'size' => $size ) ); $joutput = json_encode($JSONDATA,JSON_NUMERIC_CHECK); echo $joutput;

preferences:
25.36 ms | 404 KiB | 5 Q