ok but it is called ternary not trinary

Also JCL, when you implement it will it be like the current php one or the new php one (php 6), the new php one is like so
var = ($condition ?: true)//Does not requrie a false
//where as the current one does
More details here
http://www.php.net/~derick/meeting-notes.html#ifsetor-as-replacement-for-foo-isset-foo-foo-something-else