From: Zeev Suraski Date: Thu, 10 Mar 2005 14:33:53 +0000 (+0000) Subject: Oops, revert. X-Git-Tag: php-5.0.1b1~860 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b31c44d0fd60c9a4f2145e84b63b747c0fadc0f4;p=php Oops, revert. --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index ce6817df0a..e302202bdc 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2751,7 +2751,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) {