From b31c44d0fd60c9a4f2145e84b63b747c0fadc0f4 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 10 Mar 2005 14:33:53 +0000 Subject: [PATCH] Oops, revert. --- ext/standard/basic_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index ce6817df0a1..e302202bdc0 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) {