|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-13 02:16 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ The following valid (X)HTML is not stripped (this has been reported before and closed claiming it is invalid ? read the SGML and XML specifications ? this is completely valid). Reproduce code: --------------- <?php echo strip_tags('<span title="test > all">this</span>'); ?> Expected result: ---------------- this Actual result: -------------- all">this