[PHP-DOC] Typo found!

2004-10-12 Thread Pierre & Mirjam Charbonneau
First off, I wish to extend my thanks to you guys for the great efforts that you put forth. Your time and energy have served me greatly. I beleive I have spotted two typos so I thought I would let you know.   1. http://www.php.net/manual/en/language.oop5.visibility.php   Bottom of the page: "

[PHP-DOC] Re: [PATCH] preg_match and preg_match_all

2004-10-12 Thread Andrey Demenev
On Tuesday 12 October 2004 21:08, Mehdi Achour wrote: > Hi Andrey, > > The texts are okay, you'll find some comments on the structure : > [...] Fixed as per your comments. Thank you for reviewing the patch Andrey

[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions preg-match-all.xml preg-match.xml

2004-10-12 Thread Andrey Demenev
blindmanTue Oct 12 07:20:31 2004 EDT Modified files: /phpdoc/en/reference/pcre/functions preg-match-all.xml preg-match.xml Log: => use &example.outputs; http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/

[PHP-DOC] Re: [PATCH] preg_match and preg_match_all

2004-10-12 Thread Mehdi Achour
Hi Andrey, The texts are okay, you'll find some comments on the structure : Andrey Demenev wrote: Index: preg-match-all.xml === + + + Using offset is not equivalent to + passing substr($subject, $offset) to This will

[PHP-DOC] cvs: phpdoc /en/features file-upload.xml

2004-10-12 Thread Aidan Lister
aidan Tue Oct 12 04:45:27 2004 EDT Modified files: /phpdoc/en/features file-upload.xml Log: Revised http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.79&r2=1.80&ty=u Index: phpdoc/en/features/file-upload.xml diff -u phpdoc/en/features/file-upl

[PHP-DOC] #30399 [Opn]: "Comparing strings" manual page

2004-10-12 Thread vrana
ID: 30399 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Documentation problem PHP Version: 4.3.9 New Comment: "Is === operator equal to strcmp() if two arguments are strings with numbers in the beginning?" They are equivalent AFAIK.

[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions preg-match-all.xml preg-match.xml

2004-10-12 Thread Jakub Vrana
vrana Tue Oct 12 03:49:13 2004 EDT Modified files: /phpdoc/en/reference/pcre/functions preg-match-all.xml preg-match.xml Log: offset VS substr (patch by Andrey Demenev) http://cvs.php.net/diff.php/phpdoc/en/reference/pc

Re: [PHP-DOC] [PATCH] preg_match and preg_match_all

2004-10-12 Thread Derick Rethans
On Tue, 12 Oct 2004, Andrey Demenev wrote: > Documentation on preg_match and preg_match_all incorrectly describes meaning > of offset parameter. Using offset parameter is NOT equivalent to passing > substr($subject, $offset) to preg_match in place of the subject string. > > Although I have karma t