Files
panti-asuhan-backend/vendor/phpunit/php-token-stream/tests/_fixture/issue30.php
2023-07-14 11:32:46 +08:00

9 lines
85 B
PHP
Executable File

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