Edit report at https://bugs.php.net/bug.php?id=23&edit=1

 ID:                 23
 Comment by:         junxing dot lin at yahoo dot com
 Reported by:        svein dot parnas at sting dot bibsent dot no
 Summary:            Ifelse bug?
 Status:             Closed
 Type:               Bug
 Package:            Other
 Operating System:   Linux RH5
 PHP Version:        3.0 Latest CVS
 Block user comment: N
 Private report:     N

 New Comment:

http://www.chishairstraighteners.net     chi flat iron
http://www.chishairstraighteners.net     chi flat irons
http://www.chishairstraighteners.net     chi hair straightener
http://www.chishairstraighteners.net     chi hair straighteners


Previous Comments:
------------------------------------------------------------------------
[1998-01-30 14:03:32] jim

Fixed in latest CVS and PHP/3.0b4.

------------------------------------------------------------------------
[1998-01-30 12:23:55] svein dot parnas at sting dot bibsent dot no

In a script like this:

if (expr1):
 <dothings1>
elseif (expr2):
 <dothings2>
elseif (expr3):
 <dothings3>
elseif ($a = my_procedure(does some mysql things)):
 <dothings4>
endif;

my_procedure is executed even if expr3 is true
(but dothings3 is done and not dothings 4 as expected).



Svein


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



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

Reply via email to