diff options
author | Egon Schmid <eschmid@php.net> | 2000-07-08 19:31:16 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-07-08 19:31:16 +0000 |
commit | 2bd5ad3131562e3d355c161718b07106ff97f1db (patch) | |
tree | 27524d95a6a38b9d84a764bf7abf2d85ee26b9fa /ext/standard/info.c | |
parent | 1cce5ed178e36ce0c48ad93166e1b377749e7ab3 (diff) | |
download | php-git-2bd5ad3131562e3d355c161718b07106ff97f1db.tar.gz |
Uncomplete proto.
Diffstat (limited to 'ext/standard/info.c')
-rw-r--r-- | ext/standard/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index b5de1b3c9e..935b77f9fc 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -592,7 +592,7 @@ PHP_FUNCTION(phpversion) /* }}} */ -/* {{{ proto void phpcredits(int) +/* {{{ proto void phpcredits([int flag]) Prints the list of people who've contributed to the PHP project */ PHP_FUNCTION(phpcredits) { |