]> granicus.if.org Git - php/commitdiff
MFB
authorIlia Alshanetsky <iliaa@php.net>
Fri, 16 May 2003 01:09:58 +0000 (01:09 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 16 May 2003 01:09:58 +0000 (01:09 +0000)
ext/standard/basic_functions.c

index 82af90275dae33e96ec1a1c5b950e8dc045f0432..b658f4f98faaa90eb10887fffc6a2e6ed5cb594d 100644 (file)
@@ -2438,7 +2438,7 @@ PHP_FUNCTION(ini_set)
 }
 /* }}} */
 
-/* {{{ proto string ini_restore(string varname)
+/* {{{ proto void ini_restore(string varname)
    Restore the value of a configuration option specified by varname */
 PHP_FUNCTION(ini_restore)
 {
@@ -2501,7 +2501,7 @@ PHP_FUNCTION(get_include_path)
 
 /* }}} */
 
-/* {{{ proto string restore_include_path()
+/* {{{ proto void restore_include_path()
    Restore the value of the include_path configuration option */
 
 PHP_FUNCTION(restore_include_path)