|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2008-06-23 20:42 UTC] viperfan at gmx dot net
Description:
------------
strip_tags() returns mutilated text when a "<" (open html tag) is directly followed by ( (open brackets)
eg.
strip_crap("Hi (>username<), how are you")
everthing after "(>username" is chopped off
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 05:00:01 2025 UTC |
of course strip_tag("Hi (>username<), how are you") was meant