From: Zeev Suraski Date: Thu, 10 Mar 2005 14:32:16 +0000 (+0000) Subject: Fix prototype X-Git-Tag: php-5.0.1b1~861 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b5d558f91b81aa138089ef445f03c68c36b2ac1;p=php Fix prototype --- 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) {