From: Andrei Zmievski Date: Mon, 27 Mar 2006 19:24:18 +0000 (+0000) Subject: Proto updates. X-Git-Tag: RELEASE_1_3~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8c291f8fe5a42ecf64e50b8f0ff827b35533ea5;p=php Proto updates. --- diff --git a/ext/standard/var.c b/ext/standard/var.c index 22ac33b466..5918a5bced 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -256,7 +256,7 @@ head_done: -/* {{{ 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 @@ PHP_FUNCTION(var_dump) /* }}} */ -/* {{{ 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 @@ head_done: /* }}} */ -/* {{{ 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) {