ID: 16227
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: ANY
PHP Version: PHP4 only
New Comment:
each() as a function does not know in which context it was called s
ID: 16227
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: ANY
PHP Version: PHP4 only
New Comment:
Oops,
$arr = array('a', 'b', 'c');
does reset position :)
P
ID: 16227
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: ANY
PHP Version: PHP4 only
New Comment:
Both each() and foreach() uses internal hash position variable.
ID: 16227
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: ANY
PHP Version: PHP4 only
New Comment:
OK, as a newbie PHP-er (experienced with Perl and Java) the
documen
ID: 16227
Updated by: [EMAIL PROTECTED]
-Summary: Wrong zval allocation? while(list() = each()) behavior
is inconsistent due to th
Reported By: [EMAIL PROTECTED]
-Status: Bogus
+Status: Open
-Bug Type: Arrays relat