1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00
This commit is contained in:
Andrei Zmievski
2006-11-21 18:45:21 +00:00
parent e6284e9cbc
commit 7cb10e9620

View File

@@ -5479,6 +5479,12 @@ PHP_FUNCTION(php_strip_whitespace)
/* {{{ proto bool highlight_string(string string [, bool return] ) U
Syntax highlight a string or optionally return it */
/* TODO documentation:
* This function will return/ouput UTF-8 if the arg is a Unicode string. Users
* should switch their output encoding to UTF-8 when highlighting or manually
* convert result to their desired encoding.
*/
PHP_FUNCTION(highlight_string)
{
zval **expr;