--TEST-- ReflectionProperty::get/setValue() on internal static property --EXTENSIONS-- zend_test --FILE-- setValue(new _ZendTestClass(), 42); var_dump($rp->getValue()); ?> --EXPECT-- int(42)