nlopess Sat Dec 3 15:00:57 2005 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-filter-append.xml
Log:
fix #35532: fix example
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-filter-append.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/stream/functions/stream-filter-append.xml
diff -u phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.15
phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.16
--- phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.15 Tue Feb
22 02:59:33 2005
+++ phpdoc/en/reference/stream/functions/stream-filter-append.xml Sat Dec
3 15:00:56 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<refentry id="function.stream-filter-append">
<refnamediv>
<refname>stream_filter_append</refname>
@@ -50,7 +50,7 @@
<![CDATA[
<?php
/* Open a test file for reading and writing */
-$fp = fopen("test.txt", "rw");
+$fp = fopen('test.txt', 'w+');
/* Apply the ROT13 filter to the
* write filter chain, but not the