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
@@ -492,11 +505,19 @@ public static function match(string $subject, string $pattern, int $flags = 0, i
492
505
493
506
494
507
/**
495
-
* 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).
496
-
* Argument $flags can be any combination of PREG_OFFSET_CAPTURE, PREG_UNMATCHED_AS_NULL and PREG_PATTERN_ORDER flags.
508
+
* Finds all occurrences matching regular expression pattern and returns a two-dimensional array.
509
+
* Result is array of matches (ie uses by default PREG_SET_ORDER). Parameter $flags is deprecated.
0 commit comments