xref
: /
PHP-8.3
/
Zend
/
tests
/
ns_022.inc
(revision f8d79582)
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