php-src/Zend/tests/ns_022.inc

7 lines
90 B
PHP
Raw Normal View History

2007-09-28 19:52:53 +00:00
<?php
class Test {
static function foo() {
echo __CLASS__,"::",__FUNCTION__,"\n";
}
}