You are here: Re: ?: « All PHP « IT news, forums, messages
Re: ?:

Posted by Janwillem Borleffs on 12/06/07 15:24

newbie schreef:
> Can someone explain to me why the following code yields output "20 < x
> <= 30"?
>
> echo $x > 30 ? "x > 30" : $x > 20 ? "20 < x <= 30" : "x < 20";
>
>
> I expected that ir will be evaluated as ($x > 30 ? "x > 30" : ($x > 20 ?
> "20 < x <= 30" : "x < 20")) but I was wrong.

It is evaluated from left to right:

If x > 30
print 'x > 30'
Else
If x > 20
print '20 < x <= 30'
Else
print 'x < 20'
End If
End If


JW

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация