mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixes #49044 broken sentence in fopen error docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286621 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1de8135340
commit
bbb5333f08
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ $handle = fopen("c:\\data\\info.txt", "r");
|
|||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
If the open fails, the function an error of level
|
||||
If the open fails, an error of level
|
||||
<constant>E_WARNING</constant> is generated. You may use <link
|
||||
linkend="language.operators.errorcontrol">@</link> to suppress this
|
||||
warning.
|
||||
|
|
Loading…
Reference in a new issue