Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
登録
サインイン
sunlight
/
menu
Watch
1
Star
0
Fork
0
コード
課題
0
プルリクエスト
0
コミット
86
リリース
0
Wiki
菜谱项目
ツリー:
3a3ad7602a
ブランチ
タグ
master
menu
/
vendor
/
phpunit
/
phpunit-mock...
/
tests
/
_fixture
/
StringableCl...
StringableClass.php
101B
履歴
Raw
1
2
3
4
5
6
7
8
9
<?php
class StringableClass
{
public function __toString()
{
return '12345';
}
}