diff options
| author | Egon Schmid <eschmid@php.net> | 1999-08-29 09:59:12 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 1999-08-29 09:59:12 +0000 |
| commit | 2c0b8b5ac8d0a7d7369e1c87be2367aa3d1d7b24 (patch) | |
| tree | ef8ba5c8b8eaf0143724d06878ba4d19ffabfcf9 | |
| parent | 7c08c88a8749f730e9d45aa40893b5256e4f3cbd (diff) | |
| download | php-git-2c0b8b5ac8d0a7d7369e1c87be2367aa3d1d7b24.tar.gz | |
Oops, file should be string here.
| -rw-r--r-- | ext/standard/basic_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 8c955c3693..4897fa23ed 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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; |
