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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: maikjacobi at googlemail dot com
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 13:01:30 2024 UTC