]> granicus.if.org Git - php/commitdiff
proto fix
authorAndrey Hristov <andrey@php.net>
Thu, 28 Aug 2003 12:18:51 +0000 (12:18 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 28 Aug 2003 12:18:51 +0000 (12:18 +0000)
ext/standard/basic_functions.c

index 9566fa9f8f53fa6392b98d37bb20da6422d6a676..d7b9453520814d854bf8a3d24815a899ad3a5d82 100644 (file)
@@ -2521,7 +2521,7 @@ PHP_FUNCTION(restore_include_path)
 
 /* }}} */
 
-/* {{{ proto bool print_r(mixed var [, bool return])
+/* {{{ proto mixed print_r(mixed var [, bool return])
    Prints out or returns information about the specified variable */
 PHP_FUNCTION(print_r)
 {