andrey Thu Aug 28 08:18:52 2003 EDT
Modified files:
/php-src/ext/standard basic_functions.c
Log:
proto fix
Index: php-src/ext/standard/basic_functions.c
diff -u php-src/ext/standard/basic_functions.c:1.623
php-src/ext/standard/basic_functions.c:1.624
--- php-src/ext/standard/basic_functions.c:1.623 Wed Aug 20 16:51:10 2003
+++ php-src/ext/standard/basic_functions.c Thu Aug 28 08:18:51 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: basic_functions.c,v 1.623 2003/08/20 20:51:10 bfrance Exp $ */
+/* $Id: basic_functions.c,v 1.624 2003/08/28 12:18:51 andrey Exp $ */
#include "php.h"
#include "php_streams.h"
@@ -2521,7 +2521,7 @@
/* }}} */
-/* {{{ 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)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php