The doc comment value-of<ZendTypeReader::ALL_SUPPORTED_VERSIONS> at position 0 could not be parsed: Unknown type name 'value-of' at position 0 in value-of<ZendTypeReader::ALL_SUPPORTED_VERSIONS>.
Loading history...
21
public function __construct(
22
public int $pid,
23
public int $eg_address,
24
public int $sg_address,
25
public string $php_version,
26
) {
27
}
28
29
public static function getInvalid(): self
30
{
31
static $invalid = null;
32
/** @var self */
33
$invalid ??= new self(0, 0, 0, ZendTypeReader::V80);