From: Andrey Hristov Date: Thu, 28 Aug 2003 12:18:51 +0000 (+0000) Subject: proto fix X-Git-Tag: RELEASE_0_7~423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=367880b2c150002144d7a2eac92e36e47ce6dcea;p=php proto fix --- 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) {