summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2012-02-05 09:50:14 +0000
committerRasmus Lerdorf <rasmus@php.net>2012-02-05 09:50:14 +0000
commite24b6cdf56521e84982823b8aa453b8e5420dfcc (patch)
treee109ba34aac78087447c514d2443e3b8b9e7dc03 /ext/openssl
parent21c776850cec51fc31d9984bc1d68aee02f4175c (diff)
downloadphp-git-e24b6cdf56521e84982823b8aa453b8e5420dfcc.tar.gz
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.
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/tests/bug47828.phpt2
1 files changed, 1 insertions, 1 deletions
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