Please enable JavaScript in your browser!
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
liyaoyu
/
pfhwyigou
Прати
1
Волим
0
Креирај огранак
0
Files
Дискусије
0
Захтеви за спајање
0
Вики
Дрво:
8435ba560d
Гране
Ознаке
master
pfhwyigou
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classExtendsNamespacedClass.php
classExtendsNamespacedClass.php
105 B
Историја
Датотека
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Foo\Bar;
class Baz {}
namespace Other\Space;
class Extender extends \Foo\Bar\Baz {}