colder          Thu Jun 15 10:55:27 2006 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   pathinfo.xml 
  Log:
  Fix #37815 (returned array can have no extention element)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/pathinfo.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/pathinfo.xml
diff -u phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.9 
phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.10
--- phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.9   Tue Jan  3 
19:04:03 2006
+++ phpdoc/en/reference/filesystem/functions/pathinfo.xml       Thu Jun 15 
10:55:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.61 -->
   <refentry id="function.pathinfo">
    <refnamediv>
@@ -18,7 +18,7 @@
      containing information about <parameter>path</parameter>.  The
      following array elements are returned:
      <literal>dirname</literal>, <literal>basename</literal>
-     and <literal>extension</literal>.
+     and <literal>extension</literal> if any.
     </para>
     <para>
      You can specify which elements are returned with optional parameter

Reply via email to