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/dllist_008.phpt |
--TEST-- SPL: SplDoublyLinkedList with overriden count() --FILE-- <?php $obj = new SplDoublyLinkedList(); $obj[] = 1; $obj[] = 2; var_dump(count($obj)); class SplDoublyLinkedList2 extends SplDoublyLinkedList{ public function count() { return -parent::count(); } } $obj = new SplDoublyLinkedList2(); $obj[] = 1; $obj[] = 2; var_dump(count($obj)); ?> --EXPECT-- int(2) int(-2)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare