ID:               19834
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: Windows XP
 PHP Version:      4.2.3
 New Comment:

This also seems to be the case with 'if'


Previous Comments:
------------------------------------------------------------------------

[2002-10-09 12:20:08] [EMAIL PROTECTED]

when performing a switch case on large strings, the function seems to
fail. 

for example:

$str="000001011110011110000001000001011110011110000001";
switch($str) {

  case "000001011110011110000001000001000111000111011001":
    echo "checking: $str - case:
000001011110011110000001000001000111000111011001";
        break;
  case "000001011110011110000001000001011110011110000001":
    echo "checking: $str - case:
000001011110011110000001000001011110011110000001";
        break;

}

This will show the error.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19834&edit=1

Reply via email to