@@ -377,7 +377,7 @@ function preg_match_all(string $pattern, string $subject, array &$matches = null
377
377
*
378
378
*
379
379
* If this flag is passed, for every occurring match the appendant string
380
- * offset will also be returned. Note that this changes the value of
380
+ * offset (in bytes) will also be returned. Note that this changes the value of
381
381
* matches into an array where every element is an
382
382
* array consisting of the matched string at offset 0
383
383
* and its string offset into subject at offset
@@ -461,7 +461,7 @@ function preg_match_all(string $pattern, string $subject, array &$matches = null
461
461
*
462
462
*
463
463
* If this flag is passed, for every occurring match the appendant string
464
- * offset will also be returned. Note that this changes the value of
464
+ * offset (in bytes) will also be returned. Note that this changes the value of
465
465
* matches into an array where every element is an
466
466
* array consisting of the matched string at offset 0
467
467
* and its string offset into subject at offset
@@ -538,7 +538,7 @@ function preg_match_all(string $pattern, string $subject, array &$matches = null
538
538
*
539
539
* The above example will output:
540
540
* @param int $offset If this flag is passed, for every occurring match the appendant string
541
- * offset will also be returned. Note that this changes the value of
541
+ * offset (in bytes) will also be returned. Note that this changes the value of
542
542
* matches into an array where every element is an
543
543
* array consisting of the matched string at offset 0
544
544
* and its string offset into subject at offset
0 commit comments