diff options
Diffstat (limited to 'ext/openssl/tests/openssl_open_basic.phpt')
-rw-r--r-- | ext/openssl/tests/openssl_open_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/openssl_open_basic.phpt b/ext/openssl/tests/openssl_open_basic.phpt index d564bcf8e8..fc41022818 100644 --- a/ext/openssl/tests/openssl_open_basic.phpt +++ b/ext/openssl/tests/openssl_open_basic.phpt @@ -22,7 +22,7 @@ var_dump($output4); --EXPECTF-- string(19) "openssl_open() test" -Warning: openssl_open(): unable to coerce parameter 4 into a private key in %s on line %d +Warning: openssl_open(): Unable to coerce parameter 4 into a private key in %s on line %d NULL string(19) "openssl_open() test" NULL |