<?php class Test { protected $foobar = 'foo'; } $test = new Test(); var_dump(property_exists($test, 'foobar'));
You have javascript disabled. You will not be able to edit any code.