zeev            Thu Mar 10 09:33:54 2005 EDT

  Modified files:              
    /php-src/ext/standard       basic_functions.c 
  Log:
  Oops, revert.
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.706&r2=1.707&ty=u
Index: php-src/ext/standard/basic_functions.c
diff -u php-src/ext/standard/basic_functions.c:1.706 
php-src/ext/standard/basic_functions.c:1.707
--- php-src/ext/standard/basic_functions.c:1.706        Thu Mar 10 09:32:16 2005
+++ php-src/ext/standard/basic_functions.c      Thu Mar 10 09:33:53 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: basic_functions.c,v 1.706 2005/03/10 14:32:16 zeev Exp $ */
+/* $Id: basic_functions.c,v 1.707 2005/03/10 14:33:53 zeev Exp $ */
 
 #include "php.h"
 #include "php_streams.h"
@@ -2751,7 +2751,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

Reply via email to