DEBSOURCES
Skip Quicknav
sources / php8.4 / 8.4.11-1 / ext / opcache / tests / preload_inheritance_error.inc
123456789
<?php interface A { public function foo(); } class B implements A { public function foo($bar) {} }