<?php class Foo { function breakCode() { return 'wrong'; } function bar($bar) { $bar = $this->breakCode(); var_dump(func_get_args()); } } (new Foo())->bar('correct');
You have javascript disabled. You will not be able to edit any code.