first = $first; } public $first; static function tstatic(): int { return 10; } function tmethod(): int { return 11; } }