<?php namespace Foo\Bar; class BazNS { public function __construct() { echo '\Foo\Bar\BazNS: instantiated.<br/>'; } }
info at phpclasses dot org