summaryrefslogtreecommitdiff
path: root/tests/testclassfunc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testclassfunc')
-rw-r--r--tests/testclassfunc9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/testclassfunc b/tests/testclassfunc
deleted file mode 100644
index 007bf3bd37..0000000000
--- a/tests/testclassfunc
+++ /dev/null
@@ -1,9 +0,0 @@
-<?
-class foo {
- function bar() {
- print "Hey there!\n";
- }
-};
-
-foo::bar();
-