mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7d2ccc9786
commit
64a791706c
1 changed files with 2 additions and 2 deletions
|
@ -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 <> $b</entry>
|
||||
<entry>Not equal</entry>
|
||||
<entry>&true; if $a is not equal to $b.</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue