value = 1; } public function __clone(): void { $write = function (): void { $this->value = 2; }; $write(); } }