diff --git a/functions/var.xml b/functions/var.xml
index f8d6efbdac..69c446de54 100644
--- a/functions/var.xml
+++ b/functions/var.xml
@@ -405,7 +405,7 @@ echo get_resource_type($doc->doc)."\n";
- This function is an alias for is_long.
+ This function is an alias for is_int.
See also is_bool,
@@ -810,6 +810,11 @@ echo isset ($a); // false
values will be presented in a format that shows keys and
elements. Similar notation is used for objects.
+
+ Remember that print_r will move the array
+ pointer to the end. Use reset to bring
+ it back to beginning.
+
Compare print_r to
var_dump.