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