PATH:
opt
/
alt
/
tests
/
alt-php84-pecl-mcrypt_1.0.7-1.el8
/
tests
--TEST-- Bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes) --SKIPIF-- <?php if (!extension_loaded("mcrypt")) print "skip"; ?> --FILE-- <?php $td = mcrypt_module_open(MCRYPT_DES, '', MCRYPT_MODE_ECB, ''); mcrypt_generic_init($td, 'aaaaaaaa', 'aaaaaaaa'); mcrypt_generic_deinit($td); echo mcrypt_generic($td, 'aaaaaaaa'); ?> --EXPECTF-- Deprecated: Function mcrypt_module_open() is deprecated in %s%ebug49738.php on line 2 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug49738.php on line 3 Deprecated: Function mcrypt_generic_deinit() is deprecated in %s%ebug49738.php on line 4 Deprecated: Function mcrypt_generic() is deprecated in %s%ebug49738.php on line 5 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug49738.php on line 5
[-] mcrypt_get_block_size.phpt
[edit]
[-] mcrypt_enc_is_block_algorithm_mode.phpt
[edit]
[-] mcrypt_enc_get_supported_key_sizes.phpt
[edit]
[-] mcrypt_get_iv_size.phpt
[edit]
[-] mcrypt_rijndael128_128BitKey.phpt
[edit]
[-] mcrypt_create_iv.phpt
[edit]
[-] mcrypt_module_is_block_mode.phpt
[edit]
[-] mcrypt_rijndael128_256BitKey.phpt
[edit]
[-] bug8040.phpt
[edit]
[-] mcrypt_enc_get_block_size.phpt
[edit]
[-] mcrypt_module_get_supported_key_sizes.phpt
[edit]
[-] mcrypt_list_modes.phpt
[edit]
[-] mcrypt_enc_get_key_size.phpt
[edit]
[-] mcrypt_enc_get_algorithms_name.phpt
[edit]
[-] mcrypt_encrypt_3des_ecb.phpt
[edit]
[-] blowfish.phpt
[edit]
[-] mcrypt_enc_is_block_mode.phpt
[edit]
[-] mcrypt_module_self_test.phpt
[edit]
[-] mcrypt_ecb_3des_decrypt.phpt
[edit]
[-] mcrypt_filters.phpt
[edit]
[-] mcrypt_ecb_3des_encrypt.phpt
[edit]
[-] mcrypt_decrypt.phpt
[edit]
[-] mcrypt_get_key_size.phpt
[edit]
[-] mcrypt_cbc.phpt
[edit]
[-] mcrypt_module_open.phpt
[edit]
[-] mcrypt_module_is_block_algorithm_mode.phpt
[edit]
[-] bug70625.phpt
[edit]
[-] bug41252.phpt
[edit]
[-] mcrypt_list_algorithms.phpt
[edit]
[-] mcrypt_ofb.phpt
[edit]
[-] mcrypt_decrypt_3des_ecb.phpt
[edit]
[-] vectors.txt
[edit]
[+]
..
[-] mcrypt_cbc_3des_decrypt.phpt
[edit]
[-] mcrypt_enc_get_iv_size.phpt
[edit]
[-] mcrypt_cfb.phpt
[edit]
[-] bug55169.phpt
[edit]
[-] mcrypt_ecb.phpt
[edit]
[-] mcrypt_module_get_algo_key_size.phpt
[edit]
[-] mcrypt_enc_get_mode_name.phpt
[edit]
[-] bug46010.phpt
[edit]
[-] mcrypt_encrypt_3des_cbc.phpt
[edit]
[-] mcrypt_decrypt_3des_cbc.phpt
[edit]
[-] bug35496.phpt
[edit]
[-] bug49738.phpt
[edit]
[-] mcrypt_module_get_algo_block_size.phpt
[edit]
[-] mcrypt_enc_self_test.phpt
[edit]
[-] mcrypt_module_is_block_algorithm.phpt
[edit]
[-] mcrypt_enc_is_block_algorithm.phpt
[edit]
[-] bug37595.phpt
[edit]
[-] mcrypt_cbc_3des_encrypt.phpt
[edit]
[-] mcrypt_get_cipher_name.phpt
[edit]
[-] bug43143.phpt
[edit]