diff options
author | Derick Rethans <derick@php.net> | 2002-02-27 14:05:39 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-02-27 14:05:39 +0000 |
commit | 15cadf0c42c9fadebd132de39bf81b11fb0cbcd1 (patch) | |
tree | 2588d85a3b2afa2f2b54a06a4b19213c721d3206 | |
parent | 7a68b02482c78202cb94c174f92fa215b354a141 (diff) | |
download | php-git-15cadf0c42c9fadebd132de39bf81b11fb0cbcd1.tar.gz |
- Fix proto
-rw-r--r-- | ext/standard/basic_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 12ce0f6e1a..13aedd7d11 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -1869,7 +1869,7 @@ ZEND_API void php_get_highlight_struct(zend_syntax_highlighter_ini *syntax_highl syntax_highlighter_ini->highlight_string = INI_STR("highlight.string"); } -/* {{{ proto bool highlight_file(string file_name) +/* {{{ proto bool highlight_file(string file_name [, int return] ) Syntax highlight a source file */ PHP_FUNCTION(highlight_file) { |