Display the drop-down list

Test of base64_encode()

Example #1 : test success
Example #1
$input = 'This is an encoded string'
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => 'VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw==',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]