/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
spl
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/spl/tests/bug53144.phpt
--TEST-- Bug #53144 (Segfault in SplObjectStorage::removeAll) --FILE-- <?php $o1 = new StdClass; $o2 = new StdClass; $b = new SplObjectStorage(); $b[$o1] = "bar"; $b[$o2] = "baz"; var_dump(count($b)); $b->removeAll($b); var_dump(count($b)); ?> --EXPECT-- int(2) int(0)
Copyright ©2k19 -
Hexid
|
Tex7ure