summaryrefslogtreecommitdiff
path: root/ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt')
-rw-r--r--ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt22
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt b/ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt
deleted file mode 100644
index 27b965b41f..0000000000
--- a/ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt
+++ /dev/null
@@ -1,22 +0,0 @@
---TEST--
-mcrypt_module_is_block_algorithm
---SKIPIF--
-<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
---FILE--
-<?php
-var_dump(mcrypt_module_is_block_algorithm(MCRYPT_RIJNDAEL_128));
-var_dump(mcrypt_module_is_block_algorithm(MCRYPT_DES));
-var_dump(mcrypt_module_is_block_algorithm(MCRYPT_WAKE));
-var_dump(mcrypt_module_is_block_algorithm(MCRYPT_XTEA));
---EXPECTF--
-Deprecated: Function mcrypt_module_is_block_algorithm() is deprecated in %s%emcrypt_module_is_block_algorithm.php on line 2
-bool(true)
-
-Deprecated: Function mcrypt_module_is_block_algorithm() is deprecated in %s%emcrypt_module_is_block_algorithm.php on line 3
-bool(true)
-
-Deprecated: Function mcrypt_module_is_block_algorithm() is deprecated in %s%emcrypt_module_is_block_algorithm.php on line 4
-bool(false)
-
-Deprecated: Function mcrypt_module_is_block_algorithm() is deprecated in %s%emcrypt_module_is_block_algorithm.php on line 5
-bool(true) \ No newline at end of file