Use ReflectionProperty
ReflectionProperty
$class = new A; $rp = new ReflectionProperty($class, 'property_name'); $rp->isInitialized($class); // returns true if initialized, even if null