[PHP-DEV] Bug #3887: OR in place of XOR From: c.galdiolo <email protected>
Date: 03/21/00

From: c.galdiolo <email protected>
Operating system: all
PHP version: 3.0.15
PHP Bug Type: Documentation problem
Bug description: OR in place of XOR

hello,
in my documentation file:
language.operators.logical.html

and into online documentation:
http://www.php.net/manual/language.operators.logical.php
mistake
a row in page's table are:
------------------------------------------------------------------------
| $a xor $b | Or | True if either $a or $b is true, but not both. |
------------------------------------------------------------------------
in place of
------------------------------------------------------------------------
| $a xor $b | Xor | True if either $a or $b is true, but not both. |
------------------------------------------------------------------------

I'm newbie, so please sorry if it's a mistake.
:-)

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>