Current behavior As expected, I see an array containing all my parameters. The problem is that the first parameter includes a "?". http://example.com/create?email=dave@example.com&message=Invalid&success=false gives output of... [[Entries]] Array[3] {"?email" => Array[1]} {"message" => Array[1]} {"success" => Array[1]} Expected behavior Would expect output with no extraneous characters [Entries]]

