Searched refs:hash_equals (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/hash/tests/ |
H A D | hash_equals.phpt | 2 Hash: hash_equals() test 18 fn() => hash_equals("same", "same"), 22 fn() => hash_equals("", "notempty"), 23 fn() => hash_equals("notempty", ""), 24 fn() => hash_equals("", ""), 25 fn() => hash_equals(123, "NaN"), 26 fn() => hash_equals("NaN", 123), 27 fn() => hash_equals(123, 123), 28 fn() => hash_equals(null, ""), 29 fn() => hash_equals(null, 123), [all …]
|
H A D | sensitive_parameter.phpt | 6 var_dump(hash_equals('foo', null)); 17 TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in %s:%d 19 #0 %s(%d): hash_equals(Object(SensitiveParameterValue), Object(SensitiveParameterValue))
|
/PHP-8.3/ext/hash/ |
H A D | hash.stub.php | 65 function hash_equals(#[\SensitiveParameter] string $known_string, #[\SensitiveParameter] string $us…
|
H A D | hash_arginfo.h | 150 ZEND_FUNCTION(hash_equals); 186 ZEND_FE(hash_equals, arginfo_hash_equals)
|
H A D | hash.c | 1115 PHP_FUNCTION(hash_equals) in PHP_FUNCTION() argument
|
/PHP-8.3/ext/sodium/tests/ |
H A D | crypto_core_ristretto255.phpt | 96 var_dump(hash_equals($s, $s_minus));
|
Completed in 11 milliseconds