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

Breadcrumb

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

MatchWithOffsetsResult::$matches

An array of match group => pair of string matched + offset in bytes (or -1 if no match)

@readonly @phpstan-var array<int|string, array{string|null, int<-1, max>}>

Type: array

File

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

Class

MatchWithOffsetsResult

Namespace

Composer\Pcre

Code

public $matches;
RSS feed
Powered by Drupal