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/
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
*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
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/
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
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.
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
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
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
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
26 matches
Mail list logo