This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
Lijg
/
alipearlhair
Figyelés
0
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
42b1f3c490
Branch-ok
Tag-ek
master
alipearlhair
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
multipleNamespacesWithOneClassUsingBraces.php
multipleNamespacesWithOneClassUsingBraces.php
97 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace Foo\Bar;
class TestClassInBar
{
}
namespace Foo\Baz;
class TestClassInBaz
{
}