]> granicus.if.org Git - php/commitdiff
Updated proto for highlight_file/highlight_string
authorJesus M. Castagnetto <jmcastagnetto@php.net>
Sat, 4 Nov 2000 01:18:10 +0000 (01:18 +0000)
committerJesus M. Castagnetto <jmcastagnetto@php.net>
Sat, 4 Nov 2000 01:18:10 +0000 (01:18 +0000)
ext/standard/basic_functions.c

index a952c8576aad73fff6c94bac2ce993f0c9cfc6e1..323d6d49002d23bc83ece041ff725465cc552403 100644 (file)
@@ -1700,7 +1700,7 @@ ZEND_API void php_get_highlight_struct(zend_syntax_highlighter_ini *syntax_highl
 }
 
 
-/* {{{ proto void highlight_file(string file_name)
+/* {{{ proto boolean highlight_file(string file_name)
    Syntax highlight a source file */
 PHP_FUNCTION(highlight_file)
 {
@@ -1723,7 +1723,7 @@ PHP_FUNCTION(highlight_file)
 /* }}} */
 
 
-/* {{{ proto void highlight_string(string string)
+/* {{{ proto boolean highlight_string(string string)
    Syntax highlight a string */
 PHP_FUNCTION(highlight_string)
 {