]> granicus.if.org Git - php/commitdiff
Fix prototype
authorZeev Suraski <zeev@php.net>
Thu, 10 Mar 2005 14:32:16 +0000 (14:32 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 10 Mar 2005 14:32:16 +0000 (14:32 +0000)
ext/standard/basic_functions.c

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