<?php //interface I { // public function example($a, $b, $c); //} class A { public function example($a, $b = null, $c = null) { } } class B extends A { public function example($a, $b, $c = null) { } // not compatible with A::example }
You have javascript disabled. You will not be able to edit any code.
There are `0` results