February 2, 2012 Test Edit Delete Tags Autopost Sample <?php namespace Foo { class Bar { public function fooBar($a, $b = null) { die($a); } } }