From 6a490ecdb7d99b89ff330b43acbd8666f154dbf0 Mon Sep 17 00:00:00 2001 From: Dallas Wang Date: Thu, 26 Sep 2002 08:50:49 +0000 Subject: [PATCH] Typo fixed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96957 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-register-wrapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/file-register-wrapper.xml b/reference/filesystem/functions/file-register-wrapper.xml index 8237e9426d..e73396dd34 100644 --- a/reference/filesystem/functions/file-register-wrapper.xml +++ b/reference/filesystem/functions/file-register-wrapper.xml @@ -1,5 +1,5 @@ - + @@ -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;