diff options
author | Antony Dovgal <tony2001@php.net> | 2006-08-31 13:50:11 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-08-31 13:50:11 +0000 |
commit | 821674720a0e29e1b49b704ac471d706b20247ba (patch) | |
tree | 79479602656fcf2e2ae11d471a1982ab4341ead0 | |
parent | fb21b5d059529166ba28eae0d676f5d059f0c2d8 (diff) | |
download | php-git-821674720a0e29e1b49b704ac471d706b20247ba.tar.gz |
fix test
-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" |