Display the drop-down list

Test of mcrypt_get_cipher_name()

Example #1 : test success
Example #1
$input = 'MCRYPT_TripleDES'
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => '3DES',
  ],
  
'errors' => [
    
=> [
      
'code' => 8192,
      
'message' => 'Function mcrypt_get_cipher_name() is deprecated',
    ],
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]