<?php class A { private readonly array $matches; public function __construct() { \preg_match('/t/', '', $this->matches); } } new A();
You have javascript disabled. You will not be able to edit any code.