summaryrefslogtreecommitdiff
path: root/tests/test_array/code.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_array/code.php')
-rw-r--r--tests/test_array/code.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/test_array/code.php b/tests/test_array/code.php
index 58601e2..1e02e20 100644
--- a/tests/test_array/code.php
+++ b/tests/test_array/code.php
@@ -1,13 +1,13 @@
<?php
function test_func($ste) {
- $ste->vars["foo"] = array(
- "a" => array(
- "blabla" => "OK"
- ),
- "b" => "bla"
- );
- $ste->vars["bar"] = array(
- "baz" => "a"
- );
+ $ste->vars["foo"] = array(
+ "a" => array(
+ "blabla" => "OK"
+ ),
+ "b" => "bla"
+ );
+ $ste->vars["bar"] = array(
+ "baz" => "a"
+ );
}