mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
358b9b883d
commit
a5ca672a8e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue