ID: 32608
Updated by: [EMAIL PROTECTED]
Reported By: ladislav dot prosek at matfyz dot cz
-Status: Open
+Status: Verified
Bug Type: Strings related
-Operating System: Windows XP SP2
+Operating System: *
-PHP Version: 5.0.4
+PHP Version: 5CVS-2005-04-07
New Comment:
Only in PHP 5 (works fine with latest PHP_4_3 checkout)
Previous Comments:
------------------------------------------------------------------------
[2005-04-06 16:32:11] ladislav dot prosek at matfyz dot cz
Description:
------------
html_entity_decode seems to convert single quotes (' and ')
regardless of the quote_style parameter.
Reproduce code:
---------------
echo html_entity_decode("'", ENT_NOQUOTES);
Expected result:
----------------
'
Actual result:
--------------
'
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32608&edit=1