From 388359bdc7c0e51a3bc64cb43ab416982404b55a Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 15 Jul 2008 09:14:54 +0000 Subject: [PATCH] fix test --- ext/openssl/tests/002.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openssl/tests/002.phpt b/ext/openssl/tests/002.phpt index 10fcdd5a6c..d0a112dbae 100644 --- a/ext/openssl/tests/002.phpt +++ b/ext/openssl/tests/002.phpt @@ -18,7 +18,7 @@ var_dump(openssl_seal($b, $b, $b, "")); 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 -- 2.50.1