From 367880b2c150002144d7a2eac92e36e47ce6dcea Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Thu, 28 Aug 2003 12:18:51 +0000 Subject: [PATCH] proto fix --- 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 9566fa9f8f..d7b9453520 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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) { -- 2.40.0