diff --git a/language/enumerations.xml b/language/enumerations.xml index 7490433a12..2d3aa24cd5 100644 --- a/language/enumerations.xml +++ b/language/enumerations.xml @@ -1,5 +1,5 @@ - + Les énumérations @@ -106,6 +106,8 @@ $b = Suit::Spades; $a === $b; // true $a instanceof Suit; // true + +$a !== 'Spades'; // true ?> ]]>