index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testclassfunc
blob: 007bf3bd37fc8b3b418023f412206a409ca49a7d (
plain
)
1
2
3
4
5
6
7
8
9
<? class foo { function bar() { print "Hey there!\n"; } }; foo::bar();