php-src/Zend/tests/ns_022.inc
2020-02-03 22:52:20 +01:00

7 lines
102 B
PHP

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