<?php class Test { public $x; } $t = new Test(); var_dump($t->x);
You have javascript disabled. You will not be able to edit any code.