Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

issue30.php 85B

12345678
  1. <?php
  2. class Foo
  3. {
  4. public function bar()
  5. {
  6. return Foo::CLASS;
  7. }
  8. }