xref
: /
php-src
/
Zend
/
tests
/
namespaces
/
ns_022.inc
(revision 275f63e7)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
class Test {
3
static function foo() {
4
echo __CLASS__,"::",__FUNCTION__,"\n";
5
}
6
}
7