From:             horst at d3x-designs dot de
Operating system: ms win2k
PHP version:      4.3.1
PHP Bug Type:     *General Issues
Bug description:  hoe

hello
since the new php version there's a big "bug" i think...

if I made something like this:

for($i=0;$i<count($file1);$i++) {
  if($lu2[1]==$file) ($muh=$i);
}

normally the $muh must have the int of the $i if $lu[2] is $file.

BUT $muh is ever count($file1), also the maximum of $i


-- 
Edit bug report at http://bugs.php.net/?id=22910&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22910&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22910&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22910&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22910&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22910&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22910&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22910&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22910&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22910&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22910&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22910&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22910&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22910&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22910&r=gnused

Reply via email to