<?php interface AInterface { public function test(); } interface BInterface extends AInterface { public function test($x = TRUE); } class BClass implements BInterface { public function test($x = TRUE) { // ARGH! } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`