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