"file_get_contents failed"}]'; header("Content-Type: application/json; charset=UTF-8"); print json_encode([ 'HEADERS' => $http_headers, "PARAMS" => $_GET, "BODY" => json_decode($file_get, true), ]); // __END__