<?php interface A { public function search($a, $b); } class B implements A { public function search($a, $b, $c=null) {} } new B;
You have javascript disabled. You will not be able to edit any code.