<?php class Test { public $definedButNotSet; } $vars = get_class_vars("Test"); var_dump($vars);
You have javascript disabled. You will not be able to edit any code.