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/SplObjectStorage_unserialize_nested.phpt |
--TEST-- SPL: Test unserializing tested & linked storage --FILE-- <?php $o = new StdClass(); $a = new StdClass(); $o->a = $a; $so = new SplObjectStorage(); $so[$o] = 1; $so[$a] = 2; $s = serialize($so); echo $s."\n"; $so1 = unserialize($s); var_dump($so1); --EXPECTF-- C:16:"SplObjectStorage":76:{x:i:2;O:8:"stdClass":1:{s:1:"a";O:8:"stdClass":0:{}},i:1;;r:4;,i:2;;m:a:0:{}} object(SplObjectStorage)#4 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["%s"]=> array(2) { ["obj"]=> object(stdClass)#5 (1) { ["a"]=> object(stdClass)#6 (0) { } } ["inf"]=> int(1) } ["%s"]=> array(2) { ["obj"]=> object(stdClass)#6 (0) { } ["inf"]=> int(2) } } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare