--TEST-- ReflectionProperty::is{Private,Protected}Set --FILE-- setValue($foo, $i++); var_dump($reflectionProperty->getValue($foo)); } test('bar'); test('baz'); ?> --EXPECT-- int(0) int(1)