3v4l.org

run code in 300+ PHP versions simultaneously
<?php // As a map from objects to data $s = new SplObjectStorage(); $o1 = new StdClass; $o2 = new StdClass; $o3 = new StdClass; $s[$o1] = "data for object 1"; $s[$o2] = array(1,2,3); var_dump($s); ?>
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { [0]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } [1]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.30
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000398f8f570000000059c75953"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000398f8f560000000059c75953"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.29
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007687c740000000005eb6f3a7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007687c741000000005eb6f3a7"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.28
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004d15bdde0000000007d915ea"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004d15bddf0000000007d915ea"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.27
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006ee1f1d0000000007cec7c70"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006ee1f1d1000000007cec7c70"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.26
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007751682b000000000a3f93da"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007751682a000000000a3f93da"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.25
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000fcbda96000000000e321cea"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000fcbda97000000000e321cea"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.24
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000343700a000000000b0f11fb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000343700b000000000b0f11fb"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.23
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007eed54b400000000541fe2f5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007eed54b500000000541fe2f5"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.22
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006633b1e2000000001e87825e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006633b1e3000000001e87825e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.21
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007c19f2c80000000065c82ee1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007c19f2c90000000065c82ee1"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000344de8ca000000000f2d54c2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000344de8cb000000000f2d54c2"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.19
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000014e63a2d000000007de95aaf"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000014e63a2c000000007de95aaf"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.18
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000018b5ed6e000000003002de5e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000018b5ed6f000000003002de5e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.17
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000049df66530000000047486766"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000049df66520000000047486766"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.16
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000419a84d0000000006e8ba11d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000419a84d1000000006e8ba11d"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.15
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007c14c0f00000000011d35b8a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007c14c0f10000000011d35b8a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.14
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003dc7cfad000000004ba78285"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003dc7cfac000000004ba78285"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.13
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000119da1c1000000004362bec4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000119da1c0000000004362bec4"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.12
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000000db83790000000023135821"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000000db83780000000023135821"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.11
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001d0eb7120000000021f2e5fe"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001d0eb7130000000021f2e5fe"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007d4cc2310000000037062546"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007d4cc2300000000037062546"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.9
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000036ab9cdd0000000042372824"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000036ab9cdc0000000042372824"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.8
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000132354460000000000973676"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000132354470000000000973676"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002635cc7a00000000056deda8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002635cc7b00000000056deda8"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000e7105b3000000004020abbd"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000e7105b2000000004020abbd"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006700e166000000004c3e2fe9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006700e167000000004c3e2fe9"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000043fc02b0000000002d018945"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000043fc02b1000000002d018945"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.2
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006d9953cd00000000752146a1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006d9953cc00000000752146a1"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.1
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000407d31f60000000042e7bd40"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000407d31f70000000042e7bd40"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 8.0.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000051058a9400000000774105c4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000051058a9500000000774105c4"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.33
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000040efdf600000000041afb010"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000040efdf610000000041afb010"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.32
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007c13f66e000000002465cc03"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007c13f66f000000002465cc03"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.30
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000075e05d040000000030367507"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000075e05d050000000030367507"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.29
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003e63a0ac000000002fb2b26c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003e63a0ad000000002fb2b26c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.28
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004bf4f87c000000007690aced"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004bf4f87d000000007690aced"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.27
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006c0f7783000000005d5ba0da"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006c0f7782000000005d5ba0da"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.26
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000364da27e000000005b3c7bc7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000364da27f000000005b3c7bc7"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.25
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000507aa07400000000434d8691"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000507aa07500000000434d8691"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.24
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000021e1df53000000005bf9365c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000021e1df52000000005bf9365c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.23
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000074b53b400000000743613e0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000074b53b500000000743613e0"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.22
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002841e56f0000000038fe3d73"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002841e56e0000000038fe3d73"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.21
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006c73de1f000000004eeaaf18"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006c73de1e000000004eeaaf18"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000055eaf9e4000000006e3498b7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000055eaf9e5000000006e3498b7"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.19
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000023c7e2f80000000054a6223f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000023c7e2f90000000054a6223f"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.16
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000044fc08e3000000002f45dbbb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000044fc08e2000000002f45dbbb"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.15
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002f256ea7000000001df0874d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002f256ea6000000001df0874d"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.14
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001ce366d2000000006d28a22c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001ce366d3000000006d28a22c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.13
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001e7f02a4000000000891f86b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001e7f02a5000000000891f86b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.12
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004d138520000000001712e7ba"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004d138521000000001712e7ba"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.11
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000cf265270000000030ac8cc6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000cf265260000000030ac8cc6"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000028d3f9d5000000000e51dfbc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000028d3f9d4000000000e51dfbc"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.9
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003542b74900000000046a0957"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003542b74800000000046a0957"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.8
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000015166ff00000000269cf559"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000015166fe00000000269cf559"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001c0b44c6000000003c7a57ba"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001c0b44c7000000003c7a57ba"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001961b4b1000000000c802c84"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001961b4b0000000000c802c84"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000762a4ee0000000033ab2384"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000762a4ef0000000033ab2384"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.4
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006c597d3000000000359ac175"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006c597d3100000000359ac175"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002c1e7a09000000004f8fd151"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002c1e7a08000000004f8fd151"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.4.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000000f30c4e0000000031a6e43b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000000f30c4f0000000031a6e43b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.33
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004965ca97000000000a966a68"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004965ca96000000000a966a68"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.32
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001d5c0a03000000003a353e43"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001d5c0a02000000003a353e43"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.31
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003c8d2dcf0000000004ae0a47"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003c8d2dce0000000004ae0a47"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.30
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000018472f7b000000003025b188"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000018472f7a000000003025b188"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.29
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003cdafee6000000000d916585"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003cdafee7000000000d916585"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.28
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000035bd4b09000000002ac66ea3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000035bd4b08000000002ac66ea3"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.27
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000a3a0682000000005f5743a1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000a3a0683000000005f5743a1"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.26
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006cd046f30000000052e7d531"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006cd046f20000000052e7d531"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.25
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005722cccb000000001df9068f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005722ccca000000001df9068f"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.24
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004d0045790000000010282f88"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004d0045780000000010282f88"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.23
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000555db0ff00000000119404b4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000555db0fe00000000119404b4"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.21
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003f13dbd6000000006b3fdb01"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003f13dbd7000000006b3fdb01"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004e933999000000000e92f01e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004e933998000000000e92f01e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.19
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000034702cb600000000600170af"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000034702cb700000000600170af"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.18
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004189488f000000005b7a57a7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004189488e000000005b7a57a7"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.17
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002e79936f000000006cc9745a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002e79936e000000006cc9745a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.16
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003f2633650000000042eed294"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003f2633640000000042eed294"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.12
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000407ab6ff000000005f51410b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000407ab6fe000000005f51410b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.11
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002da72c5000000000625367eb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002da72c5100000000625367eb"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000007e0b6520000000012871f75"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000007e0b6530000000012871f75"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.9
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000045ce7f9100000000078fb150"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000045ce7f9000000000078fb150"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.8
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005e9f5f51000000007522e726"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005e9f5f50000000007522e726"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004946ae4f000000007eae5b20"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004946ae4e000000007eae5b20"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000b7819bc00000000382b5592"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000b7819bd00000000382b5592"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000155f72bc00000000060e548e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000155f72bd00000000060e548e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.4
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000002d43e0b000000006f79a1ef"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000002d43e0a000000006f79a1ef"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001d86e4bc000000002e4f7c3e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001d86e4bd000000002e4f7c3e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.2
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000acd5d2400000000561b15d9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000acd5d2500000000561b15d9"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.1
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005657267c000000004d0c9ded"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005657267d000000004d0c9ded"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.3.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000020964c26000000003c3d3d2f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000020964c27000000003c3d3d2f"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.33
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000031c4990900000000244e4d43"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000031c4990800000000244e4d43"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.32
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000704ba00b0000000034d28609"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000704ba00a0000000034d28609"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.31
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006c585bd60000000053ad2523"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006c585bd70000000053ad2523"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.30
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000441b96db00000000574bea28"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000441b96da00000000574bea28"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.29
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004c05a7ff0000000012be8b6a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004c05a7fe0000000012be8b6a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.25
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000033bc572100000000327cb1d4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000033bc572000000000327cb1d4"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.24
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000066cde2bd000000004758dedf"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000066cde2bc000000004758dedf"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.23
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000044ee23780000000011a3b182"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000044ee23790000000011a3b182"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.22
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000063f417e30000000072d2726c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000063f417e20000000072d2726c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.21
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000772e808d000000005f81d087"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000772e808c000000005f81d087"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000695abb0d000000004c8a072f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000695abb0c000000004c8a072f"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.19
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000023af6f6e0000000016be05d2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000023af6f6f0000000016be05d2"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.18
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006638d63d000000004b26bc4a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006638d63c000000004b26bc4a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.17
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000149d8e94000000005cca275e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000149d8e95000000005cca275e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.13
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000485ae51e000000007ac79e79"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000485ae51f000000007ac79e79"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.12
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001ad519830000000076141d22"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001ad519820000000076141d22"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.11
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004b6590f20000000049f9929d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004b6590f30000000049f9929d"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007ffebc32000000005031f2be"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007ffebc33000000005031f2be"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.9
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001eaf5d7a0000000044f971cf"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001eaf5d7b0000000044f971cf"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.8
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007f414f390000000048b399ad"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007f414f380000000048b399ad"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000777b865000000001ce96274"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000777b864000000001ce96274"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000199eb978000000004112b55a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000199eb979000000004112b55a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007c662c160000000016c7b427"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007c662c170000000016c7b427"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.4
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000054d97ee6000000002bd2cb3b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000054d97ee7000000002bd2cb3b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000022a2abec0000000007d6ec52"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000022a2abed0000000007d6ec52"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.2
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000051ec93830000000066e48387"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000051ec93820000000066e48387"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.1
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000042495de0000000006e55ca80"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000042495de1000000006e55ca80"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.2.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004c3c49250000000053ec0c0b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004c3c49240000000053ec0c0b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.33
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000011dd8871000000000030f5f0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000011dd8870000000000030f5f0"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.32
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002d16ec69000000000cf09872"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002d16ec68000000000cf09872"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.31
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000c31ba64000000006860f8c3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000c31ba65000000006860f8c3"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.30
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000012457fb8000000002edf4353"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000012457fb9000000002edf4353"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.29
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000061fca0c6000000007ca2e8fe"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000061fca0c7000000007ca2e8fe"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.28
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007c8d63f8000000000e2dec4d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007c8d63f9000000000e2dec4d"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.27
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000045b4b50e00000000760bcb11"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000045b4b50f00000000760bcb11"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.26
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007e44fd43000000005aaaf0ea"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007e44fd42000000005aaaf0ea"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.25
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004188cd9f000000006e7d71a9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004188cd9e000000006e7d71a9"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004bcd9aec000000005d80fe5b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004bcd9aed000000005d80fe5b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004a2cd5480000000076eae67a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004a2cd5490000000076eae67a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007a77121600000000436bae21"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007a77121700000000436bae21"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000075d077ff000000002cf166f3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000075d077fe000000002cf166f3"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000009f8036d000000001b3be783"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000009f8036c000000001b3be783"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.4
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000011764632000000004e3d2e68"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000011764633000000004e3d2e68"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000570ecd0000000002877a5f1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000570ecd1000000002877a5f1"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.2
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000071fb3c05000000006551531b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000071fb3c04000000006551531b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.1
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000001d4f2000000000072e93d12"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000001d4f2010000000072e93d12"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.1.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001b39cba30000000056ac1b29"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001b39cba20000000056ac1b29"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000009762832000000006d0c4fea"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000009762833000000006d0c4fea"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.19
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006f344616000000000ee08147"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006f344617000000000ee08147"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.18
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000333d4ef3000000001818ac7c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000333d4ef2000000001818ac7c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.17
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000069380d77000000003c526472"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000069380d76000000003c526472"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.16
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000775e8da0000000020f126a9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000775e8db0000000020f126a9"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.15
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000017f1f1a9000000000dd53cf1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000017f1f1a8000000000dd53cf1"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.14
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007117d5420000000014a99d07"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007117d5430000000014a99d07"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.13
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000e2b6ada000000004a736896"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000e2b6adb000000004a736896"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.12
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006ce5d443000000007adad7d7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006ce5d442000000007adad7d7"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.11
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000079e656300000000203e3c43"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000079e656200000000203e3c43"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000061d29d02000000005f00565a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000061d29d03000000005f00565a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.9
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000053341bf30000000049c03d71"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000053341bf20000000049c03d71"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.8
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006e93ba6c000000000f5b530b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006e93ba6d000000000f5b530b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000047fdf35b0000000012e661a1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000047fdf35a0000000012e661a1"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000064541f3c00000000062caadb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000064541f3d00000000062caadb"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003f82c81e000000004fdb9faf"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003f82c81f000000004fdb9faf"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.4
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000048aaf453000000002d14d170"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000048aaf452000000002d14d170"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003e98c802000000001faba093"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003e98c803000000001faba093"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.2
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000623fbd2b000000005d2de8fc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000623fbd2a000000005d2de8fc"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.1
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000076277af60000000023682dc4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000076277af70000000023682dc4"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 7.0.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000370468f3000000001dedc75b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000370468f2000000001dedc75b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.30
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000b2ada410000000015bb8184"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000b2ada400000000015bb8184"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.29
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002ccf75db000000005d629162"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002ccf75da000000005d629162"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.28
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000070d2f03000000000b60310e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000070d2f02000000000b60310e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.27
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002e712990000000004c817e1c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002e712991000000004c817e1c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.26
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000112112e9000000004608779f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000112112e8000000004608779f"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.25
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000026800cc90000000021ab50dd"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000026800cc80000000021ab50dd"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.24
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003500f1160000000038bc171e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003500f1170000000038bc171e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.23
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003bb0d1e3000000002cbee294"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003bb0d1e2000000002cbee294"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.22
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000020a3b585000000001b851e7d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000020a3b584000000001b851e7d"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.21
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000026f4fae60000000055efb11e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000026f4fae70000000055efb11e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006253ffbe000000005b14de25"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006253ffbf000000005b14de25"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.19
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002923185d000000007c18e607"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002923185c000000007c18e607"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.18
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000332d7c360000000025a9f31c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000332d7c370000000025a9f31c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.17
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007e3edca800000000714b0871"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007e3edca900000000714b0871"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.16
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000482f8e5b000000004c0e0fee"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000482f8e5a000000004c0e0fee"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.15
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002051c914000000001e177a7f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002051c915000000001e177a7f"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.14
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000036fd3103000000001f549956"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000036fd3102000000001f549956"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.13
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000029091d8f000000003babab20"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000029091d8e000000003babab20"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.12
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004f9aac41000000000ab06d21"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004f9aac40000000000ab06d21"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.11
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005405cbb00000000008e8052a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005405cbb10000000008e8052a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003729023c000000005bcf25a3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003729023d000000005bcf25a3"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.9
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000a223f07000000004352538a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000a223f06000000004352538a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.8
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000031f652c9000000000126799c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000031f652c8000000000126799c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004b0a56f40000000052ff65b3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004b0a56f50000000052ff65b3"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000013656ece000000007b03f61d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000013656ecf000000007b03f61d"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002cbd61ce00000000322eac2e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002cbd61cf00000000322eac2e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.4
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005e9f20b00000000016f96b18"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005e9f20b10000000016f96b18"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002b8a11a6000000004b4f0c45"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002b8a11a7000000004b4f0c45"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.2
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000119c8b000000000052258c6b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000119c8b010000000052258c6b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.1
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004617454e00000000757e2b05"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004617454f00000000757e2b05"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.6.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001c3327c5000000005fb6a801"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001c3327c4000000005fb6a801"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.38
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000039d1b780000000001fdde57a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000039d1b781000000001fdde57a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.37
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000cb1d8960000000076807a2f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000cb1d8970000000076807a2f"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.36
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000357e47a90000000038f1d4e8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000357e47a80000000038f1d4e8"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.35
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000069173628000000001191b757"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000069173629000000001191b757"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.34
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000049a02fe400000000263e0aec"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000049a02fe500000000263e0aec"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.33
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006ba03615000000007478057e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006ba03614000000007478057e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.32
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003ec4c2d70000000020c54b11"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003ec4c2d60000000020c54b11"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.31
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000cecabc7000000006901eab6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000cecabc6000000006901eab6"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.30
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006f889c7d0000000038fd9cc0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006f889c7c0000000038fd9cc0"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.29
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000105ef0bd00000000736cb83c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000105ef0bc00000000736cb83c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.28
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000061c71b610000000048430923"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000061c71b600000000048430923"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.27
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000047d1b7f20000000014088ad1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000047d1b7f30000000014088ad1"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.26
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001eca48990000000067c14595"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001eca48980000000067c14595"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.25
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000028abdb01000000007a066d92"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000028abdb00000000007a066d92"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.24
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003f57ad61000000007613bf27"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003f57ad60000000007613bf27"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.23
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000005575e35000000001537bec7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000005575e34000000001537bec7"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.22
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000121bec4d000000005cc7536e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000121bec4c000000005cc7536e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.21
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001cd252f600000000453bca78"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001cd252f700000000453bca78"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000068196a93000000004a7a8be3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000068196a92000000004a7a8be3"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.19
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000039a140080000000074850508"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000039a140090000000074850508"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.18
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002714919c0000000078e43e96"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002714919d0000000078e43e96"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.16
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007b5a52c0000000006816f540"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007b5a52c1000000006816f540"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.15
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000075dac8f90000000045f006c9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000075dac8f80000000045f006c9"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.14
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004d65bfa8000000000be0efc3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004d65bfa9000000000be0efc3"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.13
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003a94387a000000004ae41bc5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003a94387b000000004ae41bc5"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.12
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007a5a62c3000000000a624c41"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007a5a62c2000000000a624c41"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.11
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002e9124f800000000441d4d79"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002e9124f900000000441d4d79"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000027327ae700000000089b9c2b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000027327ae600000000089b9c2b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.9
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003491a058000000001857a00c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003491a059000000001857a00c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.8
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000c8058bd0000000057bddc56"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000c8058bc0000000057bddc56"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000078292cc7000000000c7f82cb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000078292cc6000000000c7f82cb"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001548cbd10000000011d48610"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001548cbd00000000011d48610"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005401e71f0000000010f3d38b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005401e71e0000000010f3d38b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.4
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000b3369e8000000005762337e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000b3369e9000000005762337e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000558be2ae000000000746c9a8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000558be2af000000000746c9a8"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.2
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000260c8f6000000003dfab7bd"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000260c8f7000000003dfab7bd"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.1
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000078810c74000000002b40b13c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000078810c75000000002b40b13c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.5.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000ce24e3a000000005fe9b9a4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000ce24e3b000000005fe9b9a4"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.45
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000013e1f0a500000000692365b0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000013e1f0a400000000692365b0"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.44
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000001800376000000003bcbe750"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000001800377000000003bcbe750"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.43
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000368b439a000000000dec7aef"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000368b439b000000000dec7aef"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.42
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005d5e0e7c0000000039360641"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005d5e0e7d0000000039360641"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.41
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002b38f4c200000000336e3247"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002b38f4c300000000336e3247"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.40
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000030ee549d0000000025ce4008"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000030ee549c0000000025ce4008"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.39
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000b339986000000007ddd8e69"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000b339987000000007ddd8e69"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.38
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000275da8dc00000000429fbffc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000275da8dd00000000429fbffc"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.37
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000012955649000000000c8d8af6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000012955648000000000c8d8af6"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.36
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007a0f94470000000074ab9b91"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007a0f94460000000074ab9b91"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.35
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000020848cf60000000032935893"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000020848cf70000000032935893"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.34
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000028ed5c5f00000000564cc0f5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000028ed5c5e00000000564cc0f5"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.32
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000048f4e4950000000075c3457c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000048f4e4940000000075c3457c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.31
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000037623111000000003769faf5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000037623110000000003769faf5"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.30
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004ff798400000000001f64fb9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004ff798410000000001f64fb9"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.29
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000039fdf2ef0000000049aa57f4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000039fdf2ee0000000049aa57f4"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.28
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000000a5dd41c000000005663d0b6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000000a5dd41d000000005663d0b6"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.27
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000553fc719000000000afe5293"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000553fc718000000000afe5293"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.26
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000016ff9ef1000000000a30d3a7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000016ff9ef0000000000a30d3a7"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.25
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006cf6333800000000131d10b1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006cf6333900000000131d10b1"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.24
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000461e20e20000000012daaabc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000461e20e30000000012daaabc"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.23
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000007d16af11000000003be137b0"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000007d16af10000000003be137b0"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.22
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000004f48fbc000000004b97c51c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000004f48fbd000000004b97c51c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.21
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000639f24a8000000002d0d5ce4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000639f24a9000000002d0d5ce4"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000062baa72300000000430b756a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000062baa72200000000430b756a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.19
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006616020a000000002e5b5b75"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006616020b000000002e5b5b75"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.18
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006a3a228e00000000656b4a78"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006a3a228f00000000656b4a78"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.17
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003a9700c6000000006e8f66d7"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003a9700c7000000006e8f66d7"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.16
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001fbe9a7800000000150fdf85"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001fbe9a7900000000150fdf85"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.15
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000592e63980000000067ee3207"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000592e63990000000067ee3207"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.14
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000038588bc90000000021023b62"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000038588bc80000000021023b62"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.13
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000036afc6860000000051ba1eb2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000036afc6870000000051ba1eb2"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.12
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000041445c46000000005fc8b428"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000041445c47000000005fc8b428"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.11
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000116ca8940000000010d34f41"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000116ca8950000000010d34f41"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000140110f20000000039e9e35e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000140110f30000000039e9e35e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.9
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001644d2320000000016138162"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001644d2330000000016138162"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.8
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004050613e0000000072bf53dc"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004050613f0000000072bf53dc"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003789761a0000000052321df4"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003789761b0000000052321df4"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000005d52f3a00000000021590b1"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000005d52f3b00000000021590b1"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002af0618c00000000491d76a6"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002af0618d00000000491d76a6"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.4
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000209225650000000047af675c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000209225640000000047af675c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005d00efc0000000000b421c93"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005d00efc1000000000b421c93"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.2
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001b9101d20000000058cc3fb8"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001b9101d30000000058cc3fb8"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.1
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000659227290000000001924fda"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000659227280000000001924fda"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.4.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000007b8afe2000000006ef54925"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000007b8afe3000000006ef54925"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.29
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000444edf970000000029566d4e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000444edf960000000029566d4e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.28
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004c47ce6800000000611c164f"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004c47ce6900000000611c164f"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.27
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000708025ac000000003ac5116e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000708025ad000000003ac5116e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.26
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003a4c90fd0000000019c63f43"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003a4c90fc0000000019c63f43"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.25
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000004a5754c90000000042ade33b"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000004a5754c80000000042ade33b"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.24
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000071835785000000007e3e9f22"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000071835784000000007e3e9f22"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.23
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005a7070c10000000019689847"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005a7070c00000000019689847"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.22
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000006b50f2da000000002e0dcd23"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000006b50f2db000000002e0dcd23"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.21
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005d4dbca100000000062668c5"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005d4dbca000000000062668c5"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.20
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000005ad4af2e000000003e8ec9e3"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000005ad4af2f000000003e8ec9e3"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.19
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000020283f09000000005a5b9e7a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000020283f08000000005a5b9e7a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.18
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000070b85a0f000000002b56287c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000070b85a0e000000002b56287c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.17
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000025b1b40600000000560afd40"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000025b1b40700000000560afd40"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.16
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000046b100d400000000159ca442"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000046b100d500000000159ca442"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.15
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003717f74f00000000119194ac"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003717f74e00000000119194ac"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.14
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000028ef98970000000005ca778d"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000028ef98960000000005ca778d"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.13
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000043b709f000000006f1aa801"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000043b709e000000006f1aa801"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.12
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000447221af00000000491a1508"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000447221ae00000000491a1508"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.11
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002f341f09000000003ffbf329"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002f341f08000000003ffbf329"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.10
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000072231c650000000077c6572e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000072231c640000000077c6572e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.9
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001f343e050000000065b7f3eb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001f343e040000000065b7f3eb"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.8
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002f2ec8dd000000002b49827a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002f2ec8dc000000002b49827a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.7
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000000d14a9b000000003432f51a"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000000d14a9a000000003432f51a"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.6
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000163ea606000000007676e5eb"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000163ea607000000007676e5eb"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.5
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000002919fb0f000000005d034d70"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000002919fb0e000000005d034d70"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.4
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000021d7f6a0000000038402c8c"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000021d7f6b0000000038402c8c"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.3
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["00000000623c4c0d000000001aa332f2"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["00000000623c4c0c000000001aa332f2"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.2
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["0000000062694772000000005d029d1e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["0000000062694773000000005d029d1e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.1
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000001c45dfe5000000003ef7e90e"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000001c45dfe4000000003ef7e90e"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.3.0
object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(2) { ["000000003d5ea5cd0000000013ebb4a9"]=> array(2) { ["obj"]=> object(stdClass)#2 (0) { } ["inf"]=> string(17) "data for object 1" } ["000000003d5ea5cc0000000013ebb4a9"]=> array(2) { ["obj"]=> object(stdClass)#3 (0) { } ["inf"]=> array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } } }
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Fatal error: Cannot use object of type SplObjectStorage as array in /in/MDCc6 on line 9
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Fatal error: Class 'SplObjectStorage' not found in /in/MDCc6 on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: splobjectstorage in /in/MDCc6 on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: splobjectstorage in /in/MDCc6 on line 3

preferences:
298.37 ms | 401 KiB | 414 Q