]> granicus.if.org Git - php/commitdiff
proto takeover from php3
authorHartmut Holzgraefe <hholzgra@php.net>
Wed, 17 May 2000 19:42:08 +0000 (19:42 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Wed, 17 May 2000 19:42:08 +0000 (19:42 +0000)
ext/standard/var.c

index a2a48a6a4bad7ad970609a65ff10e820d41187e1..17b059d8b646655aa0d554f024b8401b322fc52f 100644 (file)
@@ -132,7 +132,8 @@ void php_var_dump(pval **struc, int level)
 /* }}} */
 
 
-/* {{{ php_var_dump */
+/* {{{ proto void var_dump(mixed var)
+   Dumps a string representation of variable to output */
 PHP_FUNCTION(var_dump)
 {
        zval ***args;