Display the drop-down list

Test of join()

Example #1 : test success
Example #2 : test success
Example #1
$input = [
  
=> ',',
  
=> [
    
=> 'lastname',
    
=> 'email',
    
=> 'phone',
  ],
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => 'lastname,email,phone',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #2
$input = [
  
=> 'hello',
  
=> [
  ],
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => '',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]