<?php
readonly class Cfg { public int $port; public function __construct(public readonly string $host = "a") { $this->port = 80; } }
function main() {}