[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2007-08-07 Thread Matt Li
mazzanetTue Aug 7 22:07:49 2007 UTC Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: Fix typo #42234 http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.25&r2=1.26&diff_format=u Index: phpdoc/en/

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2006-11-09 Thread Nuno Lopes
nlopess Thu Nov 9 15:31:05 2006 UTC Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: fix #38810: GLOB_BRACE not avaible on solaris http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.21&r2=1.22&diff_form

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2006-08-11 Thread Nuno Lopes
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/fu

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2006-08-11 Thread Nuno Lopes
nlopess Fri Aug 11 16:50:23 2006 UTC Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: fix #36747: not available everywhere http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.19&r2=1.20&diff_format=u Inde

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2005-06-22 Thread Yannick Torres
yannick Wed Jun 22 16:34:44 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: no tab http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.18&r2=1.19&ty=u Index: phpdoc/en/reference/filesystem/functio

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2005-06-13 Thread Hartmut Holzgraefe
hholzgraMon Jun 13 18:32:37 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: added GLOB_ERR documentation http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.17&r2=1.18&ty=u Index: phpdo

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-09-07 Thread Derick Rethans
On Tue, 7 Sep 2004, Mehdi Achour wrote: > Derick Rethans wrote: > > >On Tue, 7 Sep 2004, Mehdi Achour wrote: > > > > > > > >>Isn't like count() ? someone told me that it was better to store the > >>count in a variable and use it in the foreach to avoid calling it in > >>every loop. If I'm wrong, f

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-09-07 Thread Mehdi Achour
didou Tue Sep 7 15:58:30 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: Reverted last commit # merci pour les explications :) http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.16&r2=1.17&t

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-09-07 Thread Sean Coates
> So, using count() in a for is bad, but okay in a foreach ? foreach makes a copy, for and each work directly on the subject. the reason you were told to evaluate the count into a tmp var was to save the loop from re-evaluating a constant (in most cases, for the duration of the loop) value. The

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-09-07 Thread Mehdi Achour
Derick Rethans wrote: On Tue, 7 Sep 2004, Mehdi Achour wrote: Isn't like count() ? someone told me that it was better to store the count in a variable and use it in the foreach to avoid calling it in every loop. If I'm wrong, feel free to revert my commit ! No, you should revert it yourself

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-09-07 Thread Derick Rethans
On Tue, 7 Sep 2004, Mehdi Achour wrote: > Isn't like count() ? someone told me that it was better to store the > count in a variable and use it in the foreach to avoid calling it in > every loop. If I'm wrong, feel free to revert my commit ! No, you should revert it yourself. It doesn't make sens

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-09-07 Thread Mehdi Achour
Derick Rethans wrote: In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl X-Amavis-Alert: BAD HEADER Improper folded header field made up entirely

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-09-07 Thread Derick Rethans
On Tue, 7 Sep 2004, Mehdi Achour wrote: > didou Tue Sep 7 10:25:39 2004 EDT > > Modified files: > /phpdoc/en/reference/filesystem/functions glob.xml > Log: > don't use glob in a foreach WHy not? I do that all the time and it works fine. Derick -- Derick Rethans http://derick

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-09-07 Thread Mehdi Achour
didou Tue Sep 7 10:25:39 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: don't use glob in a foreach http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/en/referen

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-07-03 Thread Stefan Walk
et Sat Jul 3 05:41:31 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: fix #28656 http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.14&r2=1.15&ty=u Index: phpdoc/en/reference/filesystem/fun

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2004-03-02 Thread Mehdi Achour
didou Tue Mar 2 10:58:18 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: missing ?> http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.13&r2=1.14&ty=u Index: phpdoc/en/reference/filesystem/fun

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2003-08-14 Thread André Luis Ferreira da Silva Bacci
ae Tue Aug 12 19:05:27 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: see also 'and' place Index: phpdoc/en/reference/filesystem/functions/glob.xml diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.11 phpdoc/en

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2003-07-03 Thread Sebastian-H. Picklum
sp Thu Jul 3 11:34:15 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: Typo from Ali Index: phpdoc/en/reference/filesystem/functions/glob.xml diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.10 phpdoc/en/refere

Re: [PHP-DOC] cvs: phpdoc/en/reference/filesystem/functions glob.xml

2003-07-03 Thread Andrew Lindeman
*cough* make test *cough* :) On Thu, 2003-07-03 at 10:23, Ali wrote: > Just a little typo-fix. > > > On Thu, 2003-07-03 at 17:12, Hartmut Holzgraefe wrote: > > hholzgraThu Jul 3 11:12:28 2003 EDT > > > > Modified files: > > /phpdoc/en/reference/filesystem/functi

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2003-07-03 Thread Hartmut Holzgraefe
hholzgraThu Jul 3 11:12:28 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: it should be more clear this way? Index: phpdoc/en/reference/filesystem/functions/glob.xml diff -u phpdoc/en/reference/filesystem/functions/

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2003-07-03 Thread Hartmut Holzgraefe
hholzgraThu Jul 3 10:39:45 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: GLOB_ONLYDIR behaviour will change ... Index: phpdoc/en/reference/filesystem/functions/glob.xml diff -u phpdoc/en/reference/filesystem/funct

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2002-11-15 Thread Philip Olson
philip Fri Nov 15 20:50:30 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: Marking constants with , WS, and compacted the example. Also, removed uneeded [EMAIL PROTECTED] comment. Also, this function is available as of 4.3.

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2002-11-14 Thread Gabor Hojtsy
It would be nice to add these to file system constants too [filesystems/constants.xml] Goba - Original Message - From: "John Coggeshall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 12:36 AM Subject: [PHP-DOC] cvs: phpdoc /e

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2002-11-13 Thread John Coggeshall
johnWed Nov 13 18:36:37 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: Documented the valid flags for the glob() function, including the two new flags I added to the source (GLOB_ONLYDIR and GLOB_BRACE). Other flags

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2002-05-19 Thread Markus Fischer
mfischerSun May 19 12:10:05 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: - Remove para about not available on Windows platform. # If thinks would just happenalways that fast, Kudos Edin! Index: phpdoc/en/refere

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions glob.xml

2002-05-18 Thread Markus Fischer
mfischerSat May 18 14:47:50 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: - A bit more verobse on the safe mode thing. Index: phpdoc/en/reference/filesystem/functions/glob.xml diff -u phpdoc/en/reference/filesyste