index
:
delta/php2.git
master
museum.php.net: php5/php-5.4.13.tar.bz2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Zend
/
tests
/
ns_022.inc
blob: be571fc346b3856dbbcedf1e45677136ab8bdf2d (
plain
)
1
2
3
4
5
6
<?php class Test { static function foo() { echo __CLASS__,"::",__FUNCTION__,"\n"; } }