Display the drop-down list

Test of gettimeofday()

Example #1 : test not validated (platform dependant or random result etc.)
Example #2 : test not validated (platform dependant or random result etc.)
Example #1
$input = [
]
test not validated (platform dependant or random result etc.)
$test_output = [
  
'result' => [
    
'mixed' => [
      
'sec' => 1679536514,
      
'usec' => 198141,
      
'minuteswest' => -60,
      
'dsttime' => 0,
    ],
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #2
$input = true
test not validated (platform dependant or random result etc.)
$test_output = [
  
'result' => [
    
'mixed' => 1679536514.198401,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]