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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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 26 18:01:31 2024 UTC