This website works better with JavaScript
Начало
Каталог
Помощ
Вход
gitgod
/
store
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
ИН на ревизия:
e06f7ccbed
Клонове
Маркери
dev
master
store
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classExtendsNamespacedClass.php
classExtendsNamespacedClass.php
105 B
История
Директен файл
1
2
3
4
5
6
7
8
9
10
<?php
namespace
Foo
\
Bar
;
class
Baz
{}
namespace
Other
\
Space
;
class
Extender
extends
\
Foo
\
Bar
\
Baz
{}