ID: 42850
User updated by: ltaupiac at lfdj dot com
Reported By: ltaupiac at lfdj dot com
Status: Closed
Bug Type: Arrays related
Operating System: windows/solaris
PHP Version: 5.3.0-dev
New Comment:
I check on win32 snaps built on 16 jan 2008
ID: 42850
User updated by: ltaupiac at lfdj dot com
Reported By: ltaupiac at lfdj dot com
-Status: Feedback
+Status: Open
Bug Type: Arrays related
Operating System: windows/solaris
-PHP Version: 5.2.4
+PHP Version: 5.3.0-dev
New
From: ltaupiac at lfdj dot com
Operating system: windows/solaris
PHP version: 5.2.4
PHP Bug Type: Arrays related
Bug description: array_walk_recursive() leaves references
Description:
I have to reopen this bug http://bugs.php.net/bug.php?id=42655 because it
was
From: ltaupiac at lfdj dot com
Operating system: Window | solaris
PHP version: 5CVS-2007-09-13 (snap)
PHP Bug Type: Arrays related
Bug description: array_walk_recursive leaves references
Description:
Using array_walk_recursive leaves references on source array
From: ltaupiac at lfdj dot com
Operating system: windows
PHP version: 5CVS-2007-09-13 (snap)
PHP Bug Type: SPL related
Bug description: recursiveIteratorIterator modify only part of leaves
Description:
when recursively iterate over recursive array to alter
From: [EMAIL PROTECTED]
Operating system: Solaris 7
PHP version: 4.3.0
PHP Bug Type: Math related
Bug description: round error
a=-$a- b=-$b- m=$a*$b=-$m- and res=$res") ."-" ;
print ("v1=round(4.31 * 5 , 1)=-$v1- -") . round($v1,1) ."-" ;
print ("v2=round(m, 1)=-$v2- -