diff --git a/reference/var/functions/print-r.xml b/reference/var/functions/print-r.xml
index 345014d420..a0fe37350c 100644
--- a/reference/var/functions/print-r.xml
+++ b/reference/var/functions/print-r.xml
@@ -25,11 +25,6 @@
also show protected and private properties of objects with PHP 5.
Static class members will not be shown.
-
- Remember that print_r will move the array
- pointer to the end. Use reset to bring
- it back to beginning.
-