diff --git a/language/predefined/variables/httpresponseheader.xml b/language/predefined/variables/httpresponseheader.xml
index 213c467068..0935e9f3ad 100644
--- a/language/predefined/variables/httpresponseheader.xml
+++ b/language/predefined/variables/httpresponseheader.xml
@@ -14,7 +14,8 @@
get_headers function. When using the
HTTP wrapper,
$http_response_header will be populated with the HTTP
- response headers.
+ response headers. $http_response_header will be created
+ in the local scope.
@@ -26,7 +27,11 @@
]]>
@@ -54,6 +59,7 @@ array(9) {
[8]=>
string(38) "Content-Type: text/html; charset=UTF-8"
}
+NULL
]]>