foo(); } } function test($y,$z) { $y->$z($y); } test(new Y, 'bar');