From d99600ee4d3596e11c04563cdc906d4c9734225e Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 5 Feb 2012 09:50:14 +0000 Subject: [PATCH] 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. --- ext/openssl/tests/bug47828.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0