zeev Thu Mar 10 09:32:17 2005 EDT
Modified files:
/php-src/ext/standard basic_functions.c
Log:
Fix prototype
http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.705&r2=1.706&ty=u
Index: php-src/ext/standard/basic_functions.c
diff -u php-src/ext/standard/basic_functions.c:1.705
php-src/ext/standard/basic_functions.c:1.706
--- php-src/ext/standard/basic_functions.c:1.705 Mon Mar 7 14:37:26 2005
+++ php-src/ext/standard/basic_functions.c Thu Mar 10 09:32:16 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: basic_functions.c,v 1.705 2005/03/07 19:37:26 iliaa Exp $ */
+/* $Id: basic_functions.c,v 1.706 2005/03/10 14:32:16 zeev Exp $ */
#include "php.h"
#include "php_streams.h"
@@ -2751,7 +2751,7 @@
/* }}} */
-/* {{{ 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)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php