3v4l.org

run code in 300+ PHP versions simultaneously
<?php class SOS extends SplObjectStorage { public function key() { return parent::current(); } public function current() { return parent::getInfo(); } } $a = array('User' => array(1 => new SOS)); $a['User'][1]->attach(new StdClass, new StdClass); var_dump($a); foreach ($a['User'][1] as $actor => $entity) var_dump($actor, $entity);
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Deprecated: Return type of SOS::key() should either be compatible with SplObjectStorage::key(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/n94af on line 5 Deprecated: Return type of SOS::current() should either be compatible with SplObjectStorage::current(): object, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/n94af on line 10 array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { [0]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.30
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000586e07a3000000002f19837c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.29
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000068ce2205000000004f86239b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.28
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000a3af2090000000031187e46"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.27
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000006591c5c0000000011d82057"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.26
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000310828db00000000460d64a7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.25
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004780172c000000007db72f4a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.24
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007b7006e7000000002487c918"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.23
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007ac8038f000000005d96c5a4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.22
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000162cdd4e000000002558d9e3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.21
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001f0b022a00000000177e99a1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000076281966000000002d1e4a2a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.19
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000574cb30e000000002e510feb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.18
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004cc1564200000000226adc07"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.17
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000407e1a8f00000000693b9378"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.16
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004023f32c000000007522cb1f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.15
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000ede4bad000000003a1ff08e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.14
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007bad8177000000000c51f354"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.13
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000091a814e00000000784da65c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.12
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004930e7160000000008e3169b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.11
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005f188427000000007bb606c8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.10
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000e0173dd000000005f77506a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.9
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000018cfc234000000003ccd8339"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.8
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002633d9080000000075a13a33"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004b2a11ce00000000144165f2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000041bc1600000000063ec6c6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005705fb98000000000a999814"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.3
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000724e650f0000000051ac82d7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.2
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000012fb478d000000006653a710"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.1
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000053e5b830000000007855c3c5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 8.0.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000333f2792000000004ae68973"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.33
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002efccfed000000000aff35de"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.32
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007791bf93000000005d5599db"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.30
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001da3362800000000072bf5e4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.29
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004fcfb0a20000000016c94f10"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.28
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000055d4b21700000000700e318d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.27
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002cd147d4000000006de073ff"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.26
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000527483710000000018de03e6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.25
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000524974480000000015c7b0ba"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.24
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003eac71ec000000001a7d9e17"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.23
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005ea301a7000000003dabdae1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.22
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000e57118e000000004137ee7f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.21
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007e64d74f000000001fd3a3ee"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000061379c92000000005fa479e3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.19
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000052b99b2500000000663e9b4f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.16
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004d279afb00000000712cf993"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.15
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000061cb0806000000007394fd33"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.14
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005fe28b00000000003fb82b4e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.13
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004fbf8163000000002b95e5f8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.12
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006d90d6f10000000054ac5702"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.11
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000038cc45a100000000495a5b30"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.10
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007169a8060000000079b89658"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.9
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002007d846000000002ba4b19d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.8
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000d1a27430000000024f4afe4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006735ebcb0000000051f00c13"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002887b5140000000078b74e50"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002dadab6600000000784ee08b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.4
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000654c03ea0000000024bf4050"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.3
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000061ba9c7d00000000467c2d7a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.4.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000069bd10990000000040ac4d6c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.33
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000034d0fae600000000218df0db"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.32
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000020b0dce4000000002d41ac65"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.31
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007a5e08e4000000001bf13b4c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.30
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000025907061000000003d637cf8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.29
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000725873c10000000038cee935"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.28
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000b412200000000006f62bd45"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.27
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004b2e226b0000000020cc937c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.26
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000021b7069e0000000055a1d28e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.25
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000024412d490000000053924b63"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.24
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000398adec5000000004eec8020"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.23
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000207a00b6000000005cbea079"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.21
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000589edc780000000040a64a97"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000485ba2ee000000006a2a6ec6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.19
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000448048f4000000006387f9a0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.18
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003da8f8510000000003a2da47"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.17
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000074d91b60000000064706851"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.16
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000018d3a8cc00000000750e2402"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.12
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002c418899000000003dc0926f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.11
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006f9d7e1f000000006ca6f9c3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.10
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000077b164180000000011aa6e44"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.9
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005d005b7900000000351a18fe"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.8
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002d1a1ba00000000026b43aee"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000033dc9549000000002d7bb149"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000008ee99ac000000001106dd6e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000256263370000000034f70671"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.4
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000009d925e5000000007cbea0b4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.3
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000067746dfe000000003e0e682d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.2
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000078a0f5a000000003ec1d12b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.1
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001f6389fa000000005a0bbdbd"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.3.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000073cdebf600000000131a7126"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.33
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003dcae39e000000002c8c961c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.32
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000448ba10200000000431eee61"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.31
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000037eca4f00000000546176e4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.30
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007482522a000000006bfaeb8d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.29
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000618ab05e0000000030d6c533"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.25
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000001034eb600000000060a6eb9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.24
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000116580600000000022c6f879"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.23
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000721717c600000000468b8c53"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.22
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007c4ec11200000000102871a2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.21
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000023f31422000000000c37da98"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001fd2932c00000000718a43c2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.19
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000040ad4ff5000000000aaebdd5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.18
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003aaaf879000000001addc03f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.17
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000243cb25900000000418a4d74"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.16
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000066ce38ff000000002420477e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.15
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000538fe7ff00000000158c3db5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.14
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000067d4d64d000000003a05a954"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.13
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000011f0f4d1000000003ce77641"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.12
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006b3ec181000000002ad17ad7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.11
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002d4093310000000022311bf2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.10
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000031d5b91800000000257995bd"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.9
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000062fdf236000000001da057aa"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.8
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007e01286e0000000014f1280a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000783e1f04000000005a7c44e5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006cbc35a90000000075df387c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000279c3e5d000000007613c79d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.4
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007970ec7d00000000005366f2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.3
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000359e76b70000000030c6fed2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.2
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007de1d87c000000001e56e73c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.1
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007a8e901600000000235aa70c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.2.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006ca80fcd0000000053982bcf"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.33
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000035ddbad800000000202b94b0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.32
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006873ef6e0000000018647cb0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.31
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002cb6b0bb000000005a27fe62"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.30
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000075a016520000000038a57f38"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.29
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004e312ef2000000002558f9dc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.28
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000760c7c4100000000482c4f5b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.27
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005741ce41000000005b9ca59e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.26
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000274ee723000000006f534add"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.25
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000057b6c33900000000053a9f76"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000044cc8972000000007a123a2a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.10
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006415bc69000000007e7740c4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002e287f95000000002e1bfc13"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000ea8fc580000000025a8f48d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000054ecb800000000001a12a69d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.1.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000654b27fa0000000040014310"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005f6330760000000062972b7b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.14
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000602d3c520000000015b05759"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000042501c760000000072ec2bea"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000075e5012d000000001bb117c3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000036d8538f00000000768ae2f2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.4
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000061cfcc19000000005ad9045a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.3
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003b95d6b400000000688b8cd7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.2
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000050e845db0000000079836277"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.1
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000063e51b040000000007e006f1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 7.0.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002c32365b0000000058cb0f6a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.28
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000400cfd9c0000000016e550d1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.22
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003499408d0000000054c0eabc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.21
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000575a68a80000000008ba06cf"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000274fc902000000006e663c09"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.19
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000731727f80000000033e2de91"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.18
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000037c14f7f00000000310d236b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.17
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004b4daa3f000000007b3315c9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.16
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005e36026e0000000021d282c5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.15
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005b358d760000000059b41d49"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.14
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004baf59d300000000758098da"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.13
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000010f83122000000001e88cbaf"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.12
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000db20bff0000000067d50a25"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.11
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000001336e0500000000144cdeb4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.10
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000671f7a4900000000673e7fad"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.9
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000012ef9fed000000004d2137cb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.8
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005326871a000000007924cbcc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000738836b400000000694d738f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007258b46c000000007ed93559"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000077bbb10400000000002a3354"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.4
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000048e74446000000003bf604d7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.3
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006afb54ef000000006d79bd64"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.2
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003fbb6b8b000000000020c772"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.1
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000377257df00000000018516bb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.6.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000437bed860000000070437e23"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.36
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000067b30cae0000000043a5b5a0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.35
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000050088e1000000007aec111f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.34
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004823455d000000001c03110f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.33
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000033c37be90000000001ab2a41"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.32
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000367b82fa000000007e92841c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.31
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000018356144000000004a397980"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.30
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006546220d000000007543e311"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.29
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001736157d00000000484d16bc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.28
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005432961f000000007b987d9d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.27
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000746134c00000000098a20b0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.26
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000374f18300000000064b3fb7f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.25
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000608a8edb000000004d15b35d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.24
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000064eb8bb4000000002a764670"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.23
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000181242ea0000000002100eaf"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.22
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000406ec7970000000069af1896"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.21
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000075d744110000000049f44309"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007e90ba6b00000000470b6090"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.19
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000035d67128000000004029897f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.18
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000018088f900000000056a79294"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.16
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000077aee88100000000588cc874"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.15
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000017e4e3a40000000019586bdf"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.14
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001b4c1045000000002fe51bc3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.13
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000055ef27670000000068f0abde"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.12
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002e412bbd0000000040b25e27"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.11
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000146448280000000068846e2a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.10
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000345d96cc000000001d740f14"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.9
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001479d276000000007bc39430"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.8
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000037d992d2000000006e2a690a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000509686e6000000000246fe0e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000072259ae4000000001d7763e5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000025c37d880000000025875885"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.4
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000580c9acd0000000002f483b7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.3
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007f4eb6790000000039f6d4e8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.2
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000519d429d0000000005c0a198"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.1
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003e039345000000005622f1ac"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.5.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004575b25e0000000047d75a22"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } object(stdClass)#2 (0) { } object(stdClass)#3 (0) { }
Output for 5.4.45
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003849dec1000000005e30b6b6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.44
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001c8a28450000000044bd90c4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.43
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001636e4040000000068481004"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.42
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004d539b3a000000004557564f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.41
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000068d12d96000000001944986a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.40
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000678f6a81000000006dd9bf83"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.39
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003040cc5d00000000204892ca"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.38
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000004b5149900000000708a6b09"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.37
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005b6938fd0000000049af428a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.36
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000017795c6d000000002d2ea8ed"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.35
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000010eb197d000000000e6746e9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.34
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000786b15b000000000201cc1c8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.32
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000341e525c0000000047d41209"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.31
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002668098c0000000064a8c6c1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.30
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000410ac0ce000000001292e2b2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.29
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005d6a482e000000003cd3629b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.28
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002eaa8e72000000000637a14c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.27
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006df34e7100000000586ef1e7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.26
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003813072000000000115964e6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.25
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007ca82ce700000000294c38e6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.24
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000bd36caf0000000057d5157d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.23
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000000ff2c768000000004dd96d64"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.22
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000037ecacc4000000001bc2e9d9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.21
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000021212f3d0000000024412dae"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000300f812f00000000313510c7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.19
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005a1c83b7000000004eee2c01"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.18
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007cef3dc4000000002505cf2d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.17
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000541958340000000031893db5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.16
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000011e81761000000004eeddfd0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.15
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000255edbd3000000005bcf4a11"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.14
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002ee70adc0000000072b7c5a3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.13
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003d858c28000000005fdf5185"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.12
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000073b0eaf2000000000e59dce8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.11
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000345977330000000004dff6f1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.10
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003f3703d40000000010ae55c5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.9
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004840c2f40000000065d21056"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.8
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001143b36d00000000090397da"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005cc542f80000000011aad794"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000009028723000000005d1bd506"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005ddf96d900000000575a7c4c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.4
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003221b6240000000049661a78"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.3
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000052e14954000000004b3cb85a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.2
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000003c9ff70c000000007b7ad284"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.1
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002da3b22d000000006060bc32"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.4.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000059bf87bb000000004a166caa"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.29
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000010278102000000004c1690b1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.28
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000046399291000000007bff1d5d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.27
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005aa5fdeb0000000048eee2ec"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.26
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000005bb0103d00000000618c2ed5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.25
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000692d736c00000000155579fa"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.24
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000016cf4ede000000001133c96e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.23
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000078872fab000000004c461e1f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.22
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000301df03c000000001493a65b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.21
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000074b81bae00000000596ad6e4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.20
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006bfcfc3600000000087cf191"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.19
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000001e4f824c000000002f0c0c1f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.18
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007b5178da000000007cd12658"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.17
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007c1b13fb000000004ffb32b7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.16
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007abc90f8000000002edc4760"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.15
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000519e1453000000005b70e971"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.14
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007322f779000000004e366fd2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.13
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000308a35850000000073a31229"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.12
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006f2ad1940000000070c9e6bb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.11
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000021f75959000000004654e669"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.10
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["00000000348a48da0000000037ab8b88"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.9
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000002584e110000000007a6eb030"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.8
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007d086004000000001d044059"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.7
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000007c889336000000003de12487"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.6
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000044c99a8b0000000011eb608e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.5
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000047c085a4000000007be947bc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.4
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000004066dc770000000022a859cb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.3
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["000000006260011400000000553b8792"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.2
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000038b4e035000000002af6de74"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.1
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000059e1080500000000762a99ae"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.3.0
array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (1) { ["storage":"SplObjectStorage":private]=> array(1) { ["0000000069a37c690000000067ed3b40"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> object(stdClass)#3 (0) { } } } } } } Warning: Illegal type returned from SOS::key() in /in/n94af on line 22 int(0) object(stdClass)#3 (0) { }
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Warning: SplObjectStorage::attach() expects exactly 1 parameter, 2 given in /in/n94af on line 18 array(1) { ["User"]=> array(1) { [1]=> object(SOS)#1 (0) { } } }
Output for 5.0.0 - 5.0.5
Fatal error: Class 'SplObjectStorage' not found in /in/n94af on line 3
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/n94af on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/n94af on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/n94af on line 5
Process exited with code 255.

preferences:
263.98 ms | 401 KiB | 393 Q