Home
last modified time | relevance | path

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

/PHP-5.5/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
20 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);
/PHP-5.5/ext/hash/
H A Dphp_hash.h42 php_hash_copy_func_t hash_copy; member
H A Dhash.c558 PHP_FUNCTION(hash_copy) in PHP_FUNCTION() argument
575 res = hash->ops->hash_copy(hash->ops, hash->context, context); in PHP_FUNCTION()
1200 PHP_FE(hash_copy, arginfo_hash_copy)
/PHP-5.5/ext/dom/
H A Dphp_dom.c1138 static dom_object* dom_objects_set_class(zend_class_entry *class_type, zend_bool hash_copy TSRMLS_D… in dom_objects_set_class()
1161 if (hash_copy) { in dom_objects_set_class()
/PHP-5.5/
H A DNEWS4989 - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong
5846 . Added hash_copy() function. (Tony)

Completed in 57 milliseconds