summaryrefslogtreecommitdiff
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();