summaryrefslogtreecommitdiff
path: root/tests/testfuncref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testfuncref')
-rw-r--r--tests/testfuncref10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/testfuncref b/tests/testfuncref
deleted file mode 100644
index 217e4d14e0..0000000000
--- a/tests/testfuncref
+++ /dev/null
@@ -1,10 +0,0 @@
-<?
-
-function foobar()
-{
- print "foobar\n";
-}
-
-$foobar = "foobar";
-
-$a = ${"foo"."bar"}();