<?php function foo(&$bar) { var_dump($bar); } class Bar { } foo(new Bar());
You have javascript disabled. You will not be able to edit any code.