From 379131508a321abb88ccc14f5fc99d6a3e82f3f5 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Fri, 1 May 2020 17:41:37 +0200 Subject: Fix compiling static numeric array access --- tests/test_static_numeric_array_access/code.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/test_static_numeric_array_access/code.php (limited to 'tests/test_static_numeric_array_access/code.php') diff --git a/tests/test_static_numeric_array_access/code.php b/tests/test_static_numeric_array_access/code.php new file mode 100644 index 0000000..77f48be --- /dev/null +++ b/tests/test_static_numeric_array_access/code.php @@ -0,0 +1,12 @@ +set_var_by_name("foo", array( + "foo", + "bar", + "baz", + )); +} -- cgit v1.2.3-54-g00ecf