tony2001 Tue Jul 15 09:14:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/openssl/tests 002.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/tests/002.phpt?r1=1.1.2.2&r2=1.1.2.2.4.1&diff_format=u Index: php-src/ext/openssl/tests/002.phpt diff -u php-src/ext/openssl/tests/002.phpt:1.1.2.2 php-src/ext/openssl/tests/002.phpt:1.1.2.2.4.1 --- php-src/ext/openssl/tests/002.phpt:1.1.2.2 Wed Aug 30 20:50:03 2006 +++ php-src/ext/openssl/tests/002.phpt Tue Jul 15 09:14:28 2008 @@ -18,7 +18,7 @@ echo "Done\n"; ?> --EXPECTF-- -Warning: openssl_seal(): not a public key (0th member of pubkeys) in %s on line %d +Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s on line %d bool(false) Warning: openssl_seal(): Fourth argument to openssl_seal() must be a non-empty array in %s on line %d
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php