Typo fixed.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96957 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dallas Wang 2002-09-26 08:50:49 +00:00
parent f2b3768ed1
commit 6a490ecdb7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.141 -->
<refentry id="function.file-register-wrapper">
<refnamediv>
@ -203,7 +203,7 @@ class VariableStream {
function stream_open($path, $mode, $options, &$opened_path)
{
$url = parse_url($path);
$this->varname = $split["host"];
$this->varname = $url["host"];
$this->position = 0;
return true;