DEBSOURCES
Skip Quicknav
sources / php5 / 5.2.6.dfsg.1-1%2Blenny16 / tests / testclassfunc
123456789
<? class foo { function bar() { print "Hey there!\n"; } }; foo::bar();