wecuro_blog/vendor/phpunit/php-token-stream/tests/_fixture/classUsesNamespacedFunction.php

8 lines
58 B
PHP
Executable File

<?php
namespace foo;
use function bar\baz;
class Foo
{
}