[pcre-dev] [Bug 1189] JIT bug with lookbehind assertion.

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 1189] New: JIT bug with lookbehind assertion.
Subject: [pcre-dev] [Bug 1189] JIT bug with lookbehind assertion.
https://bugs.exim.org/show_bug.cgi?id=1189

--- Comment #8 from Zoltan Herczeg <hzmester@???> ---
I tried the pattern, and both the interpreter and JIT returned with the same
match (match start-end offset is 3-5 which represents the string "11"). Could
you check what preg_replace receive from PCRE? I suspect preg_replace calls a
match function, and do a replace based on the result. The returned offsets
should be 3-5 (UTF8 byte positions).

--
You are receiving this mail because:
You are on the CC list for the bug.