<?php class A { public function __construct(private readonly string $foo) {} } unserialize(serialize(new A('goo')));
You have javascript disabled. You will not be able to edit any code.