ns_022.inc 102 B

123456
  1. <?php
  2. class Test {
  3. static function foo() {
  4. echo __CLASS__,"::",__FUNCTION__,"\n";
  5. }
  6. }