[PHP-DOC] cvs: phpdoc /en/reference/bzip2/functions bzread.xml

2004-03-05 Thread Mehdi Achour
didou   Fri Mar  5 04:37:33 2004 EDT

  Modified files:  
/phpdoc/en/reference/bzip2/functionsbzread.xml 
  Log:
  use $file
  
http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzread.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/bzip2/functions/bzread.xml
diff -u phpdoc/en/reference/bzip2/functions/bzread.xml:1.5 
phpdoc/en/reference/bzip2/functions/bzread.xml:1.6
--- phpdoc/en/reference/bzip2/functions/bzread.xml:1.5  Wed Feb 25 05:32:48 2004
+++ phpdoc/en/reference/bzip2/functions/bzread.xml  Fri Mar  5 04:37:31 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -39,7 +39,7 @@
 }
 bzclose($bz);
 
-echo "The contents of /tmp/foo.bz2 are: \n";
+echo "The contents of $file are: \n";
 echo $decompressed_file;
 
 ?>


[PHP-DOC] cvs: phpdoc /en/reference/bzip2/functions bzread.xml

2004-02-25 Thread Kenneth Schwartz
irchtml Wed Feb 25 05:32:50 2004 EDT

  Modified files:  
/phpdoc/en/reference/bzip2/functionsbzread.xml 
  Log:
  fixed example
  
http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzread.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/bzip2/functions/bzread.xml
diff -u phpdoc/en/reference/bzip2/functions/bzread.xml:1.4 
phpdoc/en/reference/bzip2/functions/bzread.xml:1.5
--- phpdoc/en/reference/bzip2/functions/bzread.xml:1.4  Sun Dec 14 18:06:28 2003
+++ phpdoc/en/reference/bzip2/functions/bzread.xml  Wed Feb 25 05:32:48 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -31,7 +31,7 @@