[PHP-DEV] Bug #11070 Updated: '@' does not turn off error checking in foreach()

2001-08-28 Thread sander
ID: 11070 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.5 New Comment: Duplicate of 6118. Previous Comments:

[PHP-DEV] Bug #11070 Updated: '@' does not turn off error checking in foreach()

2001-05-23 Thread cnewbill
ID: 11070 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: Use if (is_array($a)) foreach ($a as $key => $val) { /* Do something */ } until it is added, w