From fdbe2e9521aa54ec6e0b70c1cb0f532248e531e4 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 24 May 2014 01:29:11 +0200 Subject: Fixed ste:get Didn't work at all before. The varname was not passed correctly. Also added the test case that showed this. --- tests/test_getset/code.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test_getset/code.php (limited to 'tests/test_getset/code.php') diff --git a/tests/test_getset/code.php b/tests/test_getset/code.php new file mode 100644 index 0000000..19a7ecd --- /dev/null +++ b/tests/test_getset/code.php @@ -0,0 +1,5 @@ +vars["foo"] = "bar"; +} -- cgit v1.2.3-54-g00ecf