dallas          Thu Sep 26 04:50:49 2002 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   file-register-wrapper.xml 
  Log:
  Typo fixed.
  
  
Index: phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml
diff -u phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml:1.4 
phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml:1.5
--- phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml:1.4      Mon 
Sep 23 18:40:20 2002
+++ phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml  Thu Sep 26 
+04:50:49 2002
@@ -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 @@
     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;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to