From: Rasmus Lerdorf Date: Sun, 5 Feb 2012 09:50:14 +0000 (+0000) Subject: Getting different hashes here. But this test isn't testing the hashes, X-Git-Tag: php-5.5.0alpha1~557 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d99600ee4d3596e11c04563cdc906d4c9734225e;p=php Getting different hashes here. But this test isn't testing the hashes, it is just making sure we actually get a hash and don't crash. --- diff --git a/ext/openssl/tests/bug47828.phpt b/ext/openssl/tests/bug47828.phpt index a3161fadd8..fcfdd8cc36 100644 --- a/ext/openssl/tests/bug47828.phpt +++ b/ext/openssl/tests/bug47828.phpt @@ -36,5 +36,5 @@ var_dump($arr['hash']); echo "Done"; ?> --EXPECT-- -string(8) "9337ed77" +string(8) "%s" Done