Oops, file should be string here.

This commit is contained in:
Egon Schmid 1999-08-29 09:59:12 +00:00
parent 7c08c88a87
commit 2c0b8b5ac8

View File

@ -2019,8 +2019,8 @@ PHP_FUNCTION(highlight_file)
/* }}} */
/* {{{ proto void highlight_file(string file_name)
Syntax highlight a source file */
/* {{{ proto void highlight_file(string string)
Syntax highlight a string */
PHP_FUNCTION(highlight_string)
{
pval *expr;