mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
s/<br>/<br>/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43569 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
320380e492
commit
f67149cceb
1 changed files with 3 additions and 3 deletions
|
@ -177,12 +177,12 @@ $bzstr = bzcompress($start_str);
|
|||
|
||||
print( "Compressed String: " );
|
||||
print( $bzstr );
|
||||
print( "\n<br>\n" );
|
||||
print( "\n<br>n" );
|
||||
|
||||
$str = bzdecompress($bzstr);
|
||||
print( "Decompressed String: " );
|
||||
print( $str );
|
||||
print( "\n<br>\n" );
|
||||
print( "\n<br>n" );
|
||||
?>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
@ -339,7 +339,7 @@ $decompressed_file = bzread($bz, filesize("/tmp/foo.bz2"));
|
|||
bzclose($bz);
|
||||
|
||||
print( "The contents of /tmp/foo.bz2 are: " );
|
||||
print( "\n<br>\n" );
|
||||
print( "\n<br>n" );
|
||||
print( $decompressed_file );
|
||||
?>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue