mirror of
https://github.com/e107inc/e107.git
synced 2025-10-15 15:04:25 +02:00
15 lines
125 B
PHP
15 lines
125 B
PHP
<?php
|
|
namespace Foo\Bar
|
|
{
|
|
class TestClassInBar
|
|
{
|
|
}
|
|
}
|
|
|
|
namespace Foo\Baz
|
|
{
|
|
class TestClassInBaz
|
|
{
|
|
}
|
|
}
|