Patch clarify_highlight_string_output.patch for *General Issues Bug #23253
Patch version 2013-12-24 21:17 UTC
Return to Bug #23253 |
Download this patch
Patch Revisions:
Developer: aaron.hamid@gmail.com
--- en/reference/misc/functions/highlight-string.xml
+++ en/reference/misc/functions/highlight-string.xml
@@ -14,8 +14,9 @@
<methodparam choice="opt"><type>bool</type><parameter>return</parameter><initializer>false</initializer></methodparam>
</methodsynopsis>
<simpara>
- Outputs or returns a syntax highlighted version of the given PHP code
+ Outputs or returns html markup for a syntax highlighted version of the given PHP code
using the colors defined in the built-in syntax highlighter for PHP.
+ The HTML markup generated is unspecified and subject to change.
</simpara>
</refsect1>
|