📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 09:43:31
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-mcrypt_1.0.7-2.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-mcrypt_1.0.7-2.el8/tests
🔄 Refresh
✏️
Editing: mcrypt_module_is_block_algorithm.phpt
Read Only
--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)
💾 Save Changes
❌ Cancel