3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { var $test = 'test'; } $test = new Test(); var_dump(spl_object_hash($test)); $test = array($test); foreach ($test as $t) { $t->test = 'nope'; var_dump(spl_object_hash($t)); } var_dump($test);
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
string(32) "00000000000000010000000000000000" string(32) "00000000000000010000000000000000" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.30
string(32) "000000005b184b4b00000000450dcbd9" string(32) "000000005b184b4b00000000450dcbd9" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.29
string(32) "000000002c953c00000000000dd7efea" string(32) "000000002c953c00000000000dd7efea" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.28
string(32) "000000007c372e0200000000383563a8" string(32) "000000007c372e0200000000383563a8" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.27
string(32) "0000000024cc390a000000002fd360cd" string(32) "0000000024cc390a000000002fd360cd" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.26
string(32) "000000007be578ca000000006d0f29d8" string(32) "000000007be578ca000000006d0f29d8" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.25
string(32) "000000006d5cd218000000004fcd1949" string(32) "000000006d5cd218000000004fcd1949" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.24
string(32) "000000004872296c00000000088b699f" string(32) "000000004872296c00000000088b699f" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.23
string(32) "00000000445ecb39000000001adea3fd" string(32) "00000000445ecb39000000001adea3fd" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.22
string(32) "000000000f2f80d9000000002ea7eeaa" string(32) "000000000f2f80d9000000002ea7eeaa" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.21
string(32) "000000005254afe20000000043fb5a87" string(32) "000000005254afe20000000043fb5a87" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.20
string(32) "000000002019229600000000385051ef" string(32) "000000002019229600000000385051ef" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.19
string(32) "0000000061a29da30000000060ee4150" string(32) "0000000061a29da30000000060ee4150" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.18
string(32) "000000000068a2c9000000002ed92f4e" string(32) "000000000068a2c9000000002ed92f4e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.17
string(32) "00000000777af1710000000075ea0866" string(32) "00000000777af1710000000075ea0866" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.16
string(32) "0000000068f1769d000000006bb89b26" string(32) "0000000068f1769d000000006bb89b26" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.15
string(32) "000000006ed0a895000000001a96f5f1" string(32) "000000006ed0a895000000001a96f5f1" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.14
string(32) "0000000029b309d80000000042ca2001" string(32) "0000000029b309d80000000042ca2001" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.13
string(32) "000000003466c01f000000000687a335" string(32) "000000003466c01f000000000687a335" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.12
string(32) "00000000634ed502000000001a33a66d" string(32) "00000000634ed502000000001a33a66d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.11
string(32) "00000000262d3b7000000000784f228d" string(32) "00000000262d3b7000000000784f228d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.10
string(32) "0000000024a707b7000000002c3b3520" string(32) "0000000024a707b7000000002c3b3520" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.9
string(32) "000000003d14d61e0000000059d7434c" string(32) "000000003d14d61e0000000059d7434c" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.8
string(32) "000000000a607e8f000000000d4557c6" string(32) "000000000a607e8f000000000d4557c6" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.7
string(32) "000000004d5a4e5b000000003cc293d8" string(32) "000000004d5a4e5b000000003cc293d8" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.6
string(32) "0000000075991711000000005bbe30c3" string(32) "0000000075991711000000005bbe30c3" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.5
string(32) "000000004c317e0b000000001de1606b" string(32) "000000004c317e0b000000001de1606b" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.3
string(32) "00000000766bfddd000000000ffa2059" string(32) "00000000766bfddd000000000ffa2059" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.2
string(32) "000000004c10afac000000003bf84a82" string(32) "000000004c10afac000000003bf84a82" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.1
string(32) "00000000282fc4ed000000003a96cc7b" string(32) "00000000282fc4ed000000003a96cc7b" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 8.0.0
string(32) "0000000009ad27900000000041d7b459" string(32) "0000000009ad27900000000041d7b459" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.33
string(32) "000000000c38c775000000007e170af5" string(32) "000000000c38c775000000007e170af5" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.32
string(32) "00000000351968e9000000000fb6e4b1" string(32) "00000000351968e9000000000fb6e4b1" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.30
string(32) "000000005be01725000000007a0235c5" string(32) "000000005be01725000000007a0235c5" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.29
string(32) "0000000029ab6881000000006b205e2c" string(32) "0000000029ab6881000000006b205e2c" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.28
string(32) "0000000064c958c2000000001d0cb7de" string(32) "0000000064c958c2000000001d0cb7de" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.27
string(32) "000000000efa48a6000000005ff60033" string(32) "000000000efa48a6000000005ff60033" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.26
string(32) "0000000044192524000000003fea81f2" string(32) "0000000044192524000000003fea81f2" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.25
string(32) "000000004c4319fb0000000075d7c7d9" string(32) "000000004c4319fb0000000075d7c7d9" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.24
string(32) "00000000206992bc0000000014c7c0ae" string(32) "00000000206992bc0000000014c7c0ae" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.23
string(32) "000000004f76d7840000000050b3ef71" string(32) "000000004f76d7840000000050b3ef71" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.22
string(32) "000000000f83a9330000000069cd81a0" string(32) "000000000f83a9330000000069cd81a0" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.21
string(32) "0000000051a09514000000003f918d1e" string(32) "0000000051a09514000000003f918d1e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.20
string(32) "0000000035fac5460000000043476788" string(32) "0000000035fac5460000000043476788" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.16
string(32) "0000000035c047dd0000000035eeb9e5" string(32) "0000000035c047dd0000000035eeb9e5" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.15
string(32) "0000000001481334000000004b087a3c" string(32) "0000000001481334000000004b087a3c" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.14
string(32) "0000000029a07d1300000000250f1a90" string(32) "0000000029a07d1300000000250f1a90" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.13
string(32) "000000005b2fe38e000000004d499bd7" string(32) "000000005b2fe38e000000004d499bd7" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.12
string(32) "0000000070b170d9000000001aee316b" string(32) "0000000070b170d9000000001aee316b" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.11
string(32) "0000000077458128000000004b9c258d" string(32) "0000000077458128000000004b9c258d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.10
string(32) "000000000ea91e6b000000005572252e" string(32) "000000000ea91e6b000000005572252e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.9
string(32) "0000000018931843000000005c3af7f2" string(32) "0000000018931843000000005c3af7f2" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.8
string(32) "000000006c26c0c20000000025f92197" string(32) "000000006c26c0c20000000025f92197" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.7
string(32) "0000000022380bf6000000007b47d167" string(32) "0000000022380bf6000000007b47d167" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.6
string(32) "0000000020cbebfd00000000137f3571" string(32) "0000000020cbebfd00000000137f3571" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.5
string(32) "000000000d00815f0000000070f492f8" string(32) "000000000d00815f0000000070f492f8" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.4
string(32) "0000000037f82eab000000000a613abe" string(32) "0000000037f82eab000000000a613abe" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.3
string(32) "000000002134ca100000000007679c36" string(32) "000000002134ca100000000007679c36" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.4.0
string(32) "0000000023a21a58000000002e5a0d68" string(32) "0000000023a21a58000000002e5a0d68" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.33
string(32) "00000000774e508b000000003ff2063d" string(32) "00000000774e508b000000003ff2063d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.32
string(32) "00000000439ac6ec000000005c3b950b" string(32) "00000000439ac6ec000000005c3b950b" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.31
string(32) "000000003fddd4b3000000005a0808d1" string(32) "000000003fddd4b3000000005a0808d1" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.30
string(32) "0000000051560ccf000000007e2e0b97" string(32) "0000000051560ccf000000007e2e0b97" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.29
string(32) "000000003d49a618000000005b697601" string(32) "000000003d49a618000000005b697601" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.28
string(32) "0000000022cac45b0000000053d3cd9c" string(32) "0000000022cac45b0000000053d3cd9c" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.27
string(32) "00000000153b128e0000000057b26095" string(32) "00000000153b128e0000000057b26095" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.26
string(32) "000000006134660c000000003c0a4ac1" string(32) "000000006134660c000000003c0a4ac1" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.25
string(32) "000000006dce07b80000000031c676e8" string(32) "000000006dce07b80000000031c676e8" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.24
string(32) "0000000074e24aa40000000026fc2856" string(32) "0000000074e24aa40000000026fc2856" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.23
string(32) "0000000056ad6601000000002cf7086a" string(32) "0000000056ad6601000000002cf7086a" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.21
string(32) "0000000005229c91000000003f38a2bf" string(32) "0000000005229c91000000003f38a2bf" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.20
string(32) "0000000051b469070000000021c9e86e" string(32) "0000000051b469070000000021c9e86e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.19
string(32) "0000000079d8bd310000000043394240" string(32) "0000000079d8bd310000000043394240" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.18
string(32) "000000002145e96900000000599b9b0f" string(32) "000000002145e96900000000599b9b0f" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.17
string(32) "0000000065d5098600000000173471b4" string(32) "0000000065d5098600000000173471b4" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.3.16
string(32) "0000000066b973e6000000004dcf862d" string(32) "0000000066b973e6000000004dcf862d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.2.33
string(32) "000000001c72e1310000000026ae968a" string(32) "000000001c72e1310000000026ae968a" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.2.32
string(32) "000000000ecd32a8000000003fb05457" string(32) "000000000ecd32a8000000003fb05457" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.2.31
string(32) "00000000764cb843000000002ece8f70" string(32) "00000000764cb843000000002ece8f70" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.2.30
string(32) "0000000059250716000000007ff656d9" string(32) "0000000059250716000000007ff656d9" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.2.29
string(32) "000000003517dc400000000079b2ab74" string(32) "000000003517dc400000000079b2ab74" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.2.6
string(32) "000000001d9d7492000000000de8749d" string(32) "000000001d9d7492000000000de8749d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.2.0
string(32) "000000003dbe5534000000003e9cf766" string(32) "000000003dbe5534000000003e9cf766" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.1.20
string(32) "000000003e7cc1d4000000005fc97b7e" string(32) "000000003e7cc1d4000000005fc97b7e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.1.10
string(32) "000000001059dd2a000000005978ed7a" string(32) "000000001059dd2a000000005978ed7a" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.1.7
string(32) "00000000573c18ba0000000035d836d5" string(32) "00000000573c18ba0000000035d836d5" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.1.6
string(32) "0000000046c549780000000070d21dc0" string(32) "0000000046c549780000000070d21dc0" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.1.5
string(32) "0000000022a53d98000000003362d9bd" string(32) "0000000022a53d98000000003362d9bd" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.1.0
string(32) "000000002e74357d000000007710cc07" string(32) "000000002e74357d000000007710cc07" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.0.20
string(32) "00000000313f789300000000031644c2" string(32) "00000000313f789300000000031644c2" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.0.14
string(32) "000000001570a0140000000039aa8bba" string(32) "000000001570a0140000000039aa8bba" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.0.6
string(32) "00000000219631270000000014ed73ad" string(32) "00000000219631270000000014ed73ad" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.0.5
string(32) "00000000380570640000000020cccb98" string(32) "00000000380570640000000020cccb98" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.0.4
string(32) "0000000079e53261000000006588abdf" string(32) "0000000079e53261000000006588abdf" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.0.3
string(32) "00000000547c9e3000000000278b07a9" string(32) "00000000547c9e3000000000278b07a9" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.0.2
string(32) "000000005a502c240000000018876f41" string(32) "000000005a502c240000000018876f41" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.0.1
string(32) "000000002c91348b000000005cd6bc1b" string(32) "000000002c91348b000000005cd6bc1b" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 7.0.0
string(32) "000000002d7223ea000000000222235e" string(32) "000000002d7223ea000000000222235e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.28
string(32) "000000003ce567e300000000516ef79a" string(32) "000000003ce567e300000000516ef79a" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.21
string(32) "00000000179e79bf00000000125b4883" string(32) "00000000179e79bf00000000125b4883" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.20
string(32) "000000006ccc09a5000000005abf2647" string(32) "000000006ccc09a5000000005abf2647" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.19
string(32) "000000003970ef8700000000338aa37b" string(32) "000000003970ef8700000000338aa37b" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.18
string(32) "000000003f09bb4e0000000015bcc38c" string(32) "000000003f09bb4e0000000015bcc38c" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.17
string(32) "000000007b0582f00000000025851ce6" string(32) "000000007b0582f00000000025851ce6" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.16
string(32) "0000000079e6b8a8000000004617c700" string(32) "0000000079e6b8a8000000004617c700" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.15
string(32) "000000000586b42300000000514eee71" string(32) "000000000586b42300000000514eee71" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.14
string(32) "00000000320d0c7a000000007cf431e4" string(32) "00000000320d0c7a000000007cf431e4" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.13
string(32) "0000000029debcb1000000001a279ea2" string(32) "0000000029debcb1000000001a279ea2" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.12
string(32) "00000000755fc448000000005a532c47" string(32) "00000000755fc448000000005a532c47" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.11
string(32) "000000002679347a0000000036fb58bb" string(32) "000000002679347a0000000036fb58bb" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.10
string(32) "0000000017d8fdea000000003563830f" string(32) "0000000017d8fdea000000003563830f" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.9
string(32) "000000007a657a020000000036978a68" string(32) "000000007a657a020000000036978a68" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.6.8
string(32) "000000005734e714000000001b0bfc6c" string(32) "000000005734e714000000001b0bfc6c" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.35
string(32) "000000002413a2aa0000000034834843" string(32) "000000002413a2aa0000000034834843" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.34
string(32) "000000002ee80dec000000007f8913ca" string(32) "000000002ee80dec000000007f8913ca" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.33
string(32) "000000003fa3a2ee0000000028ae763e" string(32) "000000003fa3a2ee0000000028ae763e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.32
string(32) "00000000772015b20000000047e53602" string(32) "00000000772015b20000000047e53602" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.31
string(32) "000000007dd6d8810000000077b0c8d2" string(32) "000000007dd6d8810000000077b0c8d2" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.30
string(32) "000000003a743cfc000000007dfe24bc" string(32) "000000003a743cfc000000007dfe24bc" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.29
string(32) "000000003f6781f50000000030f13dca" string(32) "000000003f6781f50000000030f13dca" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.28
string(32) "00000000717c55fc0000000043f47f72" string(32) "00000000717c55fc0000000043f47f72" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.27
string(32) "000000000944a9b100000000120a8ccc" string(32) "000000000944a9b100000000120a8ccc" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.26
string(32) "000000004b5faee1000000007f5ad7a1" string(32) "000000004b5faee1000000007f5ad7a1" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.25
string(32) "0000000021480fee0000000026891332" string(32) "0000000021480fee0000000026891332" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.5.24
string(32) "000000001e1bc6bc0000000009d992c6" string(32) "000000001e1bc6bc0000000009d992c6" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.45
string(32) "000000007312979200000000592e1dac" string(32) "000000007312979200000000592e1dac" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.44
string(32) "0000000060699dfc000000005deee062" string(32) "0000000060699dfc000000005deee062" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.43
string(32) "000000005e544c1b0000000002d51dae" string(32) "000000005e544c1b0000000002d51dae" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.42
string(32) "000000005a04ffe8000000001f418ef0" string(32) "000000005a04ffe8000000001f418ef0" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.41
string(32) "000000007547b87a000000004eb31858" string(32) "000000007547b87a000000004eb31858" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.40
string(32) "00000000077ba72b000000000c24be36" string(32) "00000000077ba72b000000000c24be36" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.39
string(32) "0000000064f1eabf00000000251e587a" string(32) "0000000064f1eabf00000000251e587a" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.38
string(32) "000000002932ec7200000000109a0f38" string(32) "000000002932ec7200000000109a0f38" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.37
string(32) "000000004a8a10d90000000036e5225c" string(32) "000000004a8a10d90000000036e5225c" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.36
string(32) "0000000027affc630000000046830213" string(32) "0000000027affc630000000046830213" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.35
string(32) "00000000215d1c9900000000004d17c2" string(32) "00000000215d1c9900000000004d17c2" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.34
string(32) "0000000016908c91000000007635f093" string(32) "0000000016908c91000000007635f093" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.32
string(32) "000000001e8b5f260000000075de78e6" string(32) "000000001e8b5f260000000075de78e6" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.31
string(32) "000000006a84a5960000000054e8608b" string(32) "000000006a84a5960000000054e8608b" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.30
string(32) "0000000047c260ba000000000371c5e0" string(32) "0000000047c260ba000000000371c5e0" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.29
string(32) "0000000023e1eb940000000055515547" string(32) "0000000023e1eb940000000055515547" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.28
string(32) "000000007b6c77be000000005cb06892" string(32) "000000007b6c77be000000005cb06892" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.27
string(32) "000000000ed08ccf000000000e50a895" string(32) "000000000ed08ccf000000000e50a895" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.26
string(32) "000000003a196f2f00000000287024dd" string(32) "000000003a196f2f00000000287024dd" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.25
string(32) "000000002616e9750000000009707823" string(32) "000000002616e9750000000009707823" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.24
string(32) "00000000077f746700000000642b3c5d" string(32) "00000000077f746700000000642b3c5d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.23
string(32) "00000000534c4ef9000000003b662fd4" string(32) "00000000534c4ef9000000003b662fd4" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.22
string(32) "0000000013200452000000000c7a3e4b" string(32) "0000000013200452000000000c7a3e4b" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.21
string(32) "000000007cb4d11700000000146b191b" string(32) "000000007cb4d11700000000146b191b" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.20
string(32) "000000004a96b627000000005a0acf46" string(32) "000000004a96b627000000005a0acf46" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.19
string(32) "00000000414830e1000000001c0d25f8" string(32) "00000000414830e1000000001c0d25f8" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.18
string(32) "0000000020cbd2b0000000007b5c132d" string(32) "0000000020cbd2b0000000007b5c132d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.17
string(32) "0000000023623a77000000007143a3fb" string(32) "0000000023623a77000000007143a3fb" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.16
string(32) "0000000006e9e8ba0000000056f27a72" string(32) "0000000006e9e8ba0000000056f27a72" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.15
string(32) "0000000038c3322e000000006196a8a4" string(32) "0000000038c3322e000000006196a8a4" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.14
string(32) "000000002739a55a00000000720e9929" string(32) "000000002739a55a00000000720e9929" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.13
string(32) "000000006bb97b5b000000007e72b8d2" string(32) "000000006bb97b5b000000007e72b8d2" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.12
string(32) "0000000065cde5c50000000022af1329" string(32) "0000000065cde5c50000000022af1329" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.11
string(32) "0000000031fe777a000000005950074d" string(32) "0000000031fe777a000000005950074d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.10
string(32) "000000001ea2687b000000007a6c0a35" string(32) "000000001ea2687b000000007a6c0a35" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.9
string(32) "0000000069190fd0000000001f9be86a" string(32) "0000000069190fd0000000001f9be86a" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.8
string(32) "0000000057b158a1000000004a9546ff" string(32) "0000000057b158a1000000004a9546ff" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.7
string(32) "000000006f463737000000004b989ca1" string(32) "000000006f463737000000004b989ca1" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.6
string(32) "000000005d439e47000000000cf6dc52" string(32) "000000005d439e47000000000cf6dc52" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.5
string(32) "00000000687dc3b1000000003fb84def" string(32) "00000000687dc3b1000000003fb84def" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.4
string(32) "0000000066e07b2f000000005ad43d97" string(32) "0000000066e07b2f000000005ad43d97" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.3
string(32) "000000005f71a73e000000000b340bad" string(32) "000000005f71a73e000000000b340bad" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.2
string(32) "0000000044daa03f0000000030b47447" string(32) "0000000044daa03f0000000030b47447" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.1
string(32) "0000000017b0e1f2000000006fe330f6" string(32) "0000000017b0e1f2000000006fe330f6" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.4.0
string(32) "00000000590292fa000000001b7deced" string(32) "00000000590292fa000000001b7deced" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.29
string(32) "000000001b2478df0000000025fc5640" string(32) "000000001b2478df0000000025fc5640" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.28
string(32) "000000002f526d38000000003952f040" string(32) "000000002f526d38000000003952f040" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.27
string(32) "0000000007b886cd0000000048dc3cf5" string(32) "0000000007b886cd0000000048dc3cf5" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.26
string(32) "000000002166dac50000000055b72bd6" string(32) "000000002166dac50000000055b72bd6" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.25
string(32) "000000003f2576b90000000001686e69" string(32) "000000003f2576b90000000001686e69" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.24
string(32) "00000000714a6264000000001c20ce76" string(32) "00000000714a6264000000001c20ce76" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.23
string(32) "000000003ef9597f00000000365a94d9" string(32) "000000003ef9597f00000000365a94d9" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.22
string(32) "0000000074d5ac2c00000000296c9fd2" string(32) "0000000074d5ac2c00000000296c9fd2" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.21
string(32) "00000000115526be000000000993e4fc" string(32) "00000000115526be000000000993e4fc" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.20
string(32) "000000007b8d3e1c000000000fe0fea4" string(32) "000000007b8d3e1c000000000fe0fea4" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.19
string(32) "000000005c3ade55000000000c893545" string(32) "000000005c3ade55000000000c893545" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.18
string(32) "00000000150fecd4000000005a48913c" string(32) "00000000150fecd4000000005a48913c" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.17
string(32) "000000006255158f000000007a98e0fe" string(32) "000000006255158f000000007a98e0fe" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.16
string(32) "00000000427a72b4000000006cc414b6" string(32) "00000000427a72b4000000006cc414b6" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.15
string(32) "000000003c3463b50000000012882995" string(32) "000000003c3463b50000000012882995" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.14
string(32) "0000000073d3ad5a00000000314a2893" string(32) "0000000073d3ad5a00000000314a2893" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.13
string(32) "0000000046db8ff80000000039bccbf5" string(32) "0000000046db8ff80000000039bccbf5" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.12
string(32) "000000001d251621000000002d7cb09c" string(32) "000000001d251621000000002d7cb09c" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.11
string(32) "0000000045894b0e000000004464aab3" string(32) "0000000045894b0e000000004464aab3" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.10
string(32) "00000000501447b80000000074b06556" string(32) "00000000501447b80000000074b06556" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.9
string(32) "0000000042e23b0e00000000318b5d9e" string(32) "0000000042e23b0e00000000318b5d9e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.8
string(32) "000000005f1cd50a00000000663fcc57" string(32) "000000005f1cd50a00000000663fcc57" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.7
string(32) "000000007fd7e4a3000000007fde3c01" string(32) "000000007fd7e4a3000000007fde3c01" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.6
string(32) "0000000008bbd902000000002ba1fb01" string(32) "0000000008bbd902000000002ba1fb01" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.5
string(32) "0000000040b8ee000000000060f60b2d" string(32) "0000000040b8ee000000000060f60b2d" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.4
string(32) "0000000046525cd00000000052d53a02" string(32) "0000000046525cd00000000052d53a02" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.3
string(32) "0000000049b752cc000000006e210916" string(32) "0000000049b752cc000000006e210916" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.2
string(32) "00000000130e4a930000000035cff70f" string(32) "00000000130e4a930000000035cff70f" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.1
string(32) "000000002f1a82d700000000526bf996" string(32) "000000002f1a82d700000000526bf996" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.3.0
string(32) "0000000043df2e4f0000000045931819" string(32) "0000000043df2e4f0000000045931819" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.17
string(32) "861a2f056a593edc2697eec710327754" string(32) "861a2f056a593edc2697eec710327754" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.15 - 5.2.16
string(32) "bab3da487bfe51e3bada7ed6962c83d7" string(32) "bab3da487bfe51e3bada7ed6962c83d7" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.14
string(32) "6827d7150a80a95428b05b2dbc0dcb10" string(32) "6827d7150a80a95428b05b2dbc0dcb10" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.13
string(32) "4d9da188dd696504eef8aed3fde97e02" string(32) "4d9da188dd696504eef8aed3fde97e02" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.12
string(32) "617357606fc417e758728410d8dad7f3" string(32) "617357606fc417e758728410d8dad7f3" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.9, 5.2.11
string(32) "52ee78937c6a89104904aed13987318e" string(32) "52ee78937c6a89104904aed13987318e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.10
string(32) "efe88f76f26081279f31ba49d381104e" string(32) "efe88f76f26081279f31ba49d381104e" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.7 - 5.2.8
string(32) "af89ab9ae8be1068e0d8dc48e55bfcd1" string(32) "af89ab9ae8be1068e0d8dc48e55bfcd1" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.6
string(32) "950969556ed71c6f363f434ecae32954" string(32) "950969556ed71c6f363f434ecae32954" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.5
string(32) "a7965ec2cba63ba225597f43def8a4b6" string(32) "a7965ec2cba63ba225597f43def8a4b6" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.4
string(32) "7ebbed9ad06ebcbd0c3782f6cdf89b51" string(32) "7ebbed9ad06ebcbd0c3782f6cdf89b51" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.3
string(32) "dc90896f8dce368265954f0524e2a853" string(32) "dc90896f8dce368265954f0524e2a853" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.2
string(32) "d1877c094161b942518f0f010b1a5be5" string(32) "d1877c094161b942518f0f010b1a5be5" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.1
string(32) "5663e593b52467eb39485ab4532cfb71" string(32) "5663e593b52467eb39485ab4532cfb71" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.2.0
string(32) "73f03f2749114a53db076b2f4bc47285" string(32) "73f03f2749114a53db076b2f4bc47285" array(1) { [0]=> object(Test)#1 (1) { ["test"]=> string(4) "nope" } }
Output for 5.1.3 - 5.1.6
Fatal error: Call to undefined function spl_object_hash() in /in/iZuoD on line 6
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.2
Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in /in/iZuoD on line 3 Fatal error: Call to undefined function spl_object_hash() in /in/iZuoD on line 6
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: spl_object_hash() in /in/iZuoD on line 6
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: spl_object_hash() in /in/iZuoD on line 6
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: spl_object_hash() in /in/iZuoD on line 6

preferences:
234.12 ms | 401 KiB | 312 Q