summaryrefslogtreecommitdiff
path: root/ext/hash/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-08-18 14:29:55 +0000
committerAntony Dovgal <tony2001@php.net>2008-08-18 14:29:55 +0000
commit523cccc09d788c789531b2eeabdd453b59386cc2 (patch)
tree5af70eb24526d5bcf5fdfd475b9a7063743c6815 /ext/hash/tests
parent991ae6e7d3bde939df0abc69654236506d3210a3 (diff)
downloadphp-git-523cccc09d788c789531b2eeabdd453b59386cc2.tar.gz
MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash())
Diffstat (limited to 'ext/hash/tests')
-rw-r--r--ext/hash/tests/crc32.phpt12
-rw-r--r--ext/hash/tests/hash_copy_001.phpt8
2 files changed, 10 insertions, 10 deletions
diff --git a/ext/hash/tests/crc32.phpt b/ext/hash/tests/crc32.phpt
index c51209c60d..3862fb17a6 100644
--- a/ext/hash/tests/crc32.phpt
+++ b/ext/hash/tests/crc32.phpt
@@ -28,9 +28,9 @@ echo hash('crc32b', '12345678901234567890123456789012345678901234567890123456789
882174a0
96790816
00000000
-43beb7e8
-c2412435
-7f9d1520
-bd50274c
-d2e6c21f
-724aa97c
+e8b7be43
+352441c2
+20159d7f
+4c2750bd
+1fc2e6d2
+7ca94a72
diff --git a/ext/hash/tests/hash_copy_001.phpt b/ext/hash/tests/hash_copy_001.phpt
index e3f5081f01..a6d4c61797 100644
--- a/ext/hash/tests/hash_copy_001.phpt
+++ b/ext/hash/tests/hash_copy_001.phpt
@@ -75,8 +75,8 @@ string(8) "28097c6f"
string(8) "28097c6f"
string(8) "e5cfc160"
string(8) "e5cfc160"
-string(8) "4e7a1469"
-string(8) "4e7a1469"
+string(8) "69147a4e"
+string(8) "69147a4e"
string(32) "86362472c8895e68e223ef8b3711d8d9"
string(32) "86362472c8895e68e223ef8b3711d8d9"
string(40) "fabdf6905f3ba18a3c93d6a16b91e31f7222a7a4"
@@ -155,8 +155,8 @@ string(8) "28097c6f"
string(8) "471714d9"
string(8) "e5cfc160"
string(8) "59f8d3d2"
-string(8) "4e7a1469"
-string(8) "9939e63e"
+string(8) "69147a4e"
+string(8) "3ee63999"
string(32) "86362472c8895e68e223ef8b3711d8d9"
string(32) "ebeeeb05c18af1e53d2d127b561d5e0d"
string(40) "fabdf6905f3ba18a3c93d6a16b91e31f7222a7a4"