Searched refs:hash_copy (Results 1 – 8 of 8) sorted by relevance
2 Hash: bug #12186 - segfault in hash_copy() on a finalized context10 hash_copy($c);17 hash_copy(): Argument #1 ($context) must be a valid, non-finalized HashContext
2 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);
2 Hash: hash_copy() basic tests12 $copy = hash_copy($orig);22 $copy = hash_copy($orig);
2 Hash: hash_copy() via clone
32 function hash_copy(HashContext $context): HashContext {} function
146 ZEND_FUNCTION(hash_copy);182 ZEND_FE(hash_copy, arginfo_hash_copy)
46 php_hash_copy_func_t hash_copy; member
837 PHP_FUNCTION(hash_copy) in PHP_FUNCTION() argument1424 if (SUCCESS != newobj->ops->hash_copy(newobj->ops, oldobj->context, newobj->context)) { in php_hashcontext_clone()
Completed in 13 milliseconds