We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafc856 commit 113c1fdCopy full SHA for 113c1fd
ext/hash/tests/hash-clone.phpt
@@ -13,7 +13,7 @@ foreach ($algos as $algo) {
13
$orig_final = hash_final($orig);
14
$copy_final = hash_final($copy);
15
var_dump($orig_final);
16
- if($orig_final !== $copy_final) {
+ if ($orig_final !== $copy_final) {
17
// unreachable
18
throw new \LogicException("hash_final() results differ");
19
}
ext/hash/tests/hash_copy_001.phpt
0 commit comments