<?php class Foo { public function bar($total = null) { } } class Baz extends Foo { public function bar() { } } (new Baz)->bar();
You have javascript disabled. You will not be able to edit any code.