This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
zskk_bg
/
guochanhua
Vērot
9
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
3e36fadb9e
Atzari
Tagi
master
guochanhua
/
server
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classExtendsNamespacedClass.php
classExtendsNamespacedClass.php
105 B
Vēsture
Neapstrādāts
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 {}