From: Joe Watkins Date: Mon, 17 Oct 2016 15:50:53 +0000 (+0100) Subject: Merge branch 'pull-request/1814' X-Git-Tag: php-7.0.13RC1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=522e4f11741c539c9f3405d3e11feff5d18b540a;p=php Merge branch 'pull-request/1814' --- 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!