diff options
author | Antony Dovgal <tony2001@php.net> | 2008-07-15 09:14:54 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-07-15 09:14:54 +0000 |
commit | 388359bdc7c0e51a3bc64cb43ab416982404b55a (patch) | |
tree | 270abd32b8b0dea376d1efaf2fa82b3131598881 | |
parent | bc58c00c00807f01e49cd6ed2ba5bea12f23e2ee (diff) | |
download | php-git-388359bdc7c0e51a3bc64cb43ab416982404b55a.tar.gz |
fix test
-rw-r--r-- | ext/openssl/tests/002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |