From cc73072804e9026f92bc812fc071d1ecf0416bce Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Sat, 4 Nov 2000 01:18:10 +0000 Subject: [PATCH] Updated proto for highlight_file/highlight_string --- ext/standard/basic_functions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.50.1