summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbregex.c
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-10-02 08:05:06 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-10-02 08:05:06 +0000
commit45775e2029b0fc95e041267b3285f2a76f0c0e8c (patch)
tree9c4449ccbc20ba7ccef4d365e37cdde6d3c928fe /ext/mbstring/mbregex.c
parent46eecba03b71c75e187c6bbbc47871ce7706080f (diff)
downloadphp-git-45775e2029b0fc95e041267b3285f2a76f0c0e8c.tar.gz
Silly typo
Diffstat (limited to 'ext/mbstring/mbregex.c')
-rw-r--r--ext/mbstring/mbregex.c2
1 files changed, 1 insertions, 1 deletions
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;