value); unset($this->value); var_dump($this->value); $this->value = 11; var_dump($this->value); } } function main(): void { (new NativePropertyUnsetDisablesHoist())->run(); }