Display the drop-down list

Test of pack()

Example #1 : test success
Example #1
$input = [
  
=> 'nvc*',
  
=> '_NO_QUOTE_0x1234',
  
=> '_NO_QUOTE_0x5678',
  
=> 65,
  
=> 66,
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => '4xVAB',
    
'hex' => '123478564142',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]