File "classUsesNamespacedFunction.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/php-token-stream/tests/_fixture/classUsesNamespacedFunction.php
File size: 58 bytes
MIME-type: --
Charset: utf-8

<?php
namespace foo;

use function bar\baz;

class Foo
{
}