From c7b154466df9f1918a9fd3bc997536a6b4743a6b Mon Sep 17 00:00:00 2001 From: Sherif Ramadan Date: Fri, 14 Dec 2012 04:42:52 +0000 Subject: [PATCH] Removed mention of print_r reseting array's internal pointer. This is not the current behavior. See bug #8289 for more information. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328776 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/print-r.xml | 5 ----- 1 file changed, 5 deletions(-) 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. -