<?php class Foo { public bool $bar; } $foo = new Foo(); $foo->bar = true; unset($foo->bar); var_dump($foo->bar);
You have javascript disabled. You will not be able to edit any code.