didou Mon Feb 16 11:03:09 2004 EDT
Modified files:
/phpdoc/en/reference/errorfunc constants.xml
Log:
missing quotes
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/constants.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/errorfunc/constants.xml
diff -u phpdoc/en/reference/errorfunc/constants.xml:1.11
phpdoc/en/reference/errorfunc/constants.xml:1.12
--- phpdoc/en/reference/errorfunc/constants.xml:1.11 Thu Dec 11 12:15:43 2003
+++ phpdoc/en/reference/errorfunc/constants.xml Mon Feb 16 11:03:09 2004
@@ -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 '&' will be understood within
+ that only '|', '~', '!', '^' and '&' will be understood within
&php.ini;, however, and that no bitwise
operators will be understood within <filename>php3.ini</filename>.
</para>