<?php class x { public readonly int $property; } class y extends x { function __construct() { $this->property = 5; } } $x = new x; echo $x->property;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`