xref
: /
plugin
/
findologicxmlexport
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classUsesNamespacedFunction.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
namespace
foo
;
3
4
use
function
bar
\
baz
;
5
6
class
Foo
7
{
8
}