From 89479fbcdf9de2957e82e8d2bca4ea22ed9a1d39 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 17 Jun 2004 12:09:53 +0000 Subject: [PATCH] fix build #hey men, we have a make test tool :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161594 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/bzip2/functions/bzcompress.xml | 27 +++++++++----------- reference/bzip2/functions/bzdecompress.xml | 25 ++++++++----------- reference/bzip2/functions/bzerror.xml | 25 ++++++++----------- reference/bzip2/functions/bzerrstr.xml | 15 +++++------ reference/bzip2/functions/bzopen.xml | 28 ++++++++------------- reference/bzip2/functions/bzread.xml | 29 ++++++++++------------ reference/bzip2/functions/bzwrite.xml | 17 ++++++------- 7 files changed, 71 insertions(+), 95 deletions(-) diff --git a/reference/bzip2/functions/bzcompress.xml b/reference/bzip2/functions/bzcompress.xml index ecf9039f93..2e6a9e72ee 100644 --- a/reference/bzip2/functions/bzcompress.xml +++ b/reference/bzip2/functions/bzcompress.xml @@ -1,5 +1,5 @@ - + @@ -8,12 +8,12 @@ Description - - stringbzcompress - stringsource - intblocksize - intworkfactor - + + stringbzcompress + stringsource + intblocksize + intworkfactor + bzcompress compresses the source string and returns it as bzip2 @@ -34,16 +34,9 @@ value. Regardless of the workfactor, the generated output is the same. - - - &reftitle.seealso; - bzdecompress. - - - - Example + <function>bzcompress</function> example + + + See also bzdecompress. + diff --git a/reference/bzip2/functions/bzdecompress.xml b/reference/bzip2/functions/bzdecompress.xml index e7f439ca33..af1462ad76 100644 --- a/reference/bzip2/functions/bzdecompress.xml +++ b/reference/bzip2/functions/bzdecompress.xml @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ Description - - stringbzdecompress - stringsource - intsmall - + + stringbzdecompress + stringsource + intsmall + bzdecompress decompresses the source string containing bzip2 encoded @@ -23,16 +23,9 @@ roughly half the speed. See the bzip2 documentation for more information about this feature. - - - &reftitle.seealso; - bzcompress. - - - - Example + <function>bzdecompress</function> example \n"; ]]> + + + bzcompress. + diff --git a/reference/bzip2/functions/bzerror.xml b/reference/bzip2/functions/bzerror.xml index efee86ad98..d0494a0bfc 100644 --- a/reference/bzip2/functions/bzerror.xml +++ b/reference/bzip2/functions/bzerror.xml @@ -1,5 +1,5 @@ - + @@ -8,26 +8,18 @@ Description - - arraybzerror - resourcebz - + + arraybzerror + resourcebz + Returns the error number and error string, in an associative array, of any bzip2 error returned by the file pointer bz. - - - &reftitle.seealso; - bzerrno, - bzerrstr. - - - - Example + <function>bzerror</function> example + + + See also bzerrno and + bzerrstr. + diff --git a/reference/bzip2/functions/bzerrstr.xml b/reference/bzip2/functions/bzerrstr.xml index 5351618b76..c64ea258f1 100644 --- a/reference/bzip2/functions/bzerrstr.xml +++ b/reference/bzip2/functions/bzerrstr.xml @@ -1,5 +1,5 @@ - + @@ -8,19 +8,16 @@ Description - - stringbzerrstr - resourcebz - + + stringbzerrstr + resourcebz + Returns the error string of any bzip2 error returned by the file pointer bz. - - - &reftitle.seealso; - bzerrno, + See also bzerrno and bzerror. diff --git a/reference/bzip2/functions/bzopen.xml b/reference/bzip2/functions/bzopen.xml index ddca259e0f..cef116d99a 100644 --- a/reference/bzip2/functions/bzopen.xml +++ b/reference/bzip2/functions/bzopen.xml @@ -1,5 +1,5 @@ - + @@ -8,34 +8,24 @@ Description - - resourcebzopen - stringfilename - stringmode - + + resourcebzopen + stringfilename + stringmode + bzopen opens a bzip2 (.bz2) file for reading or writing. filename is the name of the file to open. mode is similar to the fopen function (`r' for read, `w' for write, etc.). - - - &reftitle.returnvalues; If the open fails, bzopen returns &false;, otherwise it returns a pointer to the newly opened file. - - - &reftitle.seealso; - bzclose. - - - - Example + <function>bzopen</function> example + + + See also bzclose. + diff --git a/reference/bzip2/functions/bzread.xml b/reference/bzip2/functions/bzread.xml index aa5dea7596..90a2304bfa 100644 --- a/reference/bzip2/functions/bzread.xml +++ b/reference/bzip2/functions/bzread.xml @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ Description - - stringbzread - resourcebz - intlength - + + stringbzread + resourcebz + intlength + bzread reads up to length bytes from the bzip2 file pointer @@ -23,18 +23,9 @@ bzread will read 1024 (uncompressed) bytes at a time. - - - &reftitle.seealso; - bzwrite, - feof, - bzopen. - - - - Example + <function>bzread</function> example + + + See also bzwrite, + feof and + bzopen. + diff --git a/reference/bzip2/functions/bzwrite.xml b/reference/bzip2/functions/bzwrite.xml index ae693ac9f5..b94bbdb436 100644 --- a/reference/bzip2/functions/bzwrite.xml +++ b/reference/bzip2/functions/bzwrite.xml @@ -1,5 +1,5 @@ - + @@ -22,17 +22,9 @@ after length (uncompressed) bytes have been written or the end of string is reached, whichever comes first. - - - &reftitle.seealso; - bzread, - bzopen. - - - - Example + <function>bzwrite</function> example + + + See also bzread and + bzopen. +