<?php
class Test
{
private $a;
private string $b;
private int $c = 0;
const int T_E = 1;
const T_S = 'hello';
}