We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f28b4 commit 448d9f2Copy full SHA for 448d9f2
components/http_foundation.rst
@@ -156,7 +156,7 @@ exist::
156
// returns 'baz'
157
158
When PHP imports the request query, it handles request parameters like
159
-``foo[bar]=bar`` in a special way as it creates an array. So you can get the
+``foo[bar]=baz`` in a special way as it creates an array. So you can get the
160
``foo`` parameter and you will get back an array with a ``bar`` element::
161
162
// the query string is '?foo[bar]=baz'
0 commit comments