Display the drop-down list

Test of get_defined_vars()

Example #1 : test failed
Example #1
$input = [
]
$expected_output = [
  
'result' => [
    
'array' => [
      
'procedure' => 'get_defined_vars',
      
'arg_number' => 0,
      
'v' => [
      ],
    ],
  ],
  
'php_version' => '5.6.8 WINNT i586',
]
$test_output = [
  
'result' => [
    
'array' => NULL,
  ],
  
'errors' => [
    
=> [
      
'code' => 2,
      
'message' => 'Cannot call get_defined_vars() dynamically',
    ],
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]