From: Jesus M. Castagnetto Date: Sat, 4 Nov 2000 01:18:10 +0000 (+0000) Subject: Updated proto for highlight_file/highlight_string X-Git-Tag: php-4.0.4RC3~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc73072804e9026f92bc812fc071d1ecf0416bce;p=php Updated proto for highlight_file/highlight_string --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index a952c8576a..323d6d4900 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -1700,7 +1700,7 @@ ZEND_API void php_get_highlight_struct(zend_syntax_highlighter_ini *syntax_highl } -/* {{{ proto void highlight_file(string file_name) +/* {{{ proto boolean highlight_file(string file_name) Syntax highlight a source file */ PHP_FUNCTION(highlight_file) { @@ -1723,7 +1723,7 @@ PHP_FUNCTION(highlight_file) /* }}} */ -/* {{{ proto void highlight_string(string string) +/* {{{ proto boolean highlight_string(string string) Syntax highlight a string */ PHP_FUNCTION(highlight_string) {