andrei Mon Mar 27 19:24:18 2006 UTC Modified files: /php-src/ext/standard var.c Log: Proto updates. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/var.c?r1=1.226&r2=1.227&diff_format=u Index: php-src/ext/standard/var.c diff -u php-src/ext/standard/var.c:1.226 php-src/ext/standard/var.c:1.227 --- php-src/ext/standard/var.c:1.226 Mon Mar 27 13:37:46 2006 +++ php-src/ext/standard/var.c Mon Mar 27 19:24:18 2006 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: var.c,v 1.226 2006/03/27 13:37:46 dmitry Exp $ */ +/* $Id: var.c,v 1.227 2006/03/27 19:24:18 andrei Exp $ */ @@ -256,7 +256,7 @@ -/* {{{ proto void var_dump(mixed var) +/* {{{ proto void var_dump(mixed var) U Dumps a string representation of variable to output */ PHP_FUNCTION(var_dump) { @@ -280,7 +280,7 @@ /* }}} */ -/* {{{ proto void var_inspect(mixed var) +/* {{{ proto void var_inspect(mixed var) U Dumps a string representation of variable to output (verbose form) */ PHP_FUNCTION(var_inspect) { @@ -450,7 +450,7 @@ /* }}} */ -/* {{{ proto void debug_zval_dump(mixed var) +/* {{{ proto void debug_zval_dump(mixed var) U Dumps a string representation of an internal zend value to output. */ PHP_FUNCTION(debug_zval_dump) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php