From 3537cce27590c6197ffe458ac6cc7dee39040e7b Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Thu, 29 Aug 2013 17:03:00 +0200 Subject: working with arrays is now almost as simple as it is in PHP --- tests/simple/simple.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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); + +?> -- cgit v1.2.3