<?php interface I { function test(): int; } class A implements I { function test(): int {} } class B extends A { function test(): string {} } ?>
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`