diff options
Diffstat (limited to 'ext/openssl/tests/openssl_pkey_new_error.phpt')
-rw-r--r-- | ext/openssl/tests/openssl_pkey_new_error.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/openssl/tests/openssl_pkey_new_error.phpt b/ext/openssl/tests/openssl_pkey_new_error.phpt index 0316c5d7a1..c7dc193d53 100644 --- a/ext/openssl/tests/openssl_pkey_new_error.phpt +++ b/ext/openssl/tests/openssl_pkey_new_error.phpt @@ -16,10 +16,8 @@ openssl_pkey_get_details(openssl_pkey_new($dsa)); openssl_pkey_get_details(openssl_pkey_new($dh)); ?> --EXPECTF-- - Warning: openssl_pkey_get_details() expects parameter 1 to be resource, bool given in %s on line %d Warning: openssl_pkey_get_details() expects parameter 1 to be resource, bool given in %s on line %d Warning: openssl_pkey_get_details() expects parameter 1 to be resource, bool given in %s on line %d - |