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
For the Regex methods the offset and flags options have been removed, and a new method introduced to do preg_match_all with the PREG_OFFSET_CAPTURE flag. This gives more reliable return types for static analysis.