PHP 8.2.31
Preview: MatchAllStrictGroupsResult.php Size: 906 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/composer/pcre/src/MatchAllStrictGroupsResult.php

<?php

/*
 * This file is part of composer/pcre.
 *
 * (c) Composer <https://github.com/composer>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */
namespace RectorPrefix202411\Composer\Pcre;

final class MatchAllStrictGroupsResult
{
    /**
     * An array of match group => list of matched strings
     *
     * @readonly
     * @var array<int|string, list<string>>
     */
    public $matches;
    /**
     * @readonly
     * @var 0|positive-int
     */
    public $count;
    /**
     * @readonly
     * @var bool
     */
    public $matched;
    /**
     * @param 0|positive-int $count
     * @param array<list<string>> $matches
     */
    public function __construct(int $count, array $matches)
    {
        $this->matches = $matches;
        $this->matched = (bool) $count;
        $this->count = $count;
    }
}

Directory Contents

Dirs: 1 × Files: 11

Name Size Perms Modified Actions
PHPStan DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
916 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
906 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.16 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
770 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
772 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1006 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.51 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
17.33 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
7.20 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
757 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
535 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).