From 173921fab0b7fa25c4dfecca3f262bd7cfd58228 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 13 Oct 2005 09:01:24 +0000 Subject: [PATCH] Returns only header names (bug #34843) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198333 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/headers-list.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/http/functions/headers-list.xml b/reference/http/functions/headers-list.xml index a675a008ee..959e038b07 100644 --- a/reference/http/functions/headers-list.xml +++ b/reference/http/functions/headers-list.xml @@ -1,5 +1,5 @@ - + headers_list @@ -46,13 +46,13 @@ var_dump(headers_list()); - string(29) "X-Powered-By: PHP/5.0.0" + string(29) "X-Powered-By" [1]=> - string(19) "Set-Cookie: foo=bar" + string(19) "Set-Cookie" [2]=> - string(18) "X-Sample-Test: foo" + string(18) "X-Sample-Test" [3]=> - string(24) "Content-type: text/plain" + string(24) "Content-type" } ]]>