php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #76680 Uncertainty in description of html_entity_decode
Submitted: 2018-07-30 08:12 UTC Modified: 2018-08-02 22:24 UTC
From: sean at m2mobi dot com Assigned: cmb (profile)
Status: Closed Package: Strings related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2018-07-30 08:12 UTC] sean at m2mobi dot com
Description:
------------
in the function description "Convert all HTML entities to their applicable characters" suggests that no characters could be applicable (or multiple), In my opinion "Convert all HTML entities to their corresponding characters" would be better, since all HTML entities have exactly one character they represent

http://php.net/manual/en/function.html-entity-decode.php



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-07-31 21:06 UTC] cmb@php.net
What about “Convert all applicable HTML entities to their
(corresponding) characters” or maybe “Convert HTML entities to
their corresponding characters”?  After all, html_entity_decode()
does not necessarily convert *all* HTML entities.
 [2018-08-01 09:47 UTC] sean at m2mobi dot com
I'd say “Convert HTML entities to their corresponding characters” is better in this case.
 [2018-08-02 22:23 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=345421
Log: Fix #76680: Uncertainty in description of html_entity_decode
 [2018-08-02 22:24 UTC] cmb@php.net
-Status: Open +Status: Closed -Package: Documentation problem +Package: Strings related -Assigned To: +Assigned To: cmb
 [2018-08-02 22:24 UTC] cmb@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 06:05 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=98b76b79d6cde71ba9c13e9f53861ba8eb9d3bf5
Log: Fix #76680: Uncertainty in description of html_entity_decode
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 08:01:28 2024 UTC