This website works better with JavaScript
Главная
Обзор
Помощь
Вход
zskk_bg
/
guochanhua
Следить
7
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
2e07892bcb
Ветки
Метки
master
guochanhua
/
server
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
multipleNamespacesWithOneClassUsingBraces.php
multipleNamespacesWithOneClassUsingBraces.php
97 B
История
Исходник
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace Foo\Bar;
class TestClassInBar
{
}
namespace Foo\Baz;
class TestClassInBaz
{
}