An array of match group => list of matches, every match being a pair of string matched + offset in bytes (or -1 if no match)
@readonly @phpstan-var array<int|string, list<array{string|null, int<-1, max>}>>
Type: array>
public $matches;