summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/simple/simple.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/simple/simple.php b/tests/simple/simple.php
index c8614da..bdf2b74 100644
--- a/tests/simple/simple.php
+++ b/tests/simple/simple.php
@@ -16,4 +16,6 @@ echo("myvar = $myvar\n");
echo("resultaat: $result\n");
-?> \ No newline at end of file
+print_r($result);
+
+?>