dams            Tue Jul 17 13:29:44 2001 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  <> is also accepted.
  
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.22 phpdoc/en/language/operators.xml:1.23
--- phpdoc/en/language/operators.xml:1.22       Sat Jul  7 14:42:44 2001
+++ phpdoc/en/language/operators.xml    Tue Jul 17 13:29:44 2001
@@ -203,6 +203,11 @@
        <entry>&true; if $a is not equal to $b.</entry>
       </row>
       <row>
+       <entry>$a <> $b</entry>
+       <entry>Not equal</entry>
+       <entry>&true; if $a is not equal to $b.</entry>
+      </row>
+      <row>
        <entry>$a !== $b</entry>
        <entry>Not identical</entry>
        <entry>


Reply via email to