summaryrefslogtreecommitdiff
path: root/ext/mcrypt/tests/mcrypt_encrypt_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/tests/mcrypt_encrypt_error.phpt')
-rw-r--r--ext/mcrypt/tests/mcrypt_encrypt_error.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/mcrypt/tests/mcrypt_encrypt_error.phpt b/ext/mcrypt/tests/mcrypt_encrypt_error.phpt
index 98775d317b..bbae095d9f 100644
--- a/ext/mcrypt/tests/mcrypt_encrypt_error.phpt
+++ b/ext/mcrypt/tests/mcrypt_encrypt_error.phpt
@@ -1,17 +1,17 @@
--TEST--
-Test mcrypt_encrypt() function : error conditions
+Test mcrypt_encrypt() function : error conditions
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("mcrypt")) {
- print "skip - mcrypt extension not loaded";
-}
+ print "skip - mcrypt extension not loaded";
+}
?>
--FILE--
<?php
/* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string iv)
- * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
+ * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
* Source code: ext/mcrypt/mcrypt.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing mcrypt_encrypt() : error conditions ***\n";