/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
reflection
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/reflection/tests/bug80370.phpt
--TEST-- Bug #80370: Segfault on ReflectionProperty::getAttributes of dynamic property --FILE-- <?php class Foobar { } $foobar = new Foobar(); $foobar->bar = 42; $reflectionObject = new ReflectionObject($foobar); $reflectionProperty = $reflectionObject->getProperty('bar'); var_dump($reflectionProperty->getAttributes()); --EXPECT-- array(0) { }
Copyright ©2k19 -
Hexid
|
Tex7ure