Searched refs:hash_copy (Results 1 – 8 of 8) 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 %d20 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 tests13 $copy = hash_copy($orig);22 $copy = hash_copy($orig);
42 php_hash_copy_func_t hash_copy; member
532 PHP_FUNCTION(hash_copy) in PHP_FUNCTION() argument549 res = hash->ops->hash_copy(hash->ops, hash->context, context); in PHP_FUNCTION()1040 PHP_FE(hash_copy, arginfo_hash_copy)
1135 static dom_object* dom_objects_set_class(zend_class_entry *class_type, zend_bool hash_copy TSRMLS_D… in dom_objects_set_class()1159 if (hash_copy) { in dom_objects_set_class()
549 - Hash: hash_copy()
1939 - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong2796 . Added hash_copy() function. (Tony)
Completed in 31 milliseconds