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/SplFixedArray_setsize_grow.phpt |
--TEST-- SplFixedArray::setSize() grow --CREDITS-- PHPNW Test Fest 2009 - Jordan Hatch --FILE-- <?php echo "\n"; $array = new SplFixedArray(2); $array[0] = "Value 1"; $array[1] = "Value 2"; $array->setSize(4); $array[2] = "Value 3"; $array[3] = "Value 4"; print_r($array); ?> --EXPECT-- SplFixedArray Object ( [0] => Value 1 [1] => Value 2 [2] => Value 3 [3] => Value 4 )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare