@@ -377,7 +377,7 @@ function preg_match_all(string $pattern, string $subject, array &$matches = null
377377 *
378378 *
379379 * 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
381381 * matches into an array where every element is an
382382 * array consisting of the matched string at offset 0
383383 * and its string offset into subject at offset
@@ -461,7 +461,7 @@ function preg_match_all(string $pattern, string $subject, array &$matches = null
461461 *
462462 *
463463 * 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
465465 * matches into an array where every element is an
466466 * array consisting of the matched string at offset 0
467467 * and its string offset into subject at offset
@@ -538,7 +538,7 @@ function preg_match_all(string $pattern, string $subject, array &$matches = null
538538 *
539539 * The above example will output:
540540 * @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
542542 * matches into an array where every element is an
543543 * array consisting of the matched string at offset 0
544544 * and its string offset into subject at offset
0 commit comments