File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 45
45
(<type >int</type >)
46
46
</entry >
47
47
<entry >
48
- See the description of
49
- <constant >PREG_SPLIT_OFFSET_CAPTURE</constant >.
48
+ If this flag is set, for every occurring match the appendant string
49
+ offset will also be returned. Note that this changes the return
50
+ values in an array where every element is an array consisting of the
51
+ matched string at offset 0 and its string offset within subject at
52
+ offset 1.
50
53
</entry >
51
54
<entry />
52
55
</row >
78
81
(<type >int</type >)
79
82
</entry >
80
83
<entry >
81
- If this flag is set, for every occurring match the appendant string
82
- offset will also be returned. Note that this changes the return
83
- values in an array where every element is an array consisting of the
84
- matched string at offset 0 and its string offset within subject at
85
- offset 1. This flag is only used for <function >preg_split</function >.
84
+ See the description of <constant >PREG_OFFSET_CAPTURE</constant >.
85
+ This flag is only used for <function >preg_split</function >.
86
86
</entry >
87
87
<entry />
88
88
</row >
You can’t perform that action at this time.
0 commit comments