From: Moriyoshi Koizumi Date: Thu, 2 Oct 2003 08:05:06 +0000 (+0000) Subject: Silly typo X-Git-Tag: php-4.3.4RC2~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45775e2029b0fc95e041267b3285f2a76f0c0e8c;p=php Silly typo --- diff --git a/ext/mbstring/mbregex.c b/ext/mbstring/mbregex.c index cfda5b4404..0a596ec58e 100644 --- a/ext/mbstring/mbregex.c +++ b/ext/mbstring/mbregex.c @@ -3326,7 +3326,7 @@ re_search(bufp, string, size, startpos, range, regs) } } if (bufp->options & MBRE_OPTIMIZE_ANCHOR) { - if (bufp->options&MBRE_OPTION_MULTILINE & range > 0) { + if (bufp->options&MBRE_OPTION_MULTILINE && range > 0) { goto begbuf_match; } anchor = 1;