From 522e4f11741c539c9f3405d3e11feff5d18b540a Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Mon, 17 Oct 2016 16:50:53 +0100 Subject: [PATCH] Merge branch 'pull-request/1814' --- ext/openssl/tests/openssl_free_key.phpt | 77 +++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 ext/openssl/tests/openssl_free_key.phpt diff --git a/ext/openssl/tests/openssl_free_key.phpt b/ext/openssl/tests/openssl_free_key.phpt new file mode 100644 index 0000000000..18219a2a62 --- /dev/null +++ b/ext/openssl/tests/openssl_free_key.phpt @@ -0,0 +1,77 @@ +--TEST-- +void openssl_free_key ( resource $key_identifier ); +--CREDITS-- +marcosptf - - @phpsp - sao paulo - br +--SKIPIF-- + +--FILE-- + +--EXPECT-- +Creating private key +Export key to file +Load key from file - array syntax +Load key using direct syntax +Load key manually and use string syntax +OK! -- 2.50.1