tony2001 Thu Aug 31 13:49:38 2006 UTC Modified files: /php-src/ext/openssl/tests 003.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/tests/003.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/openssl/tests/003.phpt diff -u php-src/ext/openssl/tests/003.phpt:1.1 php-src/ext/openssl/tests/003.phpt:1.2 --- php-src/ext/openssl/tests/003.phpt:1.1 Wed Aug 30 21:50:28 2006 +++ php-src/ext/openssl/tests/003.phpt Thu Aug 31 13:49:38 2006 @@ -30,7 +30,8 @@ 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(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"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php