This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
gitgod
/
store
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
0edff2b704
Branch-ok
Tag-ek
dev
master
store
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
issue30.php
issue30.php
85 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
<?php
class Foo
{
public function bar()
{
return Foo::CLASS;
}
}