diff options
-rw-r--r-- | ext/openssl/tests/003.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
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" |