You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -508,11 +521,20 @@ public static function match(string $subject, string $pattern, int $flags = 0, i
508
521
509
522
510
523
/**
511
-
* Finds all occurrences matching regular expression pattern and returns a two-dimensional array. Result is array of matches (ie uses by default PREG_SET_ORDER).
512
-
* Parameter $flags can be any combination of PREG_OFFSET_CAPTURE, PREG_UNMATCHED_AS_NULL and PREG_PATTERN_ORDER flags.
524
+
* Finds all occurrences matching regular expression pattern and returns a two-dimensional array.
525
+
* Result is array of matches (ie uses by default PREG_SET_ORDER).
0 commit comments