[PHP-DEV] Bug #14607 Updated: Nested foreach (on the same array variable) don't work as should

2001-12-20 Thread TheWizardRK
ID: 14607 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 PHP Version: 4.0.6 New Comment: $tree = Array( [1] = Array ( [parentid] = 0, [name] = '1' ) [2] = Array ( [parentid]

[PHP-DEV] Bug #14607: Nested foreach (on the same array variable) don't work as should

2001-12-19 Thread TheWizardRK
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: Nested foreach (on the same array variable) don't work as should I have a tree, which is loaded into a variable into the following (hopefully

[PHP-DEV] Bug #14607 Updated: Nested foreach (on the same array variable) don't work as should

2001-12-19 Thread TheWizardRK
ID: 14607 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Scripting Engine problem Operating System: Windows 98 PHP Version: 4.0.6 New Comment: It seems that this has been pointed out before... Sorry. But this is still not solved

[PHP-DEV] Bug #14607 Updated: Recursive nested foreach doesn't work as should

2001-12-19 Thread TheWizardRK
ID: 14607 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Nested foreach (on the same array variable) don't work as should Old Status: Duplicate Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 PHP Version: 4.0.6 New Comment: 1. Actually