vrana           Thu Oct 13 05:10:10 2005 EDT

  Modified files:              
    /phpdoc/en/reference/http/functions headers-list.xml 
  Log:
  String lengths
  
http://cvs.php.net/diff.php/phpdoc/en/reference/http/functions/headers-list.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/http/functions/headers-list.xml
diff -u phpdoc/en/reference/http/functions/headers-list.xml:1.4 
phpdoc/en/reference/http/functions/headers-list.xml:1.5
--- phpdoc/en/reference/http/functions/headers-list.xml:1.4     Thu Oct 13 
05:01:24 2005
+++ phpdoc/en/reference/http/functions/headers-list.xml Thu Oct 13 05:10:05 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.headers-list">
    <refnamediv>
     <refname>headers_list</refname>
@@ -46,13 +46,13 @@
 <![CDATA[
 array(4) {
   [0]=>
-  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"
 }
 
 ]]>

Reply via email to