diff --git a/language/control-structures.xml b/language/control-structures.xml index 4dfafe83de..86e53aea05 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1114,7 +1114,8 @@ $foo = array("1",array("complex","quaternion")); echo "this is requiring utils.inc again which is also\n"; echo "required in foolib.inc\n"; echo "Running goodTea: ".goodTea()."\n"; -echo "Printing foo: ".showVar($foo); +echo "Printing foo: \n"; +showVar($foo); ?> @@ -1159,6 +1160,7 @@ GLOBALS ARE NICE this is requiring globals.inc again which is also required in foolib.inc Running showIt: Oolong tea tastes good! +Printing foo: Array ( [0] => 1