From 75d74d2a0b2b3264f9202195b25424d01e0ed767 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 13 Oct 2005 09:10:05 +0000 Subject: [PATCH] String lengths git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198334 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 959e038b07..38a915adbd 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" + string(12) "X-Powered-By" [1]=> - string(19) "Set-Cookie" + string(10) "Set-Cookie" [2]=> - string(18) "X-Sample-Test" + string(13) "X-Sample-Test" [3]=> - string(24) "Content-type" + string(12) "Content-type" } ]]>