<?php class Foo { public function test() : string { return 'test'; } } class Bar extends Foo { public function test(string $word = '') : string { return parent::test() . ' ' . $word; } } $bar = new Bar(); echo $bar->test('huya');
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`