]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Tue, 15 Jul 2008 09:14:54 +0000 (09:14 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 15 Jul 2008 09:14:54 +0000 (09:14 +0000)
ext/openssl/tests/002.phpt

index 10fcdd5a6c1dcbe9d143911a7ddff12a07eb216b..d0a112dbaea5a93a2ca5258ad291f3e2a3cdb110 100644 (file)
@@ -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