3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = new StdClass(); $b = new StdClass(); $array1 = array($a, $a, $b); $array2 = array($a, $b, $b); function countHashes ($array) { $count = array(); foreach ($array as $val) { $hash = spl_object_hash($val); if (! isset($count[$hash])) { $count[$hash] = 0; } $count[$hash]++; } return $count; }; $count1 = countHashes($array1); $count2 = countHashes($array2); var_dump($count1); var_dump($count2); if (count($count1) === count($count2)) { foreach ($count1 as $key => $value) { echo $key . " and " . $value . "\n"; if ($count2[$key] !== $value) { echo 'not the same!'; } } }
Output for 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
array(2) { ["00000000000000010000000000000000"]=> int(2) ["00000000000000020000000000000000"]=> int(1) } array(2) { ["00000000000000010000000000000000"]=> int(1) ["00000000000000020000000000000000"]=> int(2) } 00000000000000010000000000000000 and 2 not the same!00000000000000020000000000000000 and 1 not the same!
Output for 8.0.30
array(2) { ["000000003326a47b000000002743b0f1"]=> int(2) ["000000003326a478000000002743b0f1"]=> int(1) } array(2) { ["000000003326a47b000000002743b0f1"]=> int(1) ["000000003326a478000000002743b0f1"]=> int(2) } 000000003326a47b000000002743b0f1 and 2 not the same!000000003326a478000000002743b0f1 and 1 not the same!
Output for 8.0.29
array(2) { ["00000000671be25800000000254a6f10"]=> int(2) ["00000000671be25b00000000254a6f10"]=> int(1) } array(2) { ["00000000671be25800000000254a6f10"]=> int(1) ["00000000671be25b00000000254a6f10"]=> int(2) } 00000000671be25800000000254a6f10 and 2 not the same!00000000671be25b00000000254a6f10 and 1 not the same!
Output for 8.0.28
array(2) { ["0000000064422dcd00000000667e65a6"]=> int(2) ["0000000064422dce00000000667e65a6"]=> int(1) } array(2) { ["0000000064422dcd00000000667e65a6"]=> int(1) ["0000000064422dce00000000667e65a6"]=> int(2) } 0000000064422dcd00000000667e65a6 and 2 not the same!0000000064422dce00000000667e65a6 and 1 not the same!
Output for 8.0.27
array(2) { ["000000001f2fa44b000000003ec1507b"]=> int(2) ["000000001f2fa448000000003ec1507b"]=> int(1) } array(2) { ["000000001f2fa44b000000003ec1507b"]=> int(1) ["000000001f2fa448000000003ec1507b"]=> int(2) } 000000001f2fa44b000000003ec1507b and 2 not the same!000000001f2fa448000000003ec1507b and 1 not the same!
Output for 8.0.26
array(2) { ["0000000048a06124000000000e29240c"]=> int(2) ["0000000048a06127000000000e29240c"]=> int(1) } array(2) { ["0000000048a06124000000000e29240c"]=> int(1) ["0000000048a06127000000000e29240c"]=> int(2) } 0000000048a06124000000000e29240c and 2 not the same!0000000048a06127000000000e29240c and 1 not the same!
Output for 8.0.25
array(2) { ["00000000073da5a1000000002378523b"]=> int(2) ["00000000073da5a2000000002378523b"]=> int(1) } array(2) { ["00000000073da5a1000000002378523b"]=> int(1) ["00000000073da5a2000000002378523b"]=> int(2) } 00000000073da5a1000000002378523b and 2 not the same!00000000073da5a2000000002378523b and 1 not the same!
Output for 8.0.24
array(2) { ["000000003fec7293000000000bb3a1b1"]=> int(2) ["000000003fec7290000000000bb3a1b1"]=> int(1) } array(2) { ["000000003fec7293000000000bb3a1b1"]=> int(1) ["000000003fec7290000000000bb3a1b1"]=> int(2) } 000000003fec7293000000000bb3a1b1 and 2 not the same!000000003fec7290000000000bb3a1b1 and 1 not the same!
Output for 8.0.23
array(2) { ["000000002f3ccff4000000006a1868c5"]=> int(2) ["000000002f3ccff7000000006a1868c5"]=> int(1) } array(2) { ["000000002f3ccff4000000006a1868c5"]=> int(1) ["000000002f3ccff7000000006a1868c5"]=> int(2) } 000000002f3ccff4000000006a1868c5 and 2 not the same!000000002f3ccff7000000006a1868c5 and 1 not the same!
Output for 8.0.22
array(2) { ["000000002a540220000000002ed45260"]=> int(2) ["000000002a540223000000002ed45260"]=> int(1) } array(2) { ["000000002a540220000000002ed45260"]=> int(1) ["000000002a540223000000002ed45260"]=> int(2) } 000000002a540220000000002ed45260 and 2 not the same!000000002a540223000000002ed45260 and 1 not the same!
Output for 8.0.21
array(2) { ["0000000012181fa2000000002abc27d0"]=> int(2) ["0000000012181fa1000000002abc27d0"]=> int(1) } array(2) { ["0000000012181fa2000000002abc27d0"]=> int(1) ["0000000012181fa1000000002abc27d0"]=> int(2) } 0000000012181fa2000000002abc27d0 and 2 not the same!0000000012181fa1000000002abc27d0 and 1 not the same!
Output for 8.0.20
array(2) { ["000000000e072a790000000011477ddd"]=> int(2) ["000000000e072a7a0000000011477ddd"]=> int(1) } array(2) { ["000000000e072a790000000011477ddd"]=> int(1) ["000000000e072a7a0000000011477ddd"]=> int(2) } 000000000e072a790000000011477ddd and 2 not the same!000000000e072a7a0000000011477ddd and 1 not the same!
Output for 8.0.19
array(2) { ["000000000a3ee556000000007776c15f"]=> int(2) ["000000000a3ee555000000007776c15f"]=> int(1) } array(2) { ["000000000a3ee556000000007776c15f"]=> int(1) ["000000000a3ee555000000007776c15f"]=> int(2) } 000000000a3ee556000000007776c15f and 2 not the same!000000000a3ee555000000007776c15f and 1 not the same!
Output for 8.0.18
array(2) { ["00000000560c6f930000000057b21508"]=> int(2) ["00000000560c6f900000000057b21508"]=> int(1) } array(2) { ["00000000560c6f930000000057b21508"]=> int(1) ["00000000560c6f900000000057b21508"]=> int(2) } 00000000560c6f930000000057b21508 and 2 not the same!00000000560c6f900000000057b21508 and 1 not the same!
Output for 8.0.17
array(2) { ["000000001ef2fb7b0000000038bd3771"]=> int(2) ["000000001ef2fb780000000038bd3771"]=> int(1) } array(2) { ["000000001ef2fb7b0000000038bd3771"]=> int(1) ["000000001ef2fb780000000038bd3771"]=> int(2) } 000000001ef2fb7b0000000038bd3771 and 2 not the same!000000001ef2fb780000000038bd3771 and 1 not the same!
Output for 8.0.16
array(2) { ["000000002bbefa54000000004b7b73d1"]=> int(2) ["000000002bbefa57000000004b7b73d1"]=> int(1) } array(2) { ["000000002bbefa54000000004b7b73d1"]=> int(1) ["000000002bbefa57000000004b7b73d1"]=> int(2) } 000000002bbefa54000000004b7b73d1 and 2 not the same!000000002bbefa57000000004b7b73d1 and 1 not the same!
Output for 8.0.15
array(2) { ["000000003c709387000000005d8f4965"]=> int(2) ["000000003c709384000000005d8f4965"]=> int(1) } array(2) { ["000000003c709387000000005d8f4965"]=> int(1) ["000000003c709384000000005d8f4965"]=> int(2) } 000000003c709387000000005d8f4965 and 2 not the same!000000003c709384000000005d8f4965 and 1 not the same!
Output for 8.0.14
array(2) { ["000000004fa420c4000000004b6e2ec7"]=> int(2) ["000000004fa420c7000000004b6e2ec7"]=> int(1) } array(2) { ["000000004fa420c4000000004b6e2ec7"]=> int(1) ["000000004fa420c7000000004b6e2ec7"]=> int(2) } 000000004fa420c4000000004b6e2ec7 and 2 not the same!000000004fa420c7000000004b6e2ec7 and 1 not the same!
Output for 8.0.13
array(2) { ["0000000041d27643000000002e5c05c9"]=> int(2) ["0000000041d27640000000002e5c05c9"]=> int(1) } array(2) { ["0000000041d27643000000002e5c05c9"]=> int(1) ["0000000041d27640000000002e5c05c9"]=> int(2) } 0000000041d27643000000002e5c05c9 and 2 not the same!0000000041d27640000000002e5c05c9 and 1 not the same!
Output for 8.0.12
array(2) { ["000000006e5fb4190000000009fca086"]=> int(2) ["000000006e5fb41a0000000009fca086"]=> int(1) } array(2) { ["000000006e5fb4190000000009fca086"]=> int(1) ["000000006e5fb41a0000000009fca086"]=> int(2) } 000000006e5fb4190000000009fca086 and 2 not the same!000000006e5fb41a0000000009fca086 and 1 not the same!
Output for 8.0.11
array(2) { ["000000003483d5070000000025fb2eff"]=> int(2) ["000000003483d5040000000025fb2eff"]=> int(1) } array(2) { ["000000003483d5070000000025fb2eff"]=> int(1) ["000000003483d5040000000025fb2eff"]=> int(2) } 000000003483d5070000000025fb2eff and 2 not the same!000000003483d5040000000025fb2eff and 1 not the same!
Output for 8.0.10
array(2) { ["0000000032dc8d99000000001d0e40cf"]=> int(2) ["0000000032dc8d9a000000001d0e40cf"]=> int(1) } array(2) { ["0000000032dc8d99000000001d0e40cf"]=> int(1) ["0000000032dc8d9a000000001d0e40cf"]=> int(2) } 0000000032dc8d99000000001d0e40cf and 2 not the same!0000000032dc8d9a000000001d0e40cf and 1 not the same!
Output for 8.0.9
array(2) { ["00000000127646ce000000001396347c"]=> int(2) ["00000000127646cd000000001396347c"]=> int(1) } array(2) { ["00000000127646ce000000001396347c"]=> int(1) ["00000000127646cd000000001396347c"]=> int(2) } 00000000127646ce000000001396347c and 2 not the same!00000000127646cd000000001396347c and 1 not the same!
Output for 8.0.8
array(2) { ["00000000153386fd0000000025e75e15"]=> int(2) ["00000000153386fe0000000025e75e15"]=> int(1) } array(2) { ["00000000153386fd0000000025e75e15"]=> int(1) ["00000000153386fe0000000025e75e15"]=> int(2) } 00000000153386fd0000000025e75e15 and 2 not the same!00000000153386fe0000000025e75e15 and 1 not the same!
Output for 8.0.7
array(2) { ["00000000197aedd40000000013ded085"]=> int(2) ["00000000197aedd70000000013ded085"]=> int(1) } array(2) { ["00000000197aedd40000000013ded085"]=> int(1) ["00000000197aedd70000000013ded085"]=> int(2) } 00000000197aedd40000000013ded085 and 2 not the same!00000000197aedd70000000013ded085 and 1 not the same!
Output for 8.0.6
array(2) { ["0000000045ddf34c0000000024e70dfc"]=> int(2) ["0000000045ddf34f0000000024e70dfc"]=> int(1) } array(2) { ["0000000045ddf34c0000000024e70dfc"]=> int(1) ["0000000045ddf34f0000000024e70dfc"]=> int(2) } 0000000045ddf34c0000000024e70dfc and 2 not the same!0000000045ddf34f0000000024e70dfc and 1 not the same!
Output for 8.0.5
array(2) { ["000000000b79b867000000000fe3fa17"]=> int(2) ["000000000b79b864000000000fe3fa17"]=> int(1) } array(2) { ["000000000b79b867000000000fe3fa17"]=> int(1) ["000000000b79b864000000000fe3fa17"]=> int(2) } 000000000b79b867000000000fe3fa17 and 2 not the same!000000000b79b864000000000fe3fa17 and 1 not the same!
Output for 8.0.3
array(2) { ["00000000026f943a000000006b92d6d3"]=> int(2) ["00000000026f9439000000006b92d6d3"]=> int(1) } array(2) { ["00000000026f943a000000006b92d6d3"]=> int(1) ["00000000026f9439000000006b92d6d3"]=> int(2) } 00000000026f943a000000006b92d6d3 and 2 not the same!00000000026f9439000000006b92d6d3 and 1 not the same!
Output for 8.0.2
array(2) { ["0000000017f5edb90000000019df3c19"]=> int(2) ["0000000017f5edba0000000019df3c19"]=> int(1) } array(2) { ["0000000017f5edb90000000019df3c19"]=> int(1) ["0000000017f5edba0000000019df3c19"]=> int(2) } 0000000017f5edb90000000019df3c19 and 2 not the same!0000000017f5edba0000000019df3c19 and 1 not the same!
Output for 8.0.1
array(2) { ["0000000047862eb7000000004b459d5e"]=> int(2) ["0000000047862eb4000000004b459d5e"]=> int(1) } array(2) { ["0000000047862eb7000000004b459d5e"]=> int(1) ["0000000047862eb4000000004b459d5e"]=> int(2) } 0000000047862eb7000000004b459d5e and 2 not the same!0000000047862eb4000000004b459d5e and 1 not the same!
Output for 8.0.0
array(2) { ["000000003674336d000000006bbc1a95"]=> int(2) ["000000003674336e000000006bbc1a95"]=> int(1) } array(2) { ["000000003674336d000000006bbc1a95"]=> int(1) ["000000003674336e000000006bbc1a95"]=> int(2) } 000000003674336d000000006bbc1a95 and 2 not the same!000000003674336e000000006bbc1a95 and 1 not the same!
Output for 7.4.33
array(2) { ["0000000010b182c800000000536133d1"]=> int(2) ["0000000010b182cb00000000536133d1"]=> int(1) } array(2) { ["0000000010b182c800000000536133d1"]=> int(1) ["0000000010b182cb00000000536133d1"]=> int(2) } 0000000010b182c800000000536133d1 and 2 not the same!0000000010b182cb00000000536133d1 and 1 not the same!
Output for 7.4.32
array(2) { ["0000000049ba15670000000032cdffdf"]=> int(2) ["0000000049ba15640000000032cdffdf"]=> int(1) } array(2) { ["0000000049ba15670000000032cdffdf"]=> int(1) ["0000000049ba15640000000032cdffdf"]=> int(2) } 0000000049ba15670000000032cdffdf and 2 not the same!0000000049ba15640000000032cdffdf and 1 not the same!
Output for 7.4.30
array(2) { ["000000005aad101e0000000028b62961"]=> int(2) ["000000005aad101d0000000028b62961"]=> int(1) } array(2) { ["000000005aad101e0000000028b62961"]=> int(1) ["000000005aad101d0000000028b62961"]=> int(2) } 000000005aad101e0000000028b62961 and 2 not the same!000000005aad101d0000000028b62961 and 1 not the same!
Output for 7.4.29
array(2) { ["00000000563183ec0000000054aa350b"]=> int(2) ["00000000563183ef0000000054aa350b"]=> int(1) } array(2) { ["00000000563183ec0000000054aa350b"]=> int(1) ["00000000563183ef0000000054aa350b"]=> int(2) } 00000000563183ec0000000054aa350b and 2 not the same!00000000563183ef0000000054aa350b and 1 not the same!
Output for 7.4.28
array(2) { ["00000000541f63890000000029ecb594"]=> int(2) ["00000000541f638a0000000029ecb594"]=> int(1) } array(2) { ["00000000541f63890000000029ecb594"]=> int(1) ["00000000541f638a0000000029ecb594"]=> int(2) } 00000000541f63890000000029ecb594 and 2 not the same!00000000541f638a0000000029ecb594 and 1 not the same!
Output for 7.4.27
array(2) { ["00000000507b18d40000000062ab6cc3"]=> int(2) ["00000000507b18d70000000062ab6cc3"]=> int(1) } array(2) { ["00000000507b18d40000000062ab6cc3"]=> int(1) ["00000000507b18d70000000062ab6cc3"]=> int(2) } 00000000507b18d40000000062ab6cc3 and 2 not the same!00000000507b18d70000000062ab6cc3 and 1 not the same!
Output for 7.4.26
array(2) { ["000000001fe68fbb0000000023a2c7d0"]=> int(2) ["000000001fe68fb80000000023a2c7d0"]=> int(1) } array(2) { ["000000001fe68fbb0000000023a2c7d0"]=> int(1) ["000000001fe68fb80000000023a2c7d0"]=> int(2) } 000000001fe68fbb0000000023a2c7d0 and 2 not the same!000000001fe68fb80000000023a2c7d0 and 1 not the same!
Output for 7.4.25
array(2) { ["0000000037548bab000000003e4960b8"]=> int(2) ["0000000037548ba8000000003e4960b8"]=> int(1) } array(2) { ["0000000037548bab000000003e4960b8"]=> int(1) ["0000000037548ba8000000003e4960b8"]=> int(2) } 0000000037548bab000000003e4960b8 and 2 not the same!0000000037548ba8000000003e4960b8 and 1 not the same!
Output for 7.4.24
array(2) { ["0000000019382778000000004c41cdc5"]=> int(2) ["000000001938277b000000004c41cdc5"]=> int(1) } array(2) { ["0000000019382778000000004c41cdc5"]=> int(1) ["000000001938277b000000004c41cdc5"]=> int(2) } 0000000019382778000000004c41cdc5 and 2 not the same!000000001938277b000000004c41cdc5 and 1 not the same!
Output for 7.4.23
array(2) { ["000000005609ed860000000005ad5712"]=> int(2) ["000000005609ed850000000005ad5712"]=> int(1) } array(2) { ["000000005609ed860000000005ad5712"]=> int(1) ["000000005609ed850000000005ad5712"]=> int(2) } 000000005609ed860000000005ad5712 and 2 not the same!000000005609ed850000000005ad5712 and 1 not the same!
Output for 7.4.22
array(2) { ["000000003c85070e000000003154fe76"]=> int(2) ["000000003c85070d000000003154fe76"]=> int(1) } array(2) { ["000000003c85070e000000003154fe76"]=> int(1) ["000000003c85070d000000003154fe76"]=> int(2) } 000000003c85070e000000003154fe76 and 2 not the same!000000003c85070d000000003154fe76 and 1 not the same!
Output for 7.4.21
array(2) { ["000000004912645f000000004f55980b"]=> int(2) ["000000004912645c000000004f55980b"]=> int(1) } array(2) { ["000000004912645f000000004f55980b"]=> int(1) ["000000004912645c000000004f55980b"]=> int(2) } 000000004912645f000000004f55980b and 2 not the same!000000004912645c000000004f55980b and 1 not the same!
Output for 7.4.20
array(2) { ["00000000542c0df90000000079c1ee0b"]=> int(2) ["00000000542c0dfa0000000079c1ee0b"]=> int(1) } array(2) { ["00000000542c0df90000000079c1ee0b"]=> int(1) ["00000000542c0dfa0000000079c1ee0b"]=> int(2) } 00000000542c0df90000000079c1ee0b and 2 not the same!00000000542c0dfa0000000079c1ee0b and 1 not the same!
Output for 7.4.19
array(2) { ["000000007c04c534000000005705218b"]=> int(2) ["000000007c04c537000000005705218b"]=> int(1) } array(2) { ["000000007c04c534000000005705218b"]=> int(1) ["000000007c04c537000000005705218b"]=> int(2) } 000000007c04c534000000005705218b and 2 not the same!000000007c04c537000000005705218b and 1 not the same!
Output for 7.4.16
array(2) { ["0000000008d01bc5000000000fbc2573"]=> int(2) ["0000000008d01bc6000000000fbc2573"]=> int(1) } array(2) { ["0000000008d01bc5000000000fbc2573"]=> int(1) ["0000000008d01bc6000000000fbc2573"]=> int(2) } 0000000008d01bc5000000000fbc2573 and 2 not the same!0000000008d01bc6000000000fbc2573 and 1 not the same!
Output for 7.4.15
array(2) { ["000000006192b2bf0000000047d84a1c"]=> int(2) ["000000006192b2bc0000000047d84a1c"]=> int(1) } array(2) { ["000000006192b2bf0000000047d84a1c"]=> int(1) ["000000006192b2bc0000000047d84a1c"]=> int(2) } 000000006192b2bf0000000047d84a1c and 2 not the same!000000006192b2bc0000000047d84a1c and 1 not the same!
Output for 7.2.30, 7.4.14
array(2) { ["000000000db667210000000070edd55e"]=> int(2) ["000000000db667220000000070edd55e"]=> int(1) } array(2) { ["000000000db667210000000070edd55e"]=> int(1) ["000000000db667220000000070edd55e"]=> int(2) } 000000000db667210000000070edd55e and 2 not the same!000000000db667220000000070edd55e and 1 not the same!
Output for 7.4.13
array(2) { ["00000000735f0edc000000002d5855bd"]=> int(2) ["00000000735f0edf000000002d5855bd"]=> int(1) } array(2) { ["00000000735f0edc000000002d5855bd"]=> int(1) ["00000000735f0edf000000002d5855bd"]=> int(2) } 00000000735f0edc000000002d5855bd and 2 not the same!00000000735f0edf000000002d5855bd and 1 not the same!
Output for 7.4.12
array(2) { ["000000003f234ca5000000005ca1da3b"]=> int(2) ["000000003f234ca6000000005ca1da3b"]=> int(1) } array(2) { ["000000003f234ca5000000005ca1da3b"]=> int(1) ["000000003f234ca6000000005ca1da3b"]=> int(2) } 000000003f234ca5000000005ca1da3b and 2 not the same!000000003f234ca6000000005ca1da3b and 1 not the same!
Output for 7.4.11
array(2) { ["000000001f7d325f000000003e5e74d7"]=> int(2) ["000000001f7d325c000000003e5e74d7"]=> int(1) } array(2) { ["000000001f7d325f000000003e5e74d7"]=> int(1) ["000000001f7d325c000000003e5e74d7"]=> int(2) } 000000001f7d325f000000003e5e74d7 and 2 not the same!000000001f7d325c000000003e5e74d7 and 1 not the same!
Output for 7.4.10
array(2) { ["000000007b8b85d8000000007444bf19"]=> int(2) ["000000007b8b85db000000007444bf19"]=> int(1) } array(2) { ["000000007b8b85d8000000007444bf19"]=> int(1) ["000000007b8b85db000000007444bf19"]=> int(2) } 000000007b8b85d8000000007444bf19 and 2 not the same!000000007b8b85db000000007444bf19 and 1 not the same!
Output for 7.4.9
array(2) { ["0000000028835223000000007a81450b"]=> int(2) ["0000000028835220000000007a81450b"]=> int(1) } array(2) { ["0000000028835223000000007a81450b"]=> int(1) ["0000000028835220000000007a81450b"]=> int(2) } 0000000028835223000000007a81450b and 2 not the same!0000000028835220000000007a81450b and 1 not the same!
Output for 7.4.8
array(2) { ["00000000540a8f7b00000000725ac5bc"]=> int(2) ["00000000540a8f7800000000725ac5bc"]=> int(1) } array(2) { ["00000000540a8f7b00000000725ac5bc"]=> int(1) ["00000000540a8f7800000000725ac5bc"]=> int(2) } 00000000540a8f7b00000000725ac5bc and 2 not the same!00000000540a8f7800000000725ac5bc and 1 not the same!
Output for 7.4.7
array(2) { ["00000000556c9467000000000a5bdc85"]=> int(2) ["00000000556c9464000000000a5bdc85"]=> int(1) } array(2) { ["00000000556c9467000000000a5bdc85"]=> int(1) ["00000000556c9464000000000a5bdc85"]=> int(2) } 00000000556c9467000000000a5bdc85 and 2 not the same!00000000556c9464000000000a5bdc85 and 1 not the same!
Output for 7.4.6
array(2) { ["000000007ff1cd89000000002f398d59"]=> int(2) ["000000007ff1cd8a000000002f398d59"]=> int(1) } array(2) { ["000000007ff1cd89000000002f398d59"]=> int(1) ["000000007ff1cd8a000000002f398d59"]=> int(2) } 000000007ff1cd89000000002f398d59 and 2 not the same!000000007ff1cd8a000000002f398d59 and 1 not the same!
Output for 7.4.5
array(2) { ["00000000132d221d000000003071381d"]=> int(2) ["00000000132d221e000000003071381d"]=> int(1) } array(2) { ["00000000132d221d000000003071381d"]=> int(1) ["00000000132d221e000000003071381d"]=> int(2) } 00000000132d221d000000003071381d and 2 not the same!00000000132d221e000000003071381d and 1 not the same!
Output for 7.4.4
array(2) { ["000000001eb4bc14000000005b2cb83c"]=> int(2) ["000000001eb4bc17000000005b2cb83c"]=> int(1) } array(2) { ["000000001eb4bc14000000005b2cb83c"]=> int(1) ["000000001eb4bc17000000005b2cb83c"]=> int(2) } 000000001eb4bc14000000005b2cb83c and 2 not the same!000000001eb4bc17000000005b2cb83c and 1 not the same!
Output for 7.4.3
array(2) { ["0000000050f3fa00000000007b3757d9"]=> int(2) ["0000000050f3fa03000000007b3757d9"]=> int(1) } array(2) { ["0000000050f3fa00000000007b3757d9"]=> int(1) ["0000000050f3fa03000000007b3757d9"]=> int(2) } 0000000050f3fa00000000007b3757d9 and 2 not the same!0000000050f3fa03000000007b3757d9 and 1 not the same!
Output for 7.4.0
array(2) { ["000000002d5b1fdd000000006f3fcd8f"]=> int(2) ["000000002d5b1fde000000006f3fcd8f"]=> int(1) } array(2) { ["000000002d5b1fdd000000006f3fcd8f"]=> int(1) ["000000002d5b1fde000000006f3fcd8f"]=> int(2) } 000000002d5b1fdd000000006f3fcd8f and 2 not the same!000000002d5b1fde000000006f3fcd8f and 1 not the same!
Output for 7.3.33
array(2) { ["000000000336a700000000005fe93cb9"]=> int(2) ["000000000336a703000000005fe93cb9"]=> int(1) } array(2) { ["000000000336a700000000005fe93cb9"]=> int(1) ["000000000336a703000000005fe93cb9"]=> int(2) } 000000000336a700000000005fe93cb9 and 2 not the same!000000000336a703000000005fe93cb9 and 1 not the same!
Output for 7.3.32
array(2) { ["000000003e59494a0000000043550e71"]=> int(2) ["000000003e5949490000000043550e71"]=> int(1) } array(2) { ["000000003e59494a0000000043550e71"]=> int(1) ["000000003e5949490000000043550e71"]=> int(2) } 000000003e59494a0000000043550e71 and 2 not the same!000000003e5949490000000043550e71 and 1 not the same!
Output for 7.3.31
array(2) { ["000000001f190b520000000032afab6b"]=> int(2) ["000000001f190b510000000032afab6b"]=> int(1) } array(2) { ["000000001f190b520000000032afab6b"]=> int(1) ["000000001f190b510000000032afab6b"]=> int(2) } 000000001f190b520000000032afab6b and 2 not the same!000000001f190b510000000032afab6b and 1 not the same!
Output for 7.3.30
array(2) { ["0000000063ba02ea000000000f985ccc"]=> int(2) ["0000000063ba02e9000000000f985ccc"]=> int(1) } array(2) { ["0000000063ba02ea000000000f985ccc"]=> int(1) ["0000000063ba02e9000000000f985ccc"]=> int(2) } 0000000063ba02ea000000000f985ccc and 2 not the same!0000000063ba02e9000000000f985ccc and 1 not the same!
Output for 7.3.29
array(2) { ["00000000218a3b9500000000110cf9e2"]=> int(2) ["00000000218a3b9600000000110cf9e2"]=> int(1) } array(2) { ["00000000218a3b9500000000110cf9e2"]=> int(1) ["00000000218a3b9600000000110cf9e2"]=> int(2) } 00000000218a3b9500000000110cf9e2 and 2 not the same!00000000218a3b9600000000110cf9e2 and 1 not the same!
Output for 7.3.28
array(2) { ["00000000093da180000000004d05f78c"]=> int(2) ["00000000093da183000000004d05f78c"]=> int(1) } array(2) { ["00000000093da180000000004d05f78c"]=> int(1) ["00000000093da183000000004d05f78c"]=> int(2) } 00000000093da180000000004d05f78c and 2 not the same!00000000093da183000000004d05f78c and 1 not the same!
Output for 7.3.27
array(2) { ["0000000074d382690000000053f4e0fd"]=> int(2) ["0000000074d3826a0000000053f4e0fd"]=> int(1) } array(2) { ["0000000074d382690000000053f4e0fd"]=> int(1) ["0000000074d3826a0000000053f4e0fd"]=> int(2) } 0000000074d382690000000053f4e0fd and 2 not the same!0000000074d3826a0000000053f4e0fd and 1 not the same!
Output for 7.3.26
array(2) { ["0000000003adbed20000000032a21e0d"]=> int(2) ["0000000003adbed10000000032a21e0d"]=> int(1) } array(2) { ["0000000003adbed20000000032a21e0d"]=> int(1) ["0000000003adbed10000000032a21e0d"]=> int(2) } 0000000003adbed20000000032a21e0d and 2 not the same!0000000003adbed10000000032a21e0d and 1 not the same!
Output for 7.3.25
array(2) { ["000000002e7c40c50000000063d0429b"]=> int(2) ["000000002e7c40c60000000063d0429b"]=> int(1) } array(2) { ["000000002e7c40c50000000063d0429b"]=> int(1) ["000000002e7c40c60000000063d0429b"]=> int(2) } 000000002e7c40c50000000063d0429b and 2 not the same!000000002e7c40c60000000063d0429b and 1 not the same!
Output for 7.3.24
array(2) { ["00000000396cd05a00000000747adff2"]=> int(2) ["00000000396cd05900000000747adff2"]=> int(1) } array(2) { ["00000000396cd05a00000000747adff2"]=> int(1) ["00000000396cd05900000000747adff2"]=> int(2) } 00000000396cd05a00000000747adff2 and 2 not the same!00000000396cd05900000000747adff2 and 1 not the same!
Output for 7.3.23
array(2) { ["000000005ebb34c00000000050e996c1"]=> int(2) ["000000005ebb34c30000000050e996c1"]=> int(1) } array(2) { ["000000005ebb34c00000000050e996c1"]=> int(1) ["000000005ebb34c30000000050e996c1"]=> int(2) } 000000005ebb34c00000000050e996c1 and 2 not the same!000000005ebb34c30000000050e996c1 and 1 not the same!
Output for 7.3.21
array(2) { ["0000000026a321de0000000041974e98"]=> int(2) ["0000000026a321dd0000000041974e98"]=> int(1) } array(2) { ["0000000026a321de0000000041974e98"]=> int(1) ["0000000026a321dd0000000041974e98"]=> int(2) } 0000000026a321de0000000041974e98 and 2 not the same!0000000026a321dd0000000041974e98 and 1 not the same!
Output for 7.3.20
array(2) { ["0000000036768ae000000000439ba3ca"]=> int(2) ["0000000036768ae300000000439ba3ca"]=> int(1) } array(2) { ["0000000036768ae000000000439ba3ca"]=> int(1) ["0000000036768ae300000000439ba3ca"]=> int(2) } 0000000036768ae000000000439ba3ca and 2 not the same!0000000036768ae300000000439ba3ca and 1 not the same!
Output for 7.3.19
array(2) { ["00000000771b7e560000000021c5123b"]=> int(2) ["00000000771b7e550000000021c5123b"]=> int(1) } array(2) { ["00000000771b7e560000000021c5123b"]=> int(1) ["00000000771b7e550000000021c5123b"]=> int(2) } 00000000771b7e560000000021c5123b and 2 not the same!00000000771b7e550000000021c5123b and 1 not the same!
Output for 7.3.18
array(2) { ["00000000224804b2000000005f7aad51"]=> int(2) ["00000000224804b1000000005f7aad51"]=> int(1) } array(2) { ["00000000224804b2000000005f7aad51"]=> int(1) ["00000000224804b1000000005f7aad51"]=> int(2) } 00000000224804b2000000005f7aad51 and 2 not the same!00000000224804b1000000005f7aad51 and 1 not the same!
Output for 7.3.17
array(2) { ["0000000044bfe00f000000000ca57060"]=> int(2) ["0000000044bfe00c000000000ca57060"]=> int(1) } array(2) { ["0000000044bfe00f000000000ca57060"]=> int(1) ["0000000044bfe00c000000000ca57060"]=> int(2) } 0000000044bfe00f000000000ca57060 and 2 not the same!0000000044bfe00c000000000ca57060 and 1 not the same!
Output for 7.3.16
array(2) { ["0000000038fe2811000000002e936413"]=> int(2) ["0000000038fe2812000000002e936413"]=> int(1) } array(2) { ["0000000038fe2811000000002e936413"]=> int(1) ["0000000038fe2812000000002e936413"]=> int(2) } 0000000038fe2811000000002e936413 and 2 not the same!0000000038fe2812000000002e936413 and 1 not the same!
Output for 7.3.12
array(2) { ["000000007f390efd000000005c2f65cf"]=> int(2) ["000000007f390efe000000005c2f65cf"]=> int(1) } array(2) { ["000000007f390efd000000005c2f65cf"]=> int(1) ["000000007f390efe000000005c2f65cf"]=> int(2) } 000000007f390efd000000005c2f65cf and 2 not the same!000000007f390efe000000005c2f65cf and 1 not the same!
Output for 7.2.33
array(2) { ["00000000249b3428000000005c91da97"]=> int(2) ["00000000249b342b000000005c91da97"]=> int(1) } array(2) { ["00000000249b3428000000005c91da97"]=> int(1) ["00000000249b342b000000005c91da97"]=> int(2) } 00000000249b3428000000005c91da97 and 2 not the same!00000000249b342b000000005c91da97 and 1 not the same!
Output for 7.2.32
array(2) { ["000000003bd5bfe4000000006ba1c572"]=> int(2) ["000000003bd5bfe7000000006ba1c572"]=> int(1) } array(2) { ["000000003bd5bfe4000000006ba1c572"]=> int(1) ["000000003bd5bfe7000000006ba1c572"]=> int(2) } 000000003bd5bfe4000000006ba1c572 and 2 not the same!000000003bd5bfe7000000006ba1c572 and 1 not the same!
Output for 7.2.31
array(2) { ["000000002de19065000000002105c4ce"]=> int(2) ["000000002de19066000000002105c4ce"]=> int(1) } array(2) { ["000000002de19065000000002105c4ce"]=> int(1) ["000000002de19066000000002105c4ce"]=> int(2) } 000000002de19065000000002105c4ce and 2 not the same!000000002de19066000000002105c4ce and 1 not the same!
Output for 7.2.29
array(2) { ["000000001278cfd4000000000ce26b8e"]=> int(2) ["000000001278cfd7000000000ce26b8e"]=> int(1) } array(2) { ["000000001278cfd4000000000ce26b8e"]=> int(1) ["000000001278cfd7000000000ce26b8e"]=> int(2) } 000000001278cfd4000000000ce26b8e and 2 not the same!000000001278cfd7000000000ce26b8e and 1 not the same!
Output for 7.2.6
array(2) { ["000000001db20677000000003dc66667"]=> int(2) ["000000001db20674000000003dc66667"]=> int(1) } array(2) { ["000000001db20677000000003dc66667"]=> int(1) ["000000001db20674000000003dc66667"]=> int(2) } 000000001db20677000000003dc66667 and 2 not the same!000000001db20674000000003dc66667 and 1 not the same!
Output for 7.2.0
array(2) { ["000000006aba001e00000000791780e7"]=> int(2) ["000000006aba001d00000000791780e7"]=> int(1) } array(2) { ["000000006aba001e00000000791780e7"]=> int(1) ["000000006aba001d00000000791780e7"]=> int(2) } 000000006aba001e00000000791780e7 and 2 not the same!000000006aba001d00000000791780e7 and 1 not the same!
Output for 7.1.20
array(2) { ["000000006a0e6993000000002b99f96e"]=> int(2) ["000000006a0e6990000000002b99f96e"]=> int(1) } array(2) { ["000000006a0e6993000000002b99f96e"]=> int(1) ["000000006a0e6990000000002b99f96e"]=> int(2) } 000000006a0e6993000000002b99f96e and 2 not the same!000000006a0e6990000000002b99f96e and 1 not the same!
Output for 7.1.10
array(2) { ["000000001aeeb187000000001861a57b"]=> int(2) ["000000001aeeb184000000001861a57b"]=> int(1) } array(2) { ["000000001aeeb187000000001861a57b"]=> int(1) ["000000001aeeb184000000001861a57b"]=> int(2) } 000000001aeeb187000000001861a57b and 2 not the same!000000001aeeb184000000001861a57b and 1 not the same!
Output for 7.1.7
array(2) { ["00000000118ab17600000000722b6d1d"]=> int(2) ["00000000118ab17500000000722b6d1d"]=> int(1) } array(2) { ["00000000118ab17600000000722b6d1d"]=> int(1) ["00000000118ab17500000000722b6d1d"]=> int(2) } 00000000118ab17600000000722b6d1d and 2 not the same!00000000118ab17500000000722b6d1d and 1 not the same!
Output for 7.1.6
array(2) { ["0000000047cfdbba000000004fcb7168"]=> int(2) ["0000000047cfdbb9000000004fcb7168"]=> int(1) } array(2) { ["0000000047cfdbba000000004fcb7168"]=> int(1) ["0000000047cfdbb9000000004fcb7168"]=> int(2) } 0000000047cfdbba000000004fcb7168 and 2 not the same!0000000047cfdbb9000000004fcb7168 and 1 not the same!
Output for 7.1.5
array(2) { ["000000006c03f096000000003bc2d0a0"]=> int(2) ["000000006c03f095000000003bc2d0a0"]=> int(1) } array(2) { ["000000006c03f096000000003bc2d0a0"]=> int(1) ["000000006c03f095000000003bc2d0a0"]=> int(2) } 000000006c03f096000000003bc2d0a0 and 2 not the same!000000006c03f095000000003bc2d0a0 and 1 not the same!
Output for 7.1.0
array(2) { ["0000000035f54dc0000000007e8057a2"]=> int(2) ["0000000035f54dc3000000007e8057a2"]=> int(1) } array(2) { ["0000000035f54dc0000000007e8057a2"]=> int(1) ["0000000035f54dc3000000007e8057a2"]=> int(2) } 0000000035f54dc0000000007e8057a2 and 2 not the same!0000000035f54dc3000000007e8057a2 and 1 not the same!
Output for 7.0.20
array(2) { ["000000002654aa71000000004be0e61b"]=> int(2) ["000000002654aa72000000004be0e61b"]=> int(1) } array(2) { ["000000002654aa71000000004be0e61b"]=> int(1) ["000000002654aa72000000004be0e61b"]=> int(2) } 000000002654aa71000000004be0e61b and 2 not the same!000000002654aa72000000004be0e61b and 1 not the same!
Output for 7.0.14
array(2) { ["000000000a3c5606000000006be67a02"]=> int(2) ["000000000a3c5605000000006be67a02"]=> int(1) } array(2) { ["000000000a3c5606000000006be67a02"]=> int(1) ["000000000a3c5605000000006be67a02"]=> int(2) } 000000000a3c5606000000006be67a02 and 2 not the same!000000000a3c5605000000006be67a02 and 1 not the same!
Output for 7.0.11
array(2) { ["000000002993153900000000123d1d27"]=> int(2) ["000000002993153a00000000123d1d27"]=> int(1) } array(2) { ["000000002993153900000000123d1d27"]=> int(1) ["000000002993153a00000000123d1d27"]=> int(2) } 000000002993153900000000123d1d27 and 2 not the same!000000002993153a00000000123d1d27 and 1 not the same!
Output for 7.0.10
array(2) { ["0000000063711c3b00000000048fdee4"]=> int(2) ["0000000063711c3800000000048fdee4"]=> int(1) } array(2) { ["0000000063711c3b00000000048fdee4"]=> int(1) ["0000000063711c3800000000048fdee4"]=> int(2) } 0000000063711c3b00000000048fdee4 and 2 not the same!0000000063711c3800000000048fdee4 and 1 not the same!
Output for 7.0.9
array(2) { ["00000000795488630000000076431011"]=> int(2) ["00000000795488600000000076431011"]=> int(1) } array(2) { ["00000000795488630000000076431011"]=> int(1) ["00000000795488600000000076431011"]=> int(2) } 00000000795488630000000076431011 and 2 not the same!00000000795488600000000076431011 and 1 not the same!
Output for 7.0.8
array(2) { ["000000002ce4980b0000000068ed7e52"]=> int(2) ["000000002ce498080000000068ed7e52"]=> int(1) } array(2) { ["000000002ce4980b0000000068ed7e52"]=> int(1) ["000000002ce498080000000068ed7e52"]=> int(2) } 000000002ce4980b0000000068ed7e52 and 2 not the same!000000002ce498080000000068ed7e52 and 1 not the same!
Output for 7.0.7
array(2) { ["0000000052de5ff2000000001235df6f"]=> int(2) ["0000000052de5ff1000000001235df6f"]=> int(1) } array(2) { ["0000000052de5ff2000000001235df6f"]=> int(1) ["0000000052de5ff1000000001235df6f"]=> int(2) } 0000000052de5ff2000000001235df6f and 2 not the same!0000000052de5ff1000000001235df6f and 1 not the same!
Output for 7.0.6
array(2) { ["0000000020eefbe50000000073db2930"]=> int(2) ["0000000020eefbe60000000073db2930"]=> int(1) } array(2) { ["0000000020eefbe50000000073db2930"]=> int(1) ["0000000020eefbe60000000073db2930"]=> int(2) } 0000000020eefbe50000000073db2930 and 2 not the same!0000000020eefbe60000000073db2930 and 1 not the same!
Output for 7.0.5
array(2) { ["0000000059ac5c33000000000c32e21e"]=> int(2) ["0000000059ac5c30000000000c32e21e"]=> int(1) } array(2) { ["0000000059ac5c33000000000c32e21e"]=> int(1) ["0000000059ac5c30000000000c32e21e"]=> int(2) } 0000000059ac5c33000000000c32e21e and 2 not the same!0000000059ac5c30000000000c32e21e and 1 not the same!
Output for 7.0.4
array(2) { ["000000000c8394350000000046a042bd"]=> int(2) ["000000000c8394360000000046a042bd"]=> int(1) } array(2) { ["000000000c8394350000000046a042bd"]=> int(1) ["000000000c8394360000000046a042bd"]=> int(2) } 000000000c8394350000000046a042bd and 2 not the same!000000000c8394360000000046a042bd and 1 not the same!
Output for 7.0.3
array(2) { ["000000006e1465c50000000040e5de47"]=> int(2) ["000000006e1465c60000000040e5de47"]=> int(1) } array(2) { ["000000006e1465c50000000040e5de47"]=> int(1) ["000000006e1465c60000000040e5de47"]=> int(2) } 000000006e1465c50000000040e5de47 and 2 not the same!000000006e1465c60000000040e5de47 and 1 not the same!
Output for 7.0.2
array(2) { ["000000005c26bd43000000004ed0d574"]=> int(2) ["000000005c26bd40000000004ed0d574"]=> int(1) } array(2) { ["000000005c26bd43000000004ed0d574"]=> int(1) ["000000005c26bd40000000004ed0d574"]=> int(2) } 000000005c26bd43000000004ed0d574 and 2 not the same!000000005c26bd40000000004ed0d574 and 1 not the same!
Output for 7.0.1
array(2) { ["0000000049e41074000000005889e892"]=> int(2) ["0000000049e41077000000005889e892"]=> int(1) } array(2) { ["0000000049e41074000000005889e892"]=> int(1) ["0000000049e41077000000005889e892"]=> int(2) } 0000000049e41074000000005889e892 and 2 not the same!0000000049e41077000000005889e892 and 1 not the same!
Output for 7.0.0
array(2) { ["000000001869aa380000000052280b67"]=> int(2) ["000000001869aa3b0000000052280b67"]=> int(1) } array(2) { ["000000001869aa380000000052280b67"]=> int(1) ["000000001869aa3b0000000052280b67"]=> int(2) } 000000001869aa380000000052280b67 and 2 not the same!000000001869aa3b0000000052280b67 and 1 not the same!
Output for 5.6.28
array(2) { ["000000001a34aaf8000000001785883a"]=> int(2) ["000000001a34aafb000000001785883a"]=> int(1) } array(2) { ["000000001a34aaf8000000001785883a"]=> int(1) ["000000001a34aafb000000001785883a"]=> int(2) } 000000001a34aaf8000000001785883a and 2 not the same!000000001a34aafb000000001785883a and 1 not the same!
Output for 5.6.26
array(2) { ["00000000069f42050000000068061b26"]=> int(2) ["00000000069f42060000000068061b26"]=> int(1) } array(2) { ["00000000069f42050000000068061b26"]=> int(1) ["00000000069f42060000000068061b26"]=> int(2) } 00000000069f42050000000068061b26 and 2 not the same!00000000069f42060000000068061b26 and 1 not the same!
Output for 5.6.25
array(2) { ["000000000745e7fc0000000020679e24"]=> int(2) ["000000000745e7ff0000000020679e24"]=> int(1) } array(2) { ["000000000745e7fc0000000020679e24"]=> int(1) ["000000000745e7ff0000000020679e24"]=> int(2) } 000000000745e7fc0000000020679e24 and 2 not the same!000000000745e7ff0000000020679e24 and 1 not the same!
Output for 5.6.24
array(2) { ["000000004feafc81000000006305998a"]=> int(2) ["000000004feafc82000000006305998a"]=> int(1) } array(2) { ["000000004feafc81000000006305998a"]=> int(1) ["000000004feafc82000000006305998a"]=> int(2) } 000000004feafc81000000006305998a and 2 not the same!000000004feafc82000000006305998a and 1 not the same!
Output for 5.6.23
array(2) { ["0000000019d69dda000000005840cb3e"]=> int(2) ["0000000019d69dd9000000005840cb3e"]=> int(1) } array(2) { ["0000000019d69dda000000005840cb3e"]=> int(1) ["0000000019d69dd9000000005840cb3e"]=> int(2) } 0000000019d69dda000000005840cb3e and 2 not the same!0000000019d69dd9000000005840cb3e and 1 not the same!
Output for 5.6.22
array(2) { ["00000000451e50620000000032e635dc"]=> int(2) ["00000000451e50610000000032e635dc"]=> int(1) } array(2) { ["00000000451e50620000000032e635dc"]=> int(1) ["00000000451e50610000000032e635dc"]=> int(2) } 00000000451e50620000000032e635dc and 2 not the same!00000000451e50610000000032e635dc and 1 not the same!
Output for 5.6.21
array(2) { ["0000000007f4b10c000000006e5d5ade"]=> int(2) ["0000000007f4b10f000000006e5d5ade"]=> int(1) } array(2) { ["0000000007f4b10c000000006e5d5ade"]=> int(1) ["0000000007f4b10f000000006e5d5ade"]=> int(2) } 0000000007f4b10c000000006e5d5ade and 2 not the same!0000000007f4b10f000000006e5d5ade and 1 not the same!
Output for 5.6.20
array(2) { ["000000004079e81b000000007fee05b4"]=> int(2) ["000000004079e818000000007fee05b4"]=> int(1) } array(2) { ["000000004079e81b000000007fee05b4"]=> int(1) ["000000004079e818000000007fee05b4"]=> int(2) } 000000004079e81b000000007fee05b4 and 2 not the same!000000004079e818000000007fee05b4 and 1 not the same!
Output for 5.6.19
array(2) { ["000000001c0b7a830000000036b29754"]=> int(2) ["000000001c0b7a800000000036b29754"]=> int(1) } array(2) { ["000000001c0b7a830000000036b29754"]=> int(1) ["000000001c0b7a800000000036b29754"]=> int(2) } 000000001c0b7a830000000036b29754 and 2 not the same!000000001c0b7a800000000036b29754 and 1 not the same!
Output for 5.6.18
array(2) { ["000000007eb9deaf000000007b850733"]=> int(2) ["000000007eb9deac000000007b850733"]=> int(1) } array(2) { ["000000007eb9deaf000000007b850733"]=> int(1) ["000000007eb9deac000000007b850733"]=> int(2) } 000000007eb9deaf000000007b850733 and 2 not the same!000000007eb9deac000000007b850733 and 1 not the same!
Output for 5.6.17
array(2) { ["000000005f0d8e6a000000000cdd2d92"]=> int(2) ["000000005f0d8e69000000000cdd2d92"]=> int(1) } array(2) { ["000000005f0d8e6a000000000cdd2d92"]=> int(1) ["000000005f0d8e69000000000cdd2d92"]=> int(2) } 000000005f0d8e6a000000000cdd2d92 and 2 not the same!000000005f0d8e69000000000cdd2d92 and 1 not the same!
Output for 5.6.16
array(2) { ["000000006a8aaab6000000005cf241e3"]=> int(2) ["000000006a8aaab5000000005cf241e3"]=> int(1) } array(2) { ["000000006a8aaab6000000005cf241e3"]=> int(1) ["000000006a8aaab5000000005cf241e3"]=> int(2) } 000000006a8aaab6000000005cf241e3 and 2 not the same!000000006a8aaab5000000005cf241e3 and 1 not the same!
Output for 5.6.15
array(2) { ["00000000188bd503000000003d50a8af"]=> int(2) ["00000000188bd500000000003d50a8af"]=> int(1) } array(2) { ["00000000188bd503000000003d50a8af"]=> int(1) ["00000000188bd500000000003d50a8af"]=> int(2) } 00000000188bd503000000003d50a8af and 2 not the same!00000000188bd500000000003d50a8af and 1 not the same!
Output for 5.6.14
array(2) { ["0000000073808e6b0000000076cc981a"]=> int(2) ["0000000073808e680000000076cc981a"]=> int(1) } array(2) { ["0000000073808e6b0000000076cc981a"]=> int(1) ["0000000073808e680000000076cc981a"]=> int(2) } 0000000073808e6b0000000076cc981a and 2 not the same!0000000073808e680000000076cc981a and 1 not the same!
Output for 5.6.13
array(2) { ["000000002ff9ee18000000002cc71999"]=> int(2) ["000000002ff9ee1b000000002cc71999"]=> int(1) } array(2) { ["000000002ff9ee18000000002cc71999"]=> int(1) ["000000002ff9ee1b000000002cc71999"]=> int(2) } 000000002ff9ee18000000002cc71999 and 2 not the same!000000002ff9ee1b000000002cc71999 and 1 not the same!
Output for 5.6.12
array(2) { ["0000000045e959260000000030644cc0"]=> int(2) ["0000000045e959250000000030644cc0"]=> int(1) } array(2) { ["0000000045e959260000000030644cc0"]=> int(1) ["0000000045e959250000000030644cc0"]=> int(2) } 0000000045e959260000000030644cc0 and 2 not the same!0000000045e959250000000030644cc0 and 1 not the same!
Output for 5.6.11
array(2) { ["0000000062b50f84000000004bbb79d5"]=> int(2) ["0000000062b50f87000000004bbb79d5"]=> int(1) } array(2) { ["0000000062b50f84000000004bbb79d5"]=> int(1) ["0000000062b50f87000000004bbb79d5"]=> int(2) } 0000000062b50f84000000004bbb79d5 and 2 not the same!0000000062b50f87000000004bbb79d5 and 1 not the same!
Output for 5.6.10
array(2) { ["00000000628fe3c30000000014403a8a"]=> int(2) ["00000000628fe3c00000000014403a8a"]=> int(1) } array(2) { ["00000000628fe3c30000000014403a8a"]=> int(1) ["00000000628fe3c00000000014403a8a"]=> int(2) } 00000000628fe3c30000000014403a8a and 2 not the same!00000000628fe3c00000000014403a8a and 1 not the same!
Output for 5.6.9
array(2) { ["000000003935f8130000000011b43aac"]=> int(2) ["000000003935f8100000000011b43aac"]=> int(1) } array(2) { ["000000003935f8130000000011b43aac"]=> int(1) ["000000003935f8100000000011b43aac"]=> int(2) } 000000003935f8130000000011b43aac and 2 not the same!000000003935f8100000000011b43aac and 1 not the same!
Output for 5.6.8
array(2) { ["00000000077c60130000000004ce0232"]=> int(2) ["00000000077c60100000000004ce0232"]=> int(1) } array(2) { ["00000000077c60130000000004ce0232"]=> int(1) ["00000000077c60100000000004ce0232"]=> int(2) } 00000000077c60130000000004ce0232 and 2 not the same!00000000077c60100000000004ce0232 and 1 not the same!
Output for 5.6.7
array(2) { ["000000006e7aa013000000000013b765"]=> int(2) ["000000006e7aa010000000000013b765"]=> int(1) } array(2) { ["000000006e7aa013000000000013b765"]=> int(1) ["000000006e7aa010000000000013b765"]=> int(2) } 000000006e7aa013000000000013b765 and 2 not the same!000000006e7aa010000000000013b765 and 1 not the same!
Output for 5.6.6
array(2) { ["000000001c28f5c1000000004995ea39"]=> int(2) ["000000001c28f5c2000000004995ea39"]=> int(1) } array(2) { ["000000001c28f5c1000000004995ea39"]=> int(1) ["000000001c28f5c2000000004995ea39"]=> int(2) } 000000001c28f5c1000000004995ea39 and 2 not the same!000000001c28f5c2000000004995ea39 and 1 not the same!
Output for 5.6.5
array(2) { ["00000000198d1ba30000000075d9448e"]=> int(2) ["00000000198d1ba00000000075d9448e"]=> int(1) } array(2) { ["00000000198d1ba30000000075d9448e"]=> int(1) ["00000000198d1ba00000000075d9448e"]=> int(2) } 00000000198d1ba30000000075d9448e and 2 not the same!00000000198d1ba00000000075d9448e and 1 not the same!
Output for 5.6.4
array(2) { ["0000000074ae200e000000001d688fa3"]=> int(2) ["0000000074ae200d000000001d688fa3"]=> int(1) } array(2) { ["0000000074ae200e000000001d688fa3"]=> int(1) ["0000000074ae200d000000001d688fa3"]=> int(2) } 0000000074ae200e000000001d688fa3 and 2 not the same!0000000074ae200d000000001d688fa3 and 1 not the same!
Output for 5.6.3
array(2) { ["000000000e4672d20000000051b76743"]=> int(2) ["000000000e4672d10000000051b76743"]=> int(1) } array(2) { ["000000000e4672d20000000051b76743"]=> int(1) ["000000000e4672d10000000051b76743"]=> int(2) } 000000000e4672d20000000051b76743 and 2 not the same!000000000e4672d10000000051b76743 and 1 not the same!
Output for 5.6.2
array(2) { ["00000000435fa37e0000000005fb76a9"]=> int(2) ["00000000435fa37d0000000005fb76a9"]=> int(1) } array(2) { ["00000000435fa37e0000000005fb76a9"]=> int(1) ["00000000435fa37d0000000005fb76a9"]=> int(2) } 00000000435fa37e0000000005fb76a9 and 2 not the same!00000000435fa37d0000000005fb76a9 and 1 not the same!
Output for 5.6.1
array(2) { ["000000005a8d363c000000006c10892d"]=> int(2) ["000000005a8d363f000000006c10892d"]=> int(1) } array(2) { ["000000005a8d363c000000006c10892d"]=> int(1) ["000000005a8d363f000000006c10892d"]=> int(2) } 000000005a8d363c000000006c10892d and 2 not the same!000000005a8d363f000000006c10892d and 1 not the same!
Output for 5.6.0
array(2) { ["0000000078c65b24000000001c704532"]=> int(2) ["0000000078c65b27000000001c704532"]=> int(1) } array(2) { ["0000000078c65b24000000001c704532"]=> int(1) ["0000000078c65b27000000001c704532"]=> int(2) } 0000000078c65b24000000001c704532 and 2 not the same!0000000078c65b27000000001c704532 and 1 not the same!
Output for 5.5.38
array(2) { ["000000006b7f71e40000000046202a34"]=> int(2) ["000000006b7f71e70000000046202a34"]=> int(1) } array(2) { ["000000006b7f71e40000000046202a34"]=> int(1) ["000000006b7f71e70000000046202a34"]=> int(2) } 000000006b7f71e40000000046202a34 and 2 not the same!000000006b7f71e70000000046202a34 and 1 not the same!
Output for 5.5.37
array(2) { ["000000003d50b66d0000000051b67126"]=> int(2) ["000000003d50b66e0000000051b67126"]=> int(1) } array(2) { ["000000003d50b66d0000000051b67126"]=> int(1) ["000000003d50b66e0000000051b67126"]=> int(2) } 000000003d50b66d0000000051b67126 and 2 not the same!000000003d50b66e0000000051b67126 and 1 not the same!
Output for 5.5.36
array(2) { ["0000000004ff87b800000000022e70b7"]=> int(2) ["0000000004ff87bb00000000022e70b7"]=> int(1) } array(2) { ["0000000004ff87b800000000022e70b7"]=> int(1) ["0000000004ff87bb00000000022e70b7"]=> int(2) } 0000000004ff87b800000000022e70b7 and 2 not the same!0000000004ff87bb00000000022e70b7 and 1 not the same!
Output for 5.5.35
array(2) { ["0000000008329a0100000000123c4bd0"]=> int(2) ["0000000008329a0200000000123c4bd0"]=> int(1) } array(2) { ["0000000008329a0100000000123c4bd0"]=> int(1) ["0000000008329a0200000000123c4bd0"]=> int(2) } 0000000008329a0100000000123c4bd0 and 2 not the same!0000000008329a0200000000123c4bd0 and 1 not the same!
Output for 5.5.34
array(2) { ["000000001a45fdc2000000002f09b09d"]=> int(2) ["000000001a45fdc1000000002f09b09d"]=> int(1) } array(2) { ["000000001a45fdc2000000002f09b09d"]=> int(1) ["000000001a45fdc1000000002f09b09d"]=> int(2) } 000000001a45fdc2000000002f09b09d and 2 not the same!000000001a45fdc1000000002f09b09d and 1 not the same!
Output for 5.5.33
array(2) { ["000000000475b6c2000000001c6c6260"]=> int(2) ["000000000475b6c1000000001c6c6260"]=> int(1) } array(2) { ["000000000475b6c2000000001c6c6260"]=> int(1) ["000000000475b6c1000000001c6c6260"]=> int(2) } 000000000475b6c2000000001c6c6260 and 2 not the same!000000000475b6c1000000001c6c6260 and 1 not the same!
Output for 5.5.32
array(2) { ["0000000003418d76000000003d72f610"]=> int(2) ["0000000003418d75000000003d72f610"]=> int(1) } array(2) { ["0000000003418d76000000003d72f610"]=> int(1) ["0000000003418d75000000003d72f610"]=> int(2) } 0000000003418d76000000003d72f610 and 2 not the same!0000000003418d75000000003d72f610 and 1 not the same!
Output for 5.5.31
array(2) { ["000000000ec4708a0000000046e5f12b"]=> int(2) ["000000000ec470890000000046e5f12b"]=> int(1) } array(2) { ["000000000ec4708a0000000046e5f12b"]=> int(1) ["000000000ec470890000000046e5f12b"]=> int(2) } 000000000ec4708a0000000046e5f12b and 2 not the same!000000000ec470890000000046e5f12b and 1 not the same!
Output for 5.5.30
array(2) { ["000000007e221c04000000004c886407"]=> int(2) ["000000007e221c07000000004c886407"]=> int(1) } array(2) { ["000000007e221c04000000004c886407"]=> int(1) ["000000007e221c07000000004c886407"]=> int(2) } 000000007e221c04000000004c886407 and 2 not the same!000000007e221c07000000004c886407 and 1 not the same!
Output for 5.5.29
array(2) { ["000000005f4ba4ee0000000027771f37"]=> int(2) ["000000005f4ba4ed0000000027771f37"]=> int(1) } array(2) { ["000000005f4ba4ee0000000027771f37"]=> int(1) ["000000005f4ba4ed0000000027771f37"]=> int(2) } 000000005f4ba4ee0000000027771f37 and 2 not the same!000000005f4ba4ed0000000027771f37 and 1 not the same!
Output for 5.5.28
array(2) { ["0000000026ea06ed0000000031062af0"]=> int(2) ["0000000026ea06ee0000000031062af0"]=> int(1) } array(2) { ["0000000026ea06ed0000000031062af0"]=> int(1) ["0000000026ea06ee0000000031062af0"]=> int(2) } 0000000026ea06ed0000000031062af0 and 2 not the same!0000000026ea06ee0000000031062af0 and 1 not the same!
Output for 5.5.27
array(2) { ["00000000499894dc000000007bdb77d6"]=> int(2) ["00000000499894df000000007bdb77d6"]=> int(1) } array(2) { ["00000000499894dc000000007bdb77d6"]=> int(1) ["00000000499894df000000007bdb77d6"]=> int(2) } 00000000499894dc000000007bdb77d6 and 2 not the same!00000000499894df000000007bdb77d6 and 1 not the same!
Output for 5.5.26
array(2) { ["000000000cc033d4000000002216f98d"]=> int(2) ["000000000cc033d7000000002216f98d"]=> int(1) } array(2) { ["000000000cc033d4000000002216f98d"]=> int(1) ["000000000cc033d7000000002216f98d"]=> int(2) } 000000000cc033d4000000002216f98d and 2 not the same!000000000cc033d7000000002216f98d and 1 not the same!
Output for 5.5.25
array(2) { ["000000004eb107ad000000004cde7f80"]=> int(2) ["000000004eb107ae000000004cde7f80"]=> int(1) } array(2) { ["000000004eb107ad000000004cde7f80"]=> int(1) ["000000004eb107ae000000004cde7f80"]=> int(2) } 000000004eb107ad000000004cde7f80 and 2 not the same!000000004eb107ae000000004cde7f80 and 1 not the same!
Output for 5.5.24
array(2) { ["000000000676fe1b000000000e578cf9"]=> int(2) ["000000000676fe18000000000e578cf9"]=> int(1) } array(2) { ["000000000676fe1b000000000e578cf9"]=> int(1) ["000000000676fe18000000000e578cf9"]=> int(2) } 000000000676fe1b000000000e578cf9 and 2 not the same!000000000676fe18000000000e578cf9 and 1 not the same!
Output for 5.5.23
array(2) { ["00000000476b8e65000000000ed21725"]=> int(2) ["00000000476b8e66000000000ed21725"]=> int(1) } array(2) { ["00000000476b8e65000000000ed21725"]=> int(1) ["00000000476b8e66000000000ed21725"]=> int(2) } 00000000476b8e65000000000ed21725 and 2 not the same!00000000476b8e66000000000ed21725 and 1 not the same!
Output for 5.5.22
array(2) { ["000000003a51410a0000000000ae9437"]=> int(2) ["000000003a5141090000000000ae9437"]=> int(1) } array(2) { ["000000003a51410a0000000000ae9437"]=> int(1) ["000000003a5141090000000000ae9437"]=> int(2) } 000000003a51410a0000000000ae9437 and 2 not the same!000000003a5141090000000000ae9437 and 1 not the same!
Output for 5.5.21
array(2) { ["000000005cab3370000000003db6a132"]=> int(2) ["000000005cab3373000000003db6a132"]=> int(1) } array(2) { ["000000005cab3370000000003db6a132"]=> int(1) ["000000005cab3373000000003db6a132"]=> int(2) } 000000005cab3370000000003db6a132 and 2 not the same!000000005cab3373000000003db6a132 and 1 not the same!
Output for 5.5.20
array(2) { ["00000000042f1633000000001d9b066e"]=> int(2) ["00000000042f1630000000001d9b066e"]=> int(1) } array(2) { ["00000000042f1633000000001d9b066e"]=> int(1) ["00000000042f1630000000001d9b066e"]=> int(2) } 00000000042f1633000000001d9b066e and 2 not the same!00000000042f1630000000001d9b066e and 1 not the same!
Output for 5.5.19
array(2) { ["000000004f215be90000000057971c9a"]=> int(2) ["000000004f215bea0000000057971c9a"]=> int(1) } array(2) { ["000000004f215be90000000057971c9a"]=> int(1) ["000000004f215bea0000000057971c9a"]=> int(2) } 000000004f215be90000000057971c9a and 2 not the same!000000004f215bea0000000057971c9a and 1 not the same!
Output for 5.5.18
array(2) { ["0000000059cfad5600000000025b5c2f"]=> int(2) ["0000000059cfad5500000000025b5c2f"]=> int(1) } array(2) { ["0000000059cfad5600000000025b5c2f"]=> int(1) ["0000000059cfad5500000000025b5c2f"]=> int(2) } 0000000059cfad5600000000025b5c2f and 2 not the same!0000000059cfad5500000000025b5c2f and 1 not the same!
Output for 5.5.16
array(2) { ["000000003761d4d0000000000dabcf3e"]=> int(2) ["000000003761d4d3000000000dabcf3e"]=> int(1) } array(2) { ["000000003761d4d0000000000dabcf3e"]=> int(1) ["000000003761d4d3000000000dabcf3e"]=> int(2) } 000000003761d4d0000000000dabcf3e and 2 not the same!000000003761d4d3000000000dabcf3e and 1 not the same!
Output for 5.5.15
array(2) { ["0000000006521dfa0000000029e84770"]=> int(2) ["0000000006521df90000000029e84770"]=> int(1) } array(2) { ["0000000006521dfa0000000029e84770"]=> int(1) ["0000000006521df90000000029e84770"]=> int(2) } 0000000006521dfa0000000029e84770 and 2 not the same!0000000006521df90000000029e84770 and 1 not the same!
Output for 5.5.14
array(2) { ["000000001b9fed480000000036804b5b"]=> int(2) ["000000001b9fed4b0000000036804b5b"]=> int(1) } array(2) { ["000000001b9fed480000000036804b5b"]=> int(1) ["000000001b9fed4b0000000036804b5b"]=> int(2) } 000000001b9fed480000000036804b5b and 2 not the same!000000001b9fed4b0000000036804b5b and 1 not the same!
Output for 5.5.13
array(2) { ["0000000036dd966a0000000032a34bc0"]=> int(2) ["0000000036dd96690000000032a34bc0"]=> int(1) } array(2) { ["0000000036dd966a0000000032a34bc0"]=> int(1) ["0000000036dd96690000000032a34bc0"]=> int(2) } 0000000036dd966a0000000032a34bc0 and 2 not the same!0000000036dd96690000000032a34bc0 and 1 not the same!
Output for 5.5.12
array(2) { ["000000000f46c9ae0000000032e57483"]=> int(2) ["000000000f46c9ad0000000032e57483"]=> int(1) } array(2) { ["000000000f46c9ae0000000032e57483"]=> int(1) ["000000000f46c9ad0000000032e57483"]=> int(2) } 000000000f46c9ae0000000032e57483 and 2 not the same!000000000f46c9ad0000000032e57483 and 1 not the same!
Output for 5.5.11
array(2) { ["0000000015d4b8c10000000041091eaa"]=> int(2) ["0000000015d4b8c20000000041091eaa"]=> int(1) } array(2) { ["0000000015d4b8c10000000041091eaa"]=> int(1) ["0000000015d4b8c20000000041091eaa"]=> int(2) } 0000000015d4b8c10000000041091eaa and 2 not the same!0000000015d4b8c20000000041091eaa and 1 not the same!
Output for 5.5.10
array(2) { ["00000000186626560000000064d90e5d"]=> int(2) ["00000000186626550000000064d90e5d"]=> int(1) } array(2) { ["00000000186626560000000064d90e5d"]=> int(1) ["00000000186626550000000064d90e5d"]=> int(2) } 00000000186626560000000064d90e5d and 2 not the same!00000000186626550000000064d90e5d and 1 not the same!
Output for 5.5.9
array(2) { ["000000004db563f00000000043762295"]=> int(2) ["000000004db563f30000000043762295"]=> int(1) } array(2) { ["000000004db563f00000000043762295"]=> int(1) ["000000004db563f30000000043762295"]=> int(2) } 000000004db563f00000000043762295 and 2 not the same!000000004db563f30000000043762295 and 1 not the same!
Output for 5.5.8
array(2) { ["00000000535a228e00000000069c74c1"]=> int(2) ["00000000535a228d00000000069c74c1"]=> int(1) } array(2) { ["00000000535a228e00000000069c74c1"]=> int(1) ["00000000535a228d00000000069c74c1"]=> int(2) } 00000000535a228e00000000069c74c1 and 2 not the same!00000000535a228d00000000069c74c1 and 1 not the same!
Output for 5.5.7
array(2) { ["000000000c609dcf000000003f49c97c"]=> int(2) ["000000000c609dcc000000003f49c97c"]=> int(1) } array(2) { ["000000000c609dcf000000003f49c97c"]=> int(1) ["000000000c609dcc000000003f49c97c"]=> int(2) } 000000000c609dcf000000003f49c97c and 2 not the same!000000000c609dcc000000003f49c97c and 1 not the same!
Output for 5.5.6
array(2) { ["000000002dcfd96a0000000049b9006e"]=> int(2) ["000000002dcfd9690000000049b9006e"]=> int(1) } array(2) { ["000000002dcfd96a0000000049b9006e"]=> int(1) ["000000002dcfd9690000000049b9006e"]=> int(2) } 000000002dcfd96a0000000049b9006e and 2 not the same!000000002dcfd9690000000049b9006e and 1 not the same!
Output for 5.5.5
array(2) { ["000000005a557fe500000000131654ac"]=> int(2) ["000000005a557fe600000000131654ac"]=> int(1) } array(2) { ["000000005a557fe500000000131654ac"]=> int(1) ["000000005a557fe600000000131654ac"]=> int(2) } 000000005a557fe500000000131654ac and 2 not the same!000000005a557fe600000000131654ac and 1 not the same!
Output for 5.5.4
array(2) { ["0000000054d27fcc0000000055b9ffba"]=> int(2) ["0000000054d27fcf0000000055b9ffba"]=> int(1) } array(2) { ["0000000054d27fcc0000000055b9ffba"]=> int(1) ["0000000054d27fcf0000000055b9ffba"]=> int(2) } 0000000054d27fcc0000000055b9ffba and 2 not the same!0000000054d27fcf0000000055b9ffba and 1 not the same!
Output for 5.5.3
array(2) { ["000000005311f3e3000000002c20ac69"]=> int(2) ["000000005311f3e0000000002c20ac69"]=> int(1) } array(2) { ["000000005311f3e3000000002c20ac69"]=> int(1) ["000000005311f3e0000000002c20ac69"]=> int(2) } 000000005311f3e3000000002c20ac69 and 2 not the same!000000005311f3e0000000002c20ac69 and 1 not the same!
Output for 5.5.2
array(2) { ["000000002a278acb00000000025ad249"]=> int(2) ["000000002a278ac800000000025ad249"]=> int(1) } array(2) { ["000000002a278acb00000000025ad249"]=> int(1) ["000000002a278ac800000000025ad249"]=> int(2) } 000000002a278acb00000000025ad249 and 2 not the same!000000002a278ac800000000025ad249 and 1 not the same!
Output for 5.5.1
array(2) { ["000000006e6ff4a500000000623401fa"]=> int(2) ["000000006e6ff4a600000000623401fa"]=> int(1) } array(2) { ["000000006e6ff4a500000000623401fa"]=> int(1) ["000000006e6ff4a600000000623401fa"]=> int(2) } 000000006e6ff4a500000000623401fa and 2 not the same!000000006e6ff4a600000000623401fa and 1 not the same!
Output for 5.5.0
array(2) { ["0000000000b8066c000000003191ecd8"]=> int(2) ["0000000000b8066f000000003191ecd8"]=> int(1) } array(2) { ["0000000000b8066c000000003191ecd8"]=> int(1) ["0000000000b8066f000000003191ecd8"]=> int(2) } 0000000000b8066c000000003191ecd8 and 2 not the same!0000000000b8066f000000003191ecd8 and 1 not the same!
Output for 5.4.45
array(2) { ["0000000022b38ad10000000016ea266d"]=> int(2) ["0000000022b38ad20000000016ea266d"]=> int(1) } array(2) { ["0000000022b38ad10000000016ea266d"]=> int(1) ["0000000022b38ad20000000016ea266d"]=> int(2) } 0000000022b38ad10000000016ea266d and 2 not the same!0000000022b38ad20000000016ea266d and 1 not the same!
Output for 5.4.44
array(2) { ["000000000c00a9da00000000279b7912"]=> int(2) ["000000000c00a9d900000000279b7912"]=> int(1) } array(2) { ["000000000c00a9da00000000279b7912"]=> int(1) ["000000000c00a9d900000000279b7912"]=> int(2) } 000000000c00a9da00000000279b7912 and 2 not the same!000000000c00a9d900000000279b7912 and 1 not the same!
Output for 5.4.43
array(2) { ["0000000023ec59f6000000006885deb5"]=> int(2) ["0000000023ec59f5000000006885deb5"]=> int(1) } array(2) { ["0000000023ec59f6000000006885deb5"]=> int(1) ["0000000023ec59f5000000006885deb5"]=> int(2) } 0000000023ec59f6000000006885deb5 and 2 not the same!0000000023ec59f5000000006885deb5 and 1 not the same!
Output for 5.4.42
array(2) { ["00000000700c5551000000005c07a3cc"]=> int(2) ["00000000700c5552000000005c07a3cc"]=> int(1) } array(2) { ["00000000700c5551000000005c07a3cc"]=> int(1) ["00000000700c5552000000005c07a3cc"]=> int(2) } 00000000700c5551000000005c07a3cc and 2 not the same!00000000700c5552000000005c07a3cc and 1 not the same!
Output for 5.4.41
array(2) { ["000000001e3412e80000000039da8d6f"]=> int(2) ["000000001e3412eb0000000039da8d6f"]=> int(1) } array(2) { ["000000001e3412e80000000039da8d6f"]=> int(1) ["000000001e3412eb0000000039da8d6f"]=> int(2) } 000000001e3412e80000000039da8d6f and 2 not the same!000000001e3412eb0000000039da8d6f and 1 not the same!
Output for 5.4.40
array(2) { ["000000007af3c09a00000000180e91c7"]=> int(2) ["000000007af3c09900000000180e91c7"]=> int(1) } array(2) { ["000000007af3c09a00000000180e91c7"]=> int(1) ["000000007af3c09900000000180e91c7"]=> int(2) } 000000007af3c09a00000000180e91c7 and 2 not the same!000000007af3c09900000000180e91c7 and 1 not the same!
Output for 5.4.39
array(2) { ["0000000078bd03f3000000006e3b2368"]=> int(2) ["0000000078bd03f0000000006e3b2368"]=> int(1) } array(2) { ["0000000078bd03f3000000006e3b2368"]=> int(1) ["0000000078bd03f0000000006e3b2368"]=> int(2) } 0000000078bd03f3000000006e3b2368 and 2 not the same!0000000078bd03f0000000006e3b2368 and 1 not the same!
Output for 5.4.38
array(2) { ["0000000000cf980f00000000424be14d"]=> int(2) ["0000000000cf980c00000000424be14d"]=> int(1) } array(2) { ["0000000000cf980f00000000424be14d"]=> int(1) ["0000000000cf980c00000000424be14d"]=> int(2) } 0000000000cf980f00000000424be14d and 2 not the same!0000000000cf980c00000000424be14d and 1 not the same!
Output for 5.4.37
array(2) { ["000000006bcabd13000000003db8b798"]=> int(2) ["000000006bcabd10000000003db8b798"]=> int(1) } array(2) { ["000000006bcabd13000000003db8b798"]=> int(1) ["000000006bcabd10000000003db8b798"]=> int(2) } 000000006bcabd13000000003db8b798 and 2 not the same!000000006bcabd10000000003db8b798 and 1 not the same!
Output for 5.4.36
array(2) { ["000000007ad6c33300000000453c17ee"]=> int(2) ["000000007ad6c33000000000453c17ee"]=> int(1) } array(2) { ["000000007ad6c33300000000453c17ee"]=> int(1) ["000000007ad6c33000000000453c17ee"]=> int(2) } 000000007ad6c33300000000453c17ee and 2 not the same!000000007ad6c33000000000453c17ee and 1 not the same!
Output for 5.4.35
array(2) { ["000000007ea4ee27000000007c353f94"]=> int(2) ["000000007ea4ee24000000007c353f94"]=> int(1) } array(2) { ["000000007ea4ee27000000007c353f94"]=> int(1) ["000000007ea4ee24000000007c353f94"]=> int(2) } 000000007ea4ee27000000007c353f94 and 2 not the same!000000007ea4ee24000000007c353f94 and 1 not the same!
Output for 5.4.34
array(2) { ["000000003c1b4741000000005e55a393"]=> int(2) ["000000003c1b4742000000005e55a393"]=> int(1) } array(2) { ["000000003c1b4741000000005e55a393"]=> int(1) ["000000003c1b4742000000005e55a393"]=> int(2) } 000000003c1b4741000000005e55a393 and 2 not the same!000000003c1b4742000000005e55a393 and 1 not the same!
Output for 5.4.32
array(2) { ["000000004fd6756f000000000b9bd2ae"]=> int(2) ["000000004fd6756c000000000b9bd2ae"]=> int(1) } array(2) { ["000000004fd6756f000000000b9bd2ae"]=> int(1) ["000000004fd6756c000000000b9bd2ae"]=> int(2) } 000000004fd6756f000000000b9bd2ae and 2 not the same!000000004fd6756c000000000b9bd2ae and 1 not the same!
Output for 5.4.31
array(2) { ["000000003c1b40eb0000000046a6ce6d"]=> int(2) ["000000003c1b40e80000000046a6ce6d"]=> int(1) } array(2) { ["000000003c1b40eb0000000046a6ce6d"]=> int(1) ["000000003c1b40e80000000046a6ce6d"]=> int(2) } 000000003c1b40eb0000000046a6ce6d and 2 not the same!000000003c1b40e80000000046a6ce6d and 1 not the same!
Output for 5.4.30
array(2) { ["0000000007ef6d52000000007fb9c8ab"]=> int(2) ["0000000007ef6d51000000007fb9c8ab"]=> int(1) } array(2) { ["0000000007ef6d52000000007fb9c8ab"]=> int(1) ["0000000007ef6d51000000007fb9c8ab"]=> int(2) } 0000000007ef6d52000000007fb9c8ab and 2 not the same!0000000007ef6d51000000007fb9c8ab and 1 not the same!
Output for 5.4.29
array(2) { ["00000000161eddd60000000042453678"]=> int(2) ["00000000161eddd50000000042453678"]=> int(1) } array(2) { ["00000000161eddd60000000042453678"]=> int(1) ["00000000161eddd50000000042453678"]=> int(2) } 00000000161eddd60000000042453678 and 2 not the same!00000000161eddd50000000042453678 and 1 not the same!
Output for 5.4.28
array(2) { ["0000000003dbc0f4000000000d925af6"]=> int(2) ["0000000003dbc0f7000000000d925af6"]=> int(1) } array(2) { ["0000000003dbc0f4000000000d925af6"]=> int(1) ["0000000003dbc0f7000000000d925af6"]=> int(2) } 0000000003dbc0f4000000000d925af6 and 2 not the same!0000000003dbc0f7000000000d925af6 and 1 not the same!
Output for 5.4.27
array(2) { ["000000005005e05c0000000042f26541"]=> int(2) ["000000005005e05f0000000042f26541"]=> int(1) } array(2) { ["000000005005e05c0000000042f26541"]=> int(1) ["000000005005e05f0000000042f26541"]=> int(2) } 000000005005e05c0000000042f26541 and 2 not the same!000000005005e05f0000000042f26541 and 1 not the same!
Output for 5.4.26
array(2) { ["000000002d61464b0000000007effa87"]=> int(2) ["000000002d6146480000000007effa87"]=> int(1) } array(2) { ["000000002d61464b0000000007effa87"]=> int(1) ["000000002d6146480000000007effa87"]=> int(2) } 000000002d61464b0000000007effa87 and 2 not the same!000000002d6146480000000007effa87 and 1 not the same!
Output for 5.4.25
array(2) { ["0000000060d3defa00000000160140bf"]=> int(2) ["0000000060d3def900000000160140bf"]=> int(1) } array(2) { ["0000000060d3defa00000000160140bf"]=> int(1) ["0000000060d3def900000000160140bf"]=> int(2) } 0000000060d3defa00000000160140bf and 2 not the same!0000000060d3def900000000160140bf and 1 not the same!
Output for 5.4.24
array(2) { ["00000000169ae616000000003313d9f5"]=> int(2) ["00000000169ae615000000003313d9f5"]=> int(1) } array(2) { ["00000000169ae616000000003313d9f5"]=> int(1) ["00000000169ae615000000003313d9f5"]=> int(2) } 00000000169ae616000000003313d9f5 and 2 not the same!00000000169ae615000000003313d9f5 and 1 not the same!
Output for 5.4.23
array(2) { ["0000000041a64fe3000000001cc78a3f"]=> int(2) ["0000000041a64fe0000000001cc78a3f"]=> int(1) } array(2) { ["0000000041a64fe3000000001cc78a3f"]=> int(1) ["0000000041a64fe0000000001cc78a3f"]=> int(2) } 0000000041a64fe3000000001cc78a3f and 2 not the same!0000000041a64fe0000000001cc78a3f and 1 not the same!
Output for 5.4.22
array(2) { ["00000000060a4ba3000000000e910bb6"]=> int(2) ["00000000060a4ba0000000000e910bb6"]=> int(1) } array(2) { ["00000000060a4ba3000000000e910bb6"]=> int(1) ["00000000060a4ba0000000000e910bb6"]=> int(2) } 00000000060a4ba3000000000e910bb6 and 2 not the same!00000000060a4ba0000000000e910bb6 and 1 not the same!
Output for 5.4.21
array(2) { ["000000005dfd5f640000000071f2a90f"]=> int(2) ["000000005dfd5f670000000071f2a90f"]=> int(1) } array(2) { ["000000005dfd5f640000000071f2a90f"]=> int(1) ["000000005dfd5f670000000071f2a90f"]=> int(2) } 000000005dfd5f640000000071f2a90f and 2 not the same!000000005dfd5f670000000071f2a90f and 1 not the same!
Output for 5.4.20
array(2) { ["000000005aad0e2f0000000079421aa2"]=> int(2) ["000000005aad0e2c0000000079421aa2"]=> int(1) } array(2) { ["000000005aad0e2f0000000079421aa2"]=> int(1) ["000000005aad0e2c0000000079421aa2"]=> int(2) } 000000005aad0e2f0000000079421aa2 and 2 not the same!000000005aad0e2c0000000079421aa2 and 1 not the same!
Output for 5.4.19
array(2) { ["00000000636083c600000000300571d2"]=> int(2) ["00000000636083c500000000300571d2"]=> int(1) } array(2) { ["00000000636083c600000000300571d2"]=> int(1) ["00000000636083c500000000300571d2"]=> int(2) } 00000000636083c600000000300571d2 and 2 not the same!00000000636083c500000000300571d2 and 1 not the same!
Output for 5.4.18
array(2) { ["00000000312c3a500000000006411f16"]=> int(2) ["00000000312c3a530000000006411f16"]=> int(1) } array(2) { ["00000000312c3a500000000006411f16"]=> int(1) ["00000000312c3a530000000006411f16"]=> int(2) } 00000000312c3a500000000006411f16 and 2 not the same!00000000312c3a530000000006411f16 and 1 not the same!
Output for 5.4.17
array(2) { ["000000000d7f64270000000026ca84a1"]=> int(2) ["000000000d7f64240000000026ca84a1"]=> int(1) } array(2) { ["000000000d7f64270000000026ca84a1"]=> int(1) ["000000000d7f64240000000026ca84a1"]=> int(2) } 000000000d7f64270000000026ca84a1 and 2 not the same!000000000d7f64240000000026ca84a1 and 1 not the same!
Output for 5.4.16
array(2) { ["00000000250803b9000000001a950453"]=> int(2) ["00000000250803ba000000001a950453"]=> int(1) } array(2) { ["00000000250803b9000000001a950453"]=> int(1) ["00000000250803ba000000001a950453"]=> int(2) } 00000000250803b9000000001a950453 and 2 not the same!00000000250803ba000000001a950453 and 1 not the same!
Output for 5.4.15
array(2) { ["000000002bdf71450000000017804156"]=> int(2) ["000000002bdf71460000000017804156"]=> int(1) } array(2) { ["000000002bdf71450000000017804156"]=> int(1) ["000000002bdf71460000000017804156"]=> int(2) } 000000002bdf71450000000017804156 and 2 not the same!000000002bdf71460000000017804156 and 1 not the same!
Output for 5.4.14
array(2) { ["00000000069713b70000000076ecd0d3"]=> int(2) ["00000000069713b40000000076ecd0d3"]=> int(1) } array(2) { ["00000000069713b70000000076ecd0d3"]=> int(1) ["00000000069713b40000000076ecd0d3"]=> int(2) } 00000000069713b70000000076ecd0d3 and 2 not the same!00000000069713b40000000076ecd0d3 and 1 not the same!
Output for 5.4.13
array(2) { ["0000000076fa80c80000000030551bf6"]=> int(2) ["0000000076fa80cb0000000030551bf6"]=> int(1) } array(2) { ["0000000076fa80c80000000030551bf6"]=> int(1) ["0000000076fa80cb0000000030551bf6"]=> int(2) } 0000000076fa80c80000000030551bf6 and 2 not the same!0000000076fa80cb0000000030551bf6 and 1 not the same!
Output for 5.4.12
array(2) { ["00000000359899e800000000408ea917"]=> int(2) ["00000000359899eb00000000408ea917"]=> int(1) } array(2) { ["00000000359899e800000000408ea917"]=> int(1) ["00000000359899eb00000000408ea917"]=> int(2) } 00000000359899e800000000408ea917 and 2 not the same!00000000359899eb00000000408ea917 and 1 not the same!
Output for 5.4.11
array(2) { ["0000000004553cba000000006853de17"]=> int(2) ["0000000004553cb9000000006853de17"]=> int(1) } array(2) { ["0000000004553cba000000006853de17"]=> int(1) ["0000000004553cb9000000006853de17"]=> int(2) } 0000000004553cba000000006853de17 and 2 not the same!0000000004553cb9000000006853de17 and 1 not the same!
Output for 5.4.10
array(2) { ["000000000636c4780000000006bfbf9a"]=> int(2) ["000000000636c47b0000000006bfbf9a"]=> int(1) } array(2) { ["000000000636c4780000000006bfbf9a"]=> int(1) ["000000000636c47b0000000006bfbf9a"]=> int(2) } 000000000636c4780000000006bfbf9a and 2 not the same!000000000636c47b0000000006bfbf9a and 1 not the same!
Output for 5.4.9
array(2) { ["000000000080d5f10000000010915d14"]=> int(2) ["000000000080d5f20000000010915d14"]=> int(1) } array(2) { ["000000000080d5f10000000010915d14"]=> int(1) ["000000000080d5f20000000010915d14"]=> int(2) } 000000000080d5f10000000010915d14 and 2 not the same!000000000080d5f20000000010915d14 and 1 not the same!
Output for 5.4.8
array(2) { ["000000003534707c0000000035676499"]=> int(2) ["000000003534707f0000000035676499"]=> int(1) } array(2) { ["000000003534707c0000000035676499"]=> int(1) ["000000003534707f0000000035676499"]=> int(2) } 000000003534707c0000000035676499 and 2 not the same!000000003534707f0000000035676499 and 1 not the same!
Output for 5.4.7
array(2) { ["00000000041ccb30000000004d198646"]=> int(2) ["00000000041ccb33000000004d198646"]=> int(1) } array(2) { ["00000000041ccb30000000004d198646"]=> int(1) ["00000000041ccb33000000004d198646"]=> int(2) } 00000000041ccb30000000004d198646 and 2 not the same!00000000041ccb33000000004d198646 and 1 not the same!
Output for 5.4.6
array(2) { ["000000007cb55e9c00000000611f0dd9"]=> int(2) ["000000007cb55e9f00000000611f0dd9"]=> int(1) } array(2) { ["000000007cb55e9c00000000611f0dd9"]=> int(1) ["000000007cb55e9f00000000611f0dd9"]=> int(2) } 000000007cb55e9c00000000611f0dd9 and 2 not the same!000000007cb55e9f00000000611f0dd9 and 1 not the same!
Output for 5.4.5
array(2) { ["0000000002c3ead8000000007ced6f90"]=> int(2) ["0000000002c3eadb000000007ced6f90"]=> int(1) } array(2) { ["0000000002c3ead8000000007ced6f90"]=> int(1) ["0000000002c3eadb000000007ced6f90"]=> int(2) } 0000000002c3ead8000000007ced6f90 and 2 not the same!0000000002c3eadb000000007ced6f90 and 1 not the same!
Output for 5.4.4
array(2) { ["00000000078e78e10000000023a45eda"]=> int(2) ["00000000078e78e20000000023a45eda"]=> int(1) } array(2) { ["00000000078e78e10000000023a45eda"]=> int(1) ["00000000078e78e20000000023a45eda"]=> int(2) } 00000000078e78e10000000023a45eda and 2 not the same!00000000078e78e20000000023a45eda and 1 not the same!
Output for 5.4.3
array(2) { ["00000000778dcaee000000001fa63164"]=> int(2) ["00000000778dcaed000000001fa63164"]=> int(1) } array(2) { ["00000000778dcaee000000001fa63164"]=> int(1) ["00000000778dcaed000000001fa63164"]=> int(2) } 00000000778dcaee000000001fa63164 and 2 not the same!00000000778dcaed000000001fa63164 and 1 not the same!
Output for 5.4.2
array(2) { ["000000004b412b520000000015f428dc"]=> int(2) ["000000004b412b510000000015f428dc"]=> int(1) } array(2) { ["000000004b412b520000000015f428dc"]=> int(1) ["000000004b412b510000000015f428dc"]=> int(2) } 000000004b412b520000000015f428dc and 2 not the same!000000004b412b510000000015f428dc and 1 not the same!
Output for 5.4.1
array(2) { ["000000000f174993000000006e3b17eb"]=> int(2) ["000000000f174990000000006e3b17eb"]=> int(1) } array(2) { ["000000000f174993000000006e3b17eb"]=> int(1) ["000000000f174990000000006e3b17eb"]=> int(2) } 000000000f174993000000006e3b17eb and 2 not the same!000000000f174990000000006e3b17eb and 1 not the same!
Output for 5.4.0
array(2) { ["000000003145494d0000000034cd1e7d"]=> int(2) ["000000003145494e0000000034cd1e7d"]=> int(1) } array(2) { ["000000003145494d0000000034cd1e7d"]=> int(1) ["000000003145494e0000000034cd1e7d"]=> int(2) } 000000003145494d0000000034cd1e7d and 2 not the same!000000003145494e0000000034cd1e7d and 1 not the same!
Output for 5.3.29
array(2) { ["0000000019e15a2e0000000073ae4c96"]=> int(2) ["0000000019e15a2d0000000073ae4c96"]=> int(1) } array(2) { ["0000000019e15a2e0000000073ae4c96"]=> int(1) ["0000000019e15a2d0000000073ae4c96"]=> int(2) } 0000000019e15a2e0000000073ae4c96 and 2 not the same!0000000019e15a2d0000000073ae4c96 and 1 not the same!
Output for 5.3.28
array(2) { ["000000004521466c000000002659ead9"]=> int(2) ["000000004521466f000000002659ead9"]=> int(1) } array(2) { ["000000004521466c000000002659ead9"]=> int(1) ["000000004521466f000000002659ead9"]=> int(2) } 000000004521466c000000002659ead9 and 2 not the same!000000004521466f000000002659ead9 and 1 not the same!
Output for 5.3.27
array(2) { ["000000005dec3eab0000000075a58c6e"]=> int(2) ["000000005dec3ea80000000075a58c6e"]=> int(1) } array(2) { ["000000005dec3eab0000000075a58c6e"]=> int(1) ["000000005dec3ea80000000075a58c6e"]=> int(2) } 000000005dec3eab0000000075a58c6e and 2 not the same!000000005dec3ea80000000075a58c6e and 1 not the same!
Output for 5.3.26
array(2) { ["00000000428a7c7d000000007202e10e"]=> int(2) ["00000000428a7c7e000000007202e10e"]=> int(1) } array(2) { ["00000000428a7c7d000000007202e10e"]=> int(1) ["00000000428a7c7e000000007202e10e"]=> int(2) } 00000000428a7c7d000000007202e10e and 2 not the same!00000000428a7c7e000000007202e10e and 1 not the same!
Output for 5.3.25
array(2) { ["0000000020dea72b000000006977097d"]=> int(2) ["0000000020dea728000000006977097d"]=> int(1) } array(2) { ["0000000020dea72b000000006977097d"]=> int(1) ["0000000020dea728000000006977097d"]=> int(2) } 0000000020dea72b000000006977097d and 2 not the same!0000000020dea728000000006977097d and 1 not the same!
Output for 5.3.24
array(2) { ["00000000276cc50f00000000594d5449"]=> int(2) ["00000000276cc50c00000000594d5449"]=> int(1) } array(2) { ["00000000276cc50f00000000594d5449"]=> int(1) ["00000000276cc50c00000000594d5449"]=> int(2) } 00000000276cc50f00000000594d5449 and 2 not the same!00000000276cc50c00000000594d5449 and 1 not the same!
Output for 5.3.23
array(2) { ["000000003d2835e80000000047ed8fc8"]=> int(2) ["000000003d2835eb0000000047ed8fc8"]=> int(1) } array(2) { ["000000003d2835e80000000047ed8fc8"]=> int(1) ["000000003d2835eb0000000047ed8fc8"]=> int(2) } 000000003d2835e80000000047ed8fc8 and 2 not the same!000000003d2835eb0000000047ed8fc8 and 1 not the same!
Output for 5.3.22
array(2) { ["0000000040e993ae000000003f007e2e"]=> int(2) ["0000000040e993ad000000003f007e2e"]=> int(1) } array(2) { ["0000000040e993ae000000003f007e2e"]=> int(1) ["0000000040e993ad000000003f007e2e"]=> int(2) } 0000000040e993ae000000003f007e2e and 2 not the same!0000000040e993ad000000003f007e2e and 1 not the same!
Output for 5.3.21
array(2) { ["000000007ac1b9bb000000005ea72ccd"]=> int(2) ["000000007ac1b9b8000000005ea72ccd"]=> int(1) } array(2) { ["000000007ac1b9bb000000005ea72ccd"]=> int(1) ["000000007ac1b9b8000000005ea72ccd"]=> int(2) } 000000007ac1b9bb000000005ea72ccd and 2 not the same!000000007ac1b9b8000000005ea72ccd and 1 not the same!
Output for 5.3.20
array(2) { ["00000000636dbe380000000053ecf718"]=> int(2) ["00000000636dbe3b0000000053ecf718"]=> int(1) } array(2) { ["00000000636dbe380000000053ecf718"]=> int(1) ["00000000636dbe3b0000000053ecf718"]=> int(2) } 00000000636dbe380000000053ecf718 and 2 not the same!00000000636dbe3b0000000053ecf718 and 1 not the same!
Output for 5.3.19
array(2) { ["000000000c1e26320000000063f86cd2"]=> int(2) ["000000000c1e26310000000063f86cd2"]=> int(1) } array(2) { ["000000000c1e26320000000063f86cd2"]=> int(1) ["000000000c1e26310000000063f86cd2"]=> int(2) } 000000000c1e26320000000063f86cd2 and 2 not the same!000000000c1e26310000000063f86cd2 and 1 not the same!
Output for 5.3.18
array(2) { ["0000000012d7840b0000000053d19026"]=> int(2) ["0000000012d784080000000053d19026"]=> int(1) } array(2) { ["0000000012d7840b0000000053d19026"]=> int(1) ["0000000012d784080000000053d19026"]=> int(2) } 0000000012d7840b0000000053d19026 and 2 not the same!0000000012d784080000000053d19026 and 1 not the same!
Output for 5.3.17
array(2) { ["000000002e20959c0000000062115283"]=> int(2) ["000000002e20959f0000000062115283"]=> int(1) } array(2) { ["000000002e20959c0000000062115283"]=> int(1) ["000000002e20959f0000000062115283"]=> int(2) } 000000002e20959c0000000062115283 and 2 not the same!000000002e20959f0000000062115283 and 1 not the same!
Output for 5.3.16
array(2) { ["0000000077fcedfd000000005ee9c681"]=> int(2) ["0000000077fcedfe000000005ee9c681"]=> int(1) } array(2) { ["0000000077fcedfd000000005ee9c681"]=> int(1) ["0000000077fcedfe000000005ee9c681"]=> int(2) } 0000000077fcedfd000000005ee9c681 and 2 not the same!0000000077fcedfe000000005ee9c681 and 1 not the same!
Output for 5.3.15
array(2) { ["0000000076e170ef000000002c71f323"]=> int(2) ["0000000076e170ec000000002c71f323"]=> int(1) } array(2) { ["0000000076e170ef000000002c71f323"]=> int(1) ["0000000076e170ec000000002c71f323"]=> int(2) } 0000000076e170ef000000002c71f323 and 2 not the same!0000000076e170ec000000002c71f323 and 1 not the same!
Output for 5.3.14
array(2) { ["000000006339aa41000000001c784f19"]=> int(2) ["000000006339aa42000000001c784f19"]=> int(1) } array(2) { ["000000006339aa41000000001c784f19"]=> int(1) ["000000006339aa42000000001c784f19"]=> int(2) } 000000006339aa41000000001c784f19 and 2 not the same!000000006339aa42000000001c784f19 and 1 not the same!
Output for 5.3.13
array(2) { ["00000000359ecaa0000000007d863b0a"]=> int(2) ["00000000359ecaa3000000007d863b0a"]=> int(1) } array(2) { ["00000000359ecaa0000000007d863b0a"]=> int(1) ["00000000359ecaa3000000007d863b0a"]=> int(2) } 00000000359ecaa0000000007d863b0a and 2 not the same!00000000359ecaa3000000007d863b0a and 1 not the same!
Output for 5.3.12
array(2) { ["000000007f627ee7000000005c30651c"]=> int(2) ["000000007f627ee4000000005c30651c"]=> int(1) } array(2) { ["000000007f627ee7000000005c30651c"]=> int(1) ["000000007f627ee4000000005c30651c"]=> int(2) } 000000007f627ee7000000005c30651c and 2 not the same!000000007f627ee4000000005c30651c and 1 not the same!
Output for 5.3.11
array(2) { ["000000002f561f7500000000270b3f10"]=> int(2) ["000000002f561f7600000000270b3f10"]=> int(1) } array(2) { ["000000002f561f7500000000270b3f10"]=> int(1) ["000000002f561f7600000000270b3f10"]=> int(2) } 000000002f561f7500000000270b3f10 and 2 not the same!000000002f561f7600000000270b3f10 and 1 not the same!
Output for 5.3.10
array(2) { ["000000000d93e5250000000074c91251"]=> int(2) ["000000000d93e5260000000074c91251"]=> int(1) } array(2) { ["000000000d93e5250000000074c91251"]=> int(1) ["000000000d93e5260000000074c91251"]=> int(2) } 000000000d93e5250000000074c91251 and 2 not the same!000000000d93e5260000000074c91251 and 1 not the same!
Output for 5.3.9
array(2) { ["0000000052a4096b00000000166c75b9"]=> int(2) ["0000000052a4096800000000166c75b9"]=> int(1) } array(2) { ["0000000052a4096b00000000166c75b9"]=> int(1) ["0000000052a4096800000000166c75b9"]=> int(2) } 0000000052a4096b00000000166c75b9 and 2 not the same!0000000052a4096800000000166c75b9 and 1 not the same!
Output for 5.3.8
array(2) { ["000000001e1b279600000000793543e8"]=> int(2) ["000000001e1b279500000000793543e8"]=> int(1) } array(2) { ["000000001e1b279600000000793543e8"]=> int(1) ["000000001e1b279500000000793543e8"]=> int(2) } 000000001e1b279600000000793543e8 and 2 not the same!000000001e1b279500000000793543e8 and 1 not the same!
Output for 5.3.7
array(2) { ["00000000195cbe1b0000000000717291"]=> int(2) ["00000000195cbe180000000000717291"]=> int(1) } array(2) { ["00000000195cbe1b0000000000717291"]=> int(1) ["00000000195cbe180000000000717291"]=> int(2) } 00000000195cbe1b0000000000717291 and 2 not the same!00000000195cbe180000000000717291 and 1 not the same!
Output for 5.3.6
array(2) { ["000000002db5b328000000007bfdbd71"]=> int(2) ["000000002db5b32b000000007bfdbd71"]=> int(1) } array(2) { ["000000002db5b328000000007bfdbd71"]=> int(1) ["000000002db5b32b000000007bfdbd71"]=> int(2) } 000000002db5b328000000007bfdbd71 and 2 not the same!000000002db5b32b000000007bfdbd71 and 1 not the same!
Output for 5.3.5
array(2) { ["000000006ab6a4fe00000000359e6731"]=> int(2) ["000000006ab6a4fd00000000359e6731"]=> int(1) } array(2) { ["000000006ab6a4fe00000000359e6731"]=> int(1) ["000000006ab6a4fd00000000359e6731"]=> int(2) } 000000006ab6a4fe00000000359e6731 and 2 not the same!000000006ab6a4fd00000000359e6731 and 1 not the same!
Output for 5.3.4
array(2) { ["00000000162feed0000000007bd8f9df"]=> int(2) ["00000000162feed3000000007bd8f9df"]=> int(1) } array(2) { ["00000000162feed0000000007bd8f9df"]=> int(1) ["00000000162feed3000000007bd8f9df"]=> int(2) } 00000000162feed0000000007bd8f9df and 2 not the same!00000000162feed3000000007bd8f9df and 1 not the same!
Output for 5.3.3
array(2) { ["000000002405c822000000003df3af65"]=> int(2) ["000000002405c821000000003df3af65"]=> int(1) } array(2) { ["000000002405c822000000003df3af65"]=> int(1) ["000000002405c821000000003df3af65"]=> int(2) } 000000002405c822000000003df3af65 and 2 not the same!000000002405c821000000003df3af65 and 1 not the same!
Output for 5.3.2
array(2) { ["000000004ea83fca000000003896ca09"]=> int(2) ["000000004ea83fc9000000003896ca09"]=> int(1) } array(2) { ["000000004ea83fca000000003896ca09"]=> int(1) ["000000004ea83fc9000000003896ca09"]=> int(2) } 000000004ea83fca000000003896ca09 and 2 not the same!000000004ea83fc9000000003896ca09 and 1 not the same!
Output for 5.3.1
array(2) { ["000000006bb1a661000000004240b39b"]=> int(2) ["000000006bb1a662000000004240b39b"]=> int(1) } array(2) { ["000000006bb1a661000000004240b39b"]=> int(1) ["000000006bb1a662000000004240b39b"]=> int(2) } 000000006bb1a661000000004240b39b and 2 not the same!000000006bb1a662000000004240b39b and 1 not the same!
Output for 5.3.0
array(2) { ["0000000051b69dc6000000002486ba0f"]=> int(2) ["0000000051b69dc5000000002486ba0f"]=> int(1) } array(2) { ["0000000051b69dc6000000002486ba0f"]=> int(1) ["0000000051b69dc5000000002486ba0f"]=> int(2) } 0000000051b69dc6000000002486ba0f and 2 not the same!0000000051b69dc5000000002486ba0f and 1 not the same!
Output for 5.2.17
array(2) { ["861a2f056a593edc2697eec710327754"]=> int(2) ["1bc0c4441cc66a8d1bb41a8af7ae1e1c"]=> int(1) } array(2) { ["861a2f056a593edc2697eec710327754"]=> int(1) ["1bc0c4441cc66a8d1bb41a8af7ae1e1c"]=> int(2) } 861a2f056a593edc2697eec710327754 and 2 not the same!1bc0c4441cc66a8d1bb41a8af7ae1e1c and 1 not the same!
Output for 5.2.15 - 5.2.16
array(2) { ["bab3da487bfe51e3bada7ed6962c83d7"]=> int(2) ["56907a50a8e9c975d074d7b1009d5a74"]=> int(1) } array(2) { ["bab3da487bfe51e3bada7ed6962c83d7"]=> int(1) ["56907a50a8e9c975d074d7b1009d5a74"]=> int(2) } bab3da487bfe51e3bada7ed6962c83d7 and 2 not the same!56907a50a8e9c975d074d7b1009d5a74 and 1 not the same!
Output for 5.2.14
array(2) { ["6827d7150a80a95428b05b2dbc0dcb10"]=> int(2) ["6020ade232c05125fb3382e3b26ec44b"]=> int(1) } array(2) { ["6827d7150a80a95428b05b2dbc0dcb10"]=> int(1) ["6020ade232c05125fb3382e3b26ec44b"]=> int(2) } 6827d7150a80a95428b05b2dbc0dcb10 and 2 not the same!6020ade232c05125fb3382e3b26ec44b and 1 not the same!
Output for 5.2.13
array(2) { ["4d9da188dd696504eef8aed3fde97e02"]=> int(2) ["332b22f9fcb62d8c8853f59a96cf0568"]=> int(1) } array(2) { ["4d9da188dd696504eef8aed3fde97e02"]=> int(1) ["332b22f9fcb62d8c8853f59a96cf0568"]=> int(2) } 4d9da188dd696504eef8aed3fde97e02 and 2 not the same!332b22f9fcb62d8c8853f59a96cf0568 and 1 not the same!
Output for 5.2.12
array(2) { ["617357606fc417e758728410d8dad7f3"]=> int(2) ["76f70bcddf428556b587cdd5bef0f40e"]=> int(1) } array(2) { ["617357606fc417e758728410d8dad7f3"]=> int(1) ["76f70bcddf428556b587cdd5bef0f40e"]=> int(2) } 617357606fc417e758728410d8dad7f3 and 2 not the same!76f70bcddf428556b587cdd5bef0f40e and 1 not the same!
Output for 5.2.9, 5.2.11
array(2) { ["52ee78937c6a89104904aed13987318e"]=> int(2) ["7466004bf89a7ccbc9d57bbe23aee10f"]=> int(1) } array(2) { ["52ee78937c6a89104904aed13987318e"]=> int(1) ["7466004bf89a7ccbc9d57bbe23aee10f"]=> int(2) } 52ee78937c6a89104904aed13987318e and 2 not the same!7466004bf89a7ccbc9d57bbe23aee10f and 1 not the same!
Output for 5.2.10
array(2) { ["efe88f76f26081279f31ba49d381104e"]=> int(2) ["c9e7ad354f4391649e23480759c6653e"]=> int(1) } array(2) { ["efe88f76f26081279f31ba49d381104e"]=> int(1) ["c9e7ad354f4391649e23480759c6653e"]=> int(2) } efe88f76f26081279f31ba49d381104e and 2 not the same!c9e7ad354f4391649e23480759c6653e and 1 not the same!
Output for 5.2.7 - 5.2.8
array(2) { ["af89ab9ae8be1068e0d8dc48e55bfcd1"]=> int(2) ["211922ba75154e1c078b478e27988a06"]=> int(1) } array(2) { ["af89ab9ae8be1068e0d8dc48e55bfcd1"]=> int(1) ["211922ba75154e1c078b478e27988a06"]=> int(2) } af89ab9ae8be1068e0d8dc48e55bfcd1 and 2 not the same!211922ba75154e1c078b478e27988a06 and 1 not the same!
Output for 5.2.6
array(2) { ["950969556ed71c6f363f434ecae32954"]=> int(2) ["8d62d4db96875809e27de28a778efc7c"]=> int(1) } array(2) { ["950969556ed71c6f363f434ecae32954"]=> int(1) ["8d62d4db96875809e27de28a778efc7c"]=> int(2) } 950969556ed71c6f363f434ecae32954 and 2 not the same!8d62d4db96875809e27de28a778efc7c and 1 not the same!
Output for 5.2.5
array(2) { ["a7965ec2cba63ba225597f43def8a4b6"]=> int(2) ["48d05d7abab6ca87f8a99c22534056d2"]=> int(1) } array(2) { ["a7965ec2cba63ba225597f43def8a4b6"]=> int(1) ["48d05d7abab6ca87f8a99c22534056d2"]=> int(2) } a7965ec2cba63ba225597f43def8a4b6 and 2 not the same!48d05d7abab6ca87f8a99c22534056d2 and 1 not the same!
Output for 5.2.4
array(2) { ["7ebbed9ad06ebcbd0c3782f6cdf89b51"]=> int(2) ["905eb61e16b35c95f6ff5fbd1cac925b"]=> int(1) } array(2) { ["7ebbed9ad06ebcbd0c3782f6cdf89b51"]=> int(1) ["905eb61e16b35c95f6ff5fbd1cac925b"]=> int(2) } 7ebbed9ad06ebcbd0c3782f6cdf89b51 and 2 not the same!905eb61e16b35c95f6ff5fbd1cac925b and 1 not the same!
Output for 5.2.3
array(2) { ["dc90896f8dce368265954f0524e2a853"]=> int(2) ["35ebaf980762764da73312a19fb36caf"]=> int(1) } array(2) { ["dc90896f8dce368265954f0524e2a853"]=> int(1) ["35ebaf980762764da73312a19fb36caf"]=> int(2) } dc90896f8dce368265954f0524e2a853 and 2 not the same!35ebaf980762764da73312a19fb36caf and 1 not the same!
Output for 5.2.2
array(2) { ["d1877c094161b942518f0f010b1a5be5"]=> int(2) ["55ba1e034ca9908ef2186f5ca57db953"]=> int(1) } array(2) { ["d1877c094161b942518f0f010b1a5be5"]=> int(1) ["55ba1e034ca9908ef2186f5ca57db953"]=> int(2) } d1877c094161b942518f0f010b1a5be5 and 2 not the same!55ba1e034ca9908ef2186f5ca57db953 and 1 not the same!
Output for 5.2.1
array(2) { ["5663e593b52467eb39485ab4532cfb71"]=> int(2) ["c1357d69cdbf6a57522e24153241fcc4"]=> int(1) } array(2) { ["5663e593b52467eb39485ab4532cfb71"]=> int(1) ["c1357d69cdbf6a57522e24153241fcc4"]=> int(2) } 5663e593b52467eb39485ab4532cfb71 and 2 not the same!c1357d69cdbf6a57522e24153241fcc4 and 1 not the same!
Output for 5.2.0
array(2) { ["73f03f2749114a53db076b2f4bc47285"]=> int(2) ["37ce1a2271f4a9d32af6948919f26787"]=> int(1) } array(2) { ["73f03f2749114a53db076b2f4bc47285"]=> int(1) ["37ce1a2271f4a9d32af6948919f26787"]=> int(2) } 73f03f2749114a53db076b2f4bc47285 and 2 not the same!37ce1a2271f4a9d32af6948919f26787 and 1 not the same!
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function spl_object_hash() in /in/YSoIH on line 12
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: spl_object_hash() in /in/YSoIH on line 12
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/YSoIH on line 12
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: spl_object_hash() in /in/YSoIH on line 12

preferences:
291.93 ms | 401 KiB | 354 Q