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

[PHP-DOC] [PATCH] preg_match and preg_match_all

2004-10-11 Thread Andrey Demenev
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 to commit the patch, I would like it to be "approved