--TEST-- Bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6) --FILE-- setStaticPropertyValue('abc', 'hi'); $foo = $rf->newInstance(); ?> --EXPECT-- string(2) "hi"