mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
Oops, file should be string here.
This commit is contained in:
parent
7c08c88a87
commit
2c0b8b5ac8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user