Welcome to mirror list, hosted at ThFree Co, Russian Federation.

multipleNamespacesWithOneClassUsingNonBraceSyntax.php « _fixture « tests « php-token-stream « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ee4f24923d3ab5cc084b4aea5458f65d364e19b (plain)
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
    {
    }
}