Date: 03/21/00
- Next message: Adrien Hernot: "Re: [PHP-DEV] CORBA"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3820 Updated: preg_replace with /e function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Adrien Hernot: "Re: [PHP-DEV] CORBA"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3820 Updated: preg_replace with /e function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

