diff options
Diffstat (limited to 'tests/test_array/code.php')
-rw-r--r-- | tests/test_array/code.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/test_array/code.php b/tests/test_array/code.php deleted file mode 100644 index b524c15..0000000 --- a/tests/test_array/code.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php - -function test_func($ste) -{ - $ste->vars["foo"] = array( - "a" => array( - "blabla" => "OK" - ), - "b" => "bla" - ); - $ste->vars["bar"] = array( - "baz" => "a" - ); -} |