9 lines
85 B
PHP
Executable File

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