missing quotes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151534 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-02-16 16:03:09 +00:00
parent fa216f30ce
commit 89271cd5b0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<section id="errorfunc.constants">
&reftitle.constants;
&extension.constants.core;
@ -209,7 +209,7 @@
up a bitmask that specifies which errors to report. You can use the
<link linkend="language.operators.bitwise">bitwise operators</link>
to combine these values or mask out certain types of errors. Note
that only '|', '~', '!', ^ and '&amp;' will be understood within
that only '|', '~', '!', '^' and '&amp;' will be understood within
&php.ini;, however, and that no bitwise
operators will be understood within <filename>php3.ini</filename>.
</para>