It should be $this->age;
In fact, you can also use the magic method __construct($age), so new test(20) will be fine;
$this->test-> age What the hell is this
$this->test-> What the hell
It should be $this->age;
In fact, you can also use the magic method __construct($age), so new test(20) will be fine;
$this->test-> age What the hell is this
$this->test-> What the hell