<?php class Test { public string $Content–Type = "world"; } echo json_encode(new Test), PHP_EOL, json_encode(["Content-Type" => "world"]);
You have javascript disabled. You will not be able to edit any code.