From 821674720a0e29e1b49b704ac471d706b20247ba Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 31 Aug 2006 13:50:11 +0000 Subject: [PATCH] fix test --- ext/openssl/tests/003.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/openssl/tests/003.phpt b/ext/openssl/tests/003.phpt index 6c129f8cea..92c8c85b13 100644 --- a/ext/openssl/tests/003.phpt +++ b/ext/openssl/tests/003.phpt @@ -30,7 +30,8 @@ string(57) "Object of class stdClass could not be converted to string" string(45) "Object of class stdClass to string conversion" string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" bool(false) -string(6) "Object" +object(stdClass)#1 (0) { +} string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" bool(false) string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" -- 2.40.0