1) Fixed issue #844: Short form of ternary operator (since PHP 5.3).
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / OperatorIds.java
index 879e101..3a427af 100644 (file)
@@ -64,4 +64,6 @@ public interface OperatorIds {
        public static final int PLUS_PLUS = 32;
 
        public static final int MINUS_MINUS = 33;
+       
+       public static final int TERNARY_SHORT = 34;
 }