<?php interface i { // no promoted property function __construct(int $a); } class x implements i { // promoted property function __construct(private int $a) {} } class y extends x { // valid extension of a promoted property function __construct(int $a) {} } ?>
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`