> I cannot find any documentation on "ternary operators", even though > an (unclear) example is given using them, and they are mentioned on > the operators page in the manual. > > Would it be possible to link the operator tokens to the pages where > they are discussed?
A ternary section was added recently and will show up when the PHP manual is next built. Here's the diff: http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.81&r2=1.82 Adding a third "link" column to the Operator Precedence table (15-1) isn't a bad idea... consider opening up a doc bug report for this request. Regards, Philip
