pollita Sat Dec 13 18:15:17 2003 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-wrapper-register.xml
Log:
Typo
Index: phpdoc/en/reference/stream/functions/stream-wrapper-register.xml
diff -u phpdoc/en/reference/stream/functions/stream-wrapper-register.xml:1.7
phpdoc/en/reference/stream/functions/stream-wrapper-register.xml:1.8
--- phpdoc/en/reference/stream/functions/stream-wrapper-register.xml:1.7 Sat
Dec 13 18:10:26 2003
+++ phpdoc/en/reference/stream/functions/stream-wrapper-register.xml Sat Dec 13
18:15:17 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.stream-wrapper-register">
<refnamediv>
<refname>stream_wrapper_register</refname>
@@ -259,7 +259,7 @@
In order for the appropriate error message to be returned,
do not define this method if your wrapper does not support
creating directories. Posible values for <parameter>options</parameter>
- include <constant>REPORT_ERRORS</constant> and
+ include <constant>STREAM_REPORT_ERRORS</constant> and
<constant>STREAM_MKDIR_RECURSIVE</constant>.
</para>
<note>
@@ -282,7 +282,7 @@
In order for the appropriate error message to be returned,
do not define this method if your wrapper does not support
removing directories. Possible values for <parameter>options</parameter>
- include <constant>REPORT_ERRORS</constant>.
+ include <constant>STREAM_REPORT_ERRORS</constant>.
</para>
<note>
<simpara>