mirror of
https://github.com/e107inc/e107.git
synced 2025-10-14 06:24:56 +02:00
10 lines
66 B
PHP
10 lines
66 B
PHP
<?php
|
|
namespace Foo\BarScoped {
|
|
|
|
class TestClass {
|
|
|
|
}
|
|
|
|
}
|
|
|