Re: switch vs elseif

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 2:18 PM -0600 1/13/09, Micah Gersten wrote:
Jochem Maas wrote:
 switch (true) {
	case ($x === $y):
		// something
 >		break;
This is a misuse of the switch statement.  Switch is meant to compare
values to a single variable as stated on the manual page:
http://us2.php.net/switch

Thank you,
Micah Gersten

Micah:

I disagree.

You may use a switch statement as Jochem demonstrated -- I do it all the time.

Just because you think the value within the switch is supposed to be the value examined doesn't mean that doing it otherwise is wrong -- it's just a different way of using that statement.

Cheers,

tedd


--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux