1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

- Fix proto

This commit is contained in:
Derick Rethans
2002-02-27 14:05:39 +00:00
parent 7a68b02482
commit 15cadf0c42
+1 -1
View File
@@ -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)
{