fix #35532: fix example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201975 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-12-03 20:00:56 +00:00
parent 358b9b883d
commit a5ca672a8e

View file

@ -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