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.4.0RC8~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3a7ba75cfb4660b0f658a84ca5482ef4b5bdf8f;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