]> granicus.if.org Git - php/commitdiff
Oops, file should be string here.
authorEgon Schmid <eschmid@php.net>
Sun, 29 Aug 1999 09:59:12 +0000 (09:59 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 29 Aug 1999 09:59:12 +0000 (09:59 +0000)
ext/standard/basic_functions.c

index 8c955c3693628823a8682a6f0c1d19313ff8d12c..4897fa23edc8a5eab223cdc0a99956f11faabba3 100644 (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;