From 1b5d558f91b81aa138089ef445f03c68c36b2ac1 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 10 Mar 2005 14:32:16 +0000 Subject: [PATCH] Fix prototype --- 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 e302202bdc..ce6817df0a 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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) { -- 2.50.1