php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #3887 OR in place of XOR
Submitted: 2000-03-21 07:08 UTC Modified: 2000-03-25 15:03 UTC
From: c dot galdiolo at attika dot it Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.15 OS: all
Private report: No CVE-ID: None
 [2000-03-21 07:08 UTC] c dot galdiolo at attika dot it
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.
:-)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-25 15:03 UTC] mrobinso at cvs dot php dot net
The example and reference seem correct.
I think you're taking the term 'or' literally, where
it is actually figurative, meant to show that the example,
while still having the same 'name' behaves differently
or in a different order of precedence than its cousins.

You have a sharp eye. :)






 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 04:00:01 2026 UTC