--TEST-- Bug #80821: ReflectionProperty::getDefaultValue() returns current value for statics --FILE-- getProperty("staticVar"); var_dump($prop->getDefaultValue()); ?> --EXPECT-- int(1)