Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/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)); ?> --EXPECTF-- int(2) int(0)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare