php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22910 hoe
Submitted: 2003-03-26 12:59 UTC Modified: 2003-03-31 02:05 UTC
From: horst at d3x-designs dot de Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.1 OS: ms win2k
Private report: No CVE-ID: None
 [2003-03-26 12:59 UTC] horst at d3x-designs dot de
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


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-26 15:43 UTC] pollita@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


This bug report is horribly incomplete.

1) Come up with a summary.  'hoe' describes nothing.  At best it could qualify as an epithet, but I'm assuming that's not what your intent was. :)

2) Describe your problem thoroughly.  Including what you expected to get and what you actually got.

3) Provide a COMPLETE and self-contained script.  The few lines you provided are only meaningful if the values of $file, $file1, $lu2, and $muh are known.

4) If possible, find an english speaker to proofread your submission.  This is a nice-to-have not a must-have obviously...   If you simply can't convey some piece of information clearly, adding a note in german (I'm assuming that's your native language from the .de suffix in your email address) to clarify would provide more help than forcing us to guess at your meaning.
 [2003-03-31 02:05 UTC] sniper@php.net
Not bug.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Aug 17 14:01:27 2024 UTC