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