From 3aca07552aab48e1433d6467071c51bf8ca7fd0f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 31 Aug 2006 13:49:39 +0000 Subject: [PATCH] fix test --- ext/openssl/tests/003.phpt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ext/openssl/tests/003.phpt b/ext/openssl/tests/003.phpt index dbc958e3f9..370f4a4dfa 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" @@ -45,7 +46,8 @@ unicode(64) "Object of class stdClass could not be converted to binary string" unicode(45) "Object of class stdClass to string conversion" unicode(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" bool(false) -string(6) "Object" +object(stdClass)#1 (0) { +} unicode(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" bool(false) unicode(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" -- 2.50.1