<?phpdeclare(strict_types=1);class 🥃whisky{ public string $name; public int $age; private Distillery $distillery;}$whisky = new 🥃whisky;$whisky->age = "29";?>