php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #61125 translation de htmlspecialchars_decode
Submitted: 2012-02-17 17:38 UTC Modified: 2012-02-17 17:46 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: zweistecken at gmx dot de Assigned: raphaelm (profile)
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:
33 + 33 = ?
Subscribe to this entry?

 
 [2012-02-17 17:38 UTC] zweistecken at gmx dot de
Description:
------------
---
From manual page: http://www.php.net/function.htmlspecialchars-decode#refsect1-function.htmlspecialchars-decode-description
---

English:
' (when ENT_QUOTES is set)

German:
' (wenn ENT_QUOTES nicht gesetzt ist)
(it's the exact opposite, "when ENT_QUOTES is not set")

should be:
' (wenn ENT_QUOTES gesetzt ist)




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-17 17:41 UTC] zweistecken at gmx dot de
documentation page german (de)
http://php.net/manual/de/function.htmlspecialchars-decode.php
documentation page english (en)
http://php.net/manual/en/function.htmlspecialchars-decode.php
 [2012-02-17 17:45 UTC] raphaelm@php.net
Automatic comment from SVN on behalf of raphaelm
Revision: http://svn.php.net/viewvc/?view=revision&revision=323295
Log: fixing Doc Bug #61125 translation de htmlspecialchars_decode
 [2012-02-17 17:46 UTC] raphaelm@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: raphaelm
 [2012-02-17 17:46 UTC] raphaelm@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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 21:01:30 2024 UTC