Output of the "Extracting the GET parameters of an URL with PHP" PHP snippet

Environment:

  • Strangebuzz Snippet VM: 6.4.2
  • PHP: 8.3

Code execution output:

$url: https://www.strangebuzz.com/fr/recherche?q=api+assert&first=value&arr[]=foo+bar&arr[]=baz
$q: api assert
$arr: array (
  0 => 'foo bar',
  1 => 'baz',
)