File "issue30.php"

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

<?php
class Foo
{
    public function bar()
    {
        return Foo::CLASS;
    }
}