ns_022.inc   [plain text]


<?php
class Test {
	static function foo() {
		echo __CLASS__,"::",__FUNCTION__,"\n";
	}
}