name : Php.php
<?php

declare(strict_types=1);


namespace Plesk\Wappspector\MatchResult;

class Php extends MatchResult
{
    public const ID = 'php';
    public const NAME = 'PHP';
}

© 2025 Cubjrnet7