Edit report at https://bugs.php.net/bug.php?id=55443&edit=1
ID: 55443 Updated by: [email protected] Reported by: al at instrument dot pl dot ua Summary: 4nd params double_encode -Status: Feedback +Status: No Feedback Type: Feature/Change Request Package: *General Issues Operating System: any PHP Version: 5.3.6 New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2011-08-22 14:09:47] [email protected] I have no idea what you mean by this report, the parameter is properly documented in already, or are you requesting an example of usage? ------------------------------------------------------------------------ [2011-08-17 19:42:04] al at instrument dot pl dot ua Description: ------------ Path in Bug #43101: htmlentities(): double_quote vs. double_encode typo --- >From manual page: >http://www.php.net/function.htmlspecialchars%23%D0%9E%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D0%B5 --- four params double_encode=true|false present in real, and absent in documentation Test script: --------------- $links_str = "http://ya.ru?q=search&mmm" $links_str = htmlspecialchars($links_str,ENT_COMPAT,'UTF-8',$double_encode=false); ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55443&edit=1
