1) Fixed issue #844: Short form of ternary operator (since PHP 5.3).
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / compiler / ITerminalSymbols.java
index 117ee33..5a3e479 100644 (file)
@@ -69,6 +69,7 @@ public interface ITerminalSymbols {
            AND_EQUAL,
            OR_EQUAL,
            QUESTION,
+           TERNARY_SHORT,
            PAAMAYIM_NEKUDOTAYIM,
            DOLLAR,
            DOLLAR_LBRACE,