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