vrana           Tue Jul 27 05:44:05 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Numbers in keys and section names (bug #29306)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.16 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.17
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.16    Mon Dec 15 
11:49:45 2003
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Jul 27 05:44:05 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
   <refentry id="function.parse-ini-file">
    <refnamediv>
@@ -130,6 +130,12 @@
 ]]>
       </screen>
      </example>
+    </para>
+    <para>
+     Keys and section names consisting from numbers are evaluated as PHP
+     <link linkend="language.types.integer">integers</link> thus numbers
+     starting by 0 are evaluated as octals and numbers starting by 0x are
+     evaluated as hexadecimals.
     </para>
    </refsect1>
   </refentry>

Reply via email to