--TEST-- Bug #53144 (Segfault in SplObjectStorage::removeAll) --FILE-- removeAll($b); var_dump(count($b)); ?> --EXPECTF-- int(2) int(0)