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
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