summaryrefslogtreecommitdiff
path: root/ext/mcrypt/tests/mcrypt_module_open.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/tests/mcrypt_module_open.phpt')
-rw-r--r--ext/mcrypt/tests/mcrypt_module_open.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/mcrypt/tests/mcrypt_module_open.phpt b/ext/mcrypt/tests/mcrypt_module_open.phpt
deleted file mode 100644
index f8a10616a3..0000000000
--- a/ext/mcrypt/tests/mcrypt_module_open.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-mcrypt_module_open
---SKIPIF--
-<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
---FILE--
-<?php
-var_dump(mcrypt_module_open(MCRYPT_RIJNDAEL_256, '', MCRYPT_MODE_CBC, ''));
-mcrypt_module_open('', '', '', '');
-
---EXPECTF--
-Deprecated: Function mcrypt_module_open() is deprecated in %s%emcrypt_module_open.php on line 2
-resource(%d) of type (mcrypt)
-
-Deprecated: Function mcrypt_module_open() is deprecated in %s%emcrypt_module_open.php on line 3
-
-Warning: mcrypt_module_open(): Could not open encryption module in %s on line %d
-