php-src/ext/hash/tests
2024-08-23 19:37:57 +02:00
..
adler32.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
bug52240.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
bug64745.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug70312.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
bug73127.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
bug81714.phpt Fix #81714: segfault when serializing finalized HashContext 2022-04-05 13:25:22 +02:00
crc32.phpt X86: Fast CRC32 computation using PCLMULQDQ instruction 2020-09-02 15:10:41 +02:00
fnv1a32.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
fnv1a64.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
fnv132.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
fnv164.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
gh12186_1.phpt Fix GH-12186: segfault copying/cloning a finalized HashContext 2023-09-16 21:18:27 +02:00
gh12186_2.phpt Fix GH-12186: segfault copying/cloning a finalized HashContext 2023-09-16 21:18:27 +02:00
gost.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
hash_algos.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
hash_copy_001.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
hash_equals.phpt Improve error messages of ext/hash 2020-03-24 10:23:11 +01:00
hash_error.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_file_basic1.phpt Fix GH-11180: hash_file() appears to be restricted to 3 arguments 2023-05-07 17:33:28 +02:00
hash_file_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_file_error.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hkdf_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hkdf_edges.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hkdf_error.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
hash_hkdf_rfc5869.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hmac_algos.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
hash_hmac_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hmac_error.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hmac_file_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hmac_file_error.phpt Fix GH-7826: Inconsistent argument name in hash_hmac_file and hash_file 2021-12-26 12:55:53 +01:00
hash_init_error.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
hash_pbkdf2_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_pbkdf2_error.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_serialize_001.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
hash_serialize_002.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
hash_serialize_003.phpt Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_serialize_004.phpt Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_update_file.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
hash_update_stream_basic_001.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
hash_update_stream.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
hash-clone.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
HashContext_debugInfo.phpt hash: Add simple HashContext::__debugInfo() implementation (#14644) 2024-06-27 19:29:37 +02:00
haval.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
hmac-md5.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
joaat.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
md2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
md4.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
md5.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
mhash_001.phpt Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
mhash_002.phpt Deprecate mhash 2021-07-08 15:34:51 +02:00
mhash_003.phpt Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
mhash_004.phpt Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
murmur_seed_deprecation.phpt Deprecate passing incorrect data types for options to ext/hash functions (#15236) 2024-08-06 19:13:09 +02:00
murmurhash3_seed.phpt hash: Support custom algo parameters 2020-12-13 14:14:07 +01:00
murmurhash3.phpt hash: Add MurmurHash3 with streaming support 2020-10-31 16:44:18 +01:00
new-context.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
reuse.phpt Fix GH-12186: segfault copying/cloning a finalized HashContext 2023-09-16 21:18:27 +02:00
ripemd128.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ripemd160.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ripemd256.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ripemd320.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sensitive_parameter.phpt Mark parameter in ext/hash as sensitive 2022-06-13 11:09:12 +02:00
sha1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha3.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha224.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha256.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha384.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha512-224.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha512-256.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha512.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
snefru.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
tiger.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
whirlpool.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
xxh3_convert_secret_to_string.phpt Correctly specify secret instead of seed in ext/hash deprecation message (#15557) 2024-08-23 19:37:57 +02:00
xxhash_secret.phpt Correctly specify secret instead of seed in ext/hash deprecation message (#15557) 2024-08-23 19:37:57 +02:00
xxhash_seed_deprecation.phpt Correctly specify secret instead of seed in ext/hash deprecation message (#15557) 2024-08-23 19:37:57 +02:00
xxhash_seed.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
xxhash_unserialize_memsize.phpt Fix memsize check for xxh32 2021-01-18 10:35:01 +01:00