1<?php 2namespace Foo\Bar 3{ 4 class TestClassInBar 5 { 6 } 7} 8 9namespace Foo\Baz 10{ 11 class TestClassInBaz 12 { 13 } 14} 15