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