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

classUsesNamespacedFunction.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: 5e08a12ec471273dd99a284bc8ec98e3105fa218 (plain)
1
2
3
4
5
6
7
8
<?php
namespace foo;

use function bar\baz;

class Foo
{
}