summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/openssl_free_key.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/openssl_free_key.phpt')
-rw-r--r--ext/openssl/tests/openssl_free_key.phpt8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/openssl/tests/openssl_free_key.phpt b/ext/openssl/tests/openssl_free_key.phpt
index 0c8bdd92de..328394cc8e 100644
--- a/ext/openssl/tests/openssl_free_key.phpt
+++ b/ext/openssl/tests/openssl_free_key.phpt
@@ -68,10 +68,16 @@ echo "OK!\n";
@unlink($key_file_name);
?>
---EXPECT--
+--EXPECTF--
Creating private key
Export key to file
Load key from file - array syntax
+
+Deprecated: Function openssl_free_key() is deprecated in %s on line %d
Load key using direct syntax
+
+Deprecated: Function openssl_free_key() is deprecated in %s on line %d
Load key manually and use string syntax
+
+Deprecated: Function openssl_free_key() is deprecated in %s on line %d
OK!