php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45508 [DE] Typo - bzcompress' example
Submitted: 2008-07-14 10:10 UTC Modified: 2008-07-14 11:02 UTC
From: maikjacobi at googlemail dot com Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: ----
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 + 22 = ?
Subscribe to this entry?

 
 [2008-07-14 10:10 UTC] maikjacobi at googlemail dot com
Description:
------------
http://de.php.net/manual/de/function.bzcompress.php

Expected result:
----------------
<?php
$str = "sample data";
$bzstr = bzcompress($str, 9);
echo $bzstr;
?> 


Actual result:
--------------
&lt;?php
$str = "sample data";
$bzstr = bzcompress($str, 9);
echo $bzstr;
?> 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-14 11:02 UTC] felipe@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2020-02-07 09:57 UTC] phpdocbot@php.net
Automatic comment on behalf of felipe
Revision: http://git.php.net/?p=doc/de.git;a=commit;h=30d3a70b2cae6b9f490e5766eed45c31700ea906
Log: Fixed bug #45508 ([DE] Typo - bzcompress' example)
 [2020-12-30 11:15 UTC] nikic@php.net
Automatic comment on behalf of felipe
Revision: http://git.php.net/?p=doc/de.git;a=commit;h=ac48d237b5a4560316c10737d96b997723255ec5
Log: Fixed bug #45508 ([DE] Typo - bzcompress' example)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC