Home
last modified time | relevance | path

Searched refs:hash_copy (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/hash/tests/
H A Dgh12186_1.phpt2 Hash: bug #12186 - segfault in hash_copy() on a finalized context
10 hash_copy($c);
17 hash_copy(): Argument #1 ($context) must be a valid, non-finalized HashContext
H A Dbug52240.phpt2 Bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)
7 $h2 = hash_copy($h);
9 $h3 = hash_copy($h2);
H A Dhash_copy_001.phpt2 Hash: hash_copy() basic tests
12 $copy = hash_copy($orig);
22 $copy = hash_copy($orig);
H A Dhash-clone.phpt2 Hash: hash_copy() via clone
/php-src/ext/hash/
H A Dhash.stub.php44 function hash_copy(HashContext $context): HashContext {}
H A Dhash_arginfo.h145 ZEND_FUNCTION(hash_copy);
180 ZEND_FE(hash_copy, arginfo_hash_copy)
H A Dphp_hash.h46 php_hash_copy_func_t hash_copy; member
H A Dhash.c838 PHP_FUNCTION(hash_copy) in PHP_FUNCTION() argument
1414 if (SUCCESS != newobj->ops->hash_copy(newobj->ops, oldobj->context, newobj->context)) { in php_hashcontext_clone()

Completed in 22 milliseconds