|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-08-29 13:22 UTC] sniper@php.net
[2005-09-06 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 04:00:01 2025 UTC |
Description: ------------ When using highlight_string(), it will often not highlight the string I pass it. Reproduce code: --------------- <?php echo highlight_string('<test>', true); ?> Expected result: ---------------- The code should be highlighted, but sometimes isn't. Actual result: -------------- Sometimes, the code remains unhighlighted, but appears to have htmlspecialchars run on it. This seems to vary wildly, and it can be extremely difficult for it to highlight at all. Other times, it will highlight every time, for hours.