Made XML compliant

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53527 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jirka Kosek 2001-08-06 07:35:31 +00:00
parent 7d2ccc9786
commit 64a791706c

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.24 $ -->
<!-- $Revision: 1.25 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@ -204,7 +204,7 @@ $b .= "There!"; // sets $b to "Hello There!", just like $b = $b . "There!";
<entry>&true; if $a is not equal to $b.</entry>
</row>
<row>
<entry>$a <> $b</entry>
<entry>$a &lt;> $b</entry>
<entry>Not equal</entry>
<entry>&true; if $a is not equal to $b.</entry>
</row>