From 448d9f2e2ddfb21b1eb1ca738e29121b82687f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20=C5=BDitnik?= Date: Sun, 16 Jul 2017 19:05:15 +0200 Subject: [PATCH] Complete name change The name change was introduced in the 2.8 branch. --- components/http_foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation.rst b/components/http_foundation.rst index 0aeafe23a48..73d21cd056e 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -156,7 +156,7 @@ exist:: // returns 'baz' When PHP imports the request query, it handles request parameters like -``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 ``foo`` parameter and you will get back an array with a ``bar`` element:: // the query string is '?foo[bar]=baz'