This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
guanli
/
calc-serve
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
de640a4516
ブランチ
タグ
feature/3286-calc
feature/NG-27
feature/log-record
feature/ng-2521-activePgs
master
calc-serve
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classExtendsNamespacedClass.php
classExtendsNamespacedClass.php
105 B
履歴
Raw
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 {}