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