Searched refs:hash_copy (Results 1 – 6 of 6) sorted by relevance
2 hash_copy() errors9 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 %d21 Warning: hash_copy() expects exactly 1 parameter, 2 given in %s on line %d
2 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);
2 hash_copy() basic tests14 $copy = hash_copy($orig);24 $copy = hash_copy($orig);
2 hash_copy() via clone
41 php_hash_copy_func_t hash_copy; member
570 PHP_FUNCTION(hash_copy) in PHP_FUNCTION() argument1154 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 12 milliseconds