Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MatchAllWithOffsetsResult.php

MatchAllWithOffsetsResult::$matches

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>

File

vendor/composer/pcre/src/MatchAllWithOffsetsResult.php, line 23

Class

MatchAllWithOffsetsResult

Namespace

Composer\Pcre

Code

public $matches;
RSS feed
Powered by Drupal