This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
guanli
/
system
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
f2b37f57c2
Dallar
Biçim İmleri
master
new-clac
test_run_bonus
system
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
multipleNamespacesWithOneClassUsingBraces.php
multipleNamespacesWithOneClassUsingBraces.php
97 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace Foo\Bar;
class TestClassInBar
{
}
namespace Foo\Baz;
class TestClassInBaz
{
}