summaryrefslogtreecommitdiff
path: root/testclassfunc
blob: 6ad5a5091cd1294daf94fd18003398e3f42472e9 (plain)
1
2
3
4
5
6
7
8
9
10
<?

class foo {
	function bar() {
		print "Hey there!\n";
	}
};

foo::bar();