This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
aqm
/
Customer-Service
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
a2d5a1cd8e
Dallar
Biçim İmleri
dev
master
remotes/origin/dev
Customer-Ser...
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
multipleNamespacesWithOneClassUsingNonBraceSyntax.php
multipleNamespacesWithOneClassUsingNonBraceSyntax.php
125 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
namespace Foo\Bar
{
class TestClassInBar
{
}
}
namespace Foo\Baz
{
class TestClassInBaz
{
}
}