Skip to content

Commit e62b1e3

Browse files
committed
PREG_OFFSET_CAPTURE: Mention byte offset (fix #4543)
1 parent e4ec401 commit e62b1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/pcre/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
(<type>int</type>)
4646
</entry>
4747
<entry>
48-
If this flag is set, for every occurring match the appendant string
48+
If this flag is set, for every occurring match the appendant byte
4949
offset will also be returned. Note that this changes the return
5050
values in an array where every element is an array consisting of the
5151
matched string at offset 0 and its string offset within subject at

0 commit comments

Comments
 (0)