Home
last modified time | relevance | path

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

/PHP-7.3/ext/hash/tests/
H A Dhash_copy_002.phpt2 hash_copy() errors
9 var_dump(hash_copy());
10 var_dump(hash_copy($r));
11 var_dump(hash_copy($r, $r));
16 Warning: hash_copy() expects exactly 1 parameter, 0 given in %s on line %d
21 Warning: hash_copy() expects exactly 1 parameter, 2 given in %s on line %d
H A Dbug52240.phpt2 Bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)
9 $h2 = hash_copy($h);
11 $h3 = hash_copy($h2);
H A Dhash_copy_001.phpt2 hash_copy() basic tests
14 $copy = hash_copy($orig);
24 $copy = hash_copy($orig);
H A Dhash-clone.phpt2 hash_copy() via clone
/PHP-7.3/ext/hash/
H A Dphp_hash.h41 php_hash_copy_func_t hash_copy; member
H A Dhash.c570 PHP_FUNCTION(hash_copy) in PHP_FUNCTION() argument
1154 if (SUCCESS != newobj->ops->hash_copy(newobj->ops, oldobj->context, newobj->context)) { in php_hashcontext_clone()
1445 PHP_FE(hash_copy, arginfo_hash_copy)

Completed in 19 milliseconds