xref
: /
PHP-7.2
/
Zend
/
tests
/
ns_022.inc
(revision 1b9e0de2)
Home
History
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