nlopess         Fri Aug 11 18:22:15 2006 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   glob.xml 
  Log:
  close bug #37660: explicitate that it returns an empty array when there are 
no matches
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/glob.xml
diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.20 
phpdoc/en/reference/filesystem/functions/glob.xml:1.21
--- phpdoc/en/reference/filesystem/functions/glob.xml:1.20      Fri Aug 11 
16:50:23 2006
+++ phpdoc/en/reference/filesystem/functions/glob.xml   Fri Aug 11 18:22:14 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
   <refentry id="function.glob">
    <refnamediv>
     <refname>glob</refname> 
@@ -19,8 +19,8 @@
      shells. No tilde expansion or parameter substitution is done.
     </para>
     <para>
-     Returns an array containing the matched files/directories or &false; on
-     error.
+     Returns an array containing the matched files/directories, an empty array
+     if no file matched or &false; on error.
     </para>
     <para>
     Valid flags:

Reply via email to