Display the drop-down list

Test of gmp_add()

Example #1 : test success
Example #2 : test success
Example #1
$input = [
  
=> '123456789012345',
  
=> '76543210987655',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'resource' => 'GMP instance',
    
'string' => '200000000000000',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #2
$input = [
  
=> '3',
  
=> '2',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'resource' => 'GMP instance',
    
'string' => '5',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]