|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-10-20 19:47 UTC] tony2001@php.net
[2006-10-20 20:28 UTC] bjori@php.net
[2006-10-20 21:09 UTC] jeffg at activestate dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue May 19 16:00:02 2026 UTC |
Description: ------------ Line 1215 of html.c should read: /* {{{ proto string htmlspecialchars_decode(string string [, int quote_style]) Convert special HTML entities back to characters */ PHP_FUNCTION(htmlspecialchars_decode) { It instead reads: /* {{{ proto string htmlspecialchars(string string [, int quote_style]) Convert special HTML entities back to characters */ PHP_FUNCTION(htmlspecialchars_decode) { Minor quible, but it causes inconsistent results when scanning the php sources for internal function definitions.