Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
sunlight
/
menu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Commits
88
Releases
0
Wiki
菜谱项目
Tree:
c4f5164bbc
Branches
Tags
master
menu
/
vendor
/
phpunit
/
phpunit-mock...
/
tests
/
_fixture
/
StringableCl...
StringableClass.php
101B
History
Raw
1
2
3
4
5
6
7
8
9
<?php
class StringableClass
{
public function __toString()
{
return '12345';
}
}