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/arrayObject___construct_basic7.phpt |
--TEST-- SPL: ArrayObject::__construct: Using object with shared properties --FILE-- <?php $y = 2; $x = 1; $a = array($y, $x); $o = (object)$a; $ao = new ArrayObject($o); $ao->asort(); var_dump($a, $o, $ao); ?> --EXPECT-- array(2) { [0]=> int(2) [1]=> int(1) } object(stdClass)#1 (2) { [1]=> int(1) [0]=> int(2) } object(ArrayObject)#2 (1) { ["storage":"ArrayObject":private]=> object(stdClass)#1 (2) { [1]=> int(1) [0]=> int(2) } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare