1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

- Fix protos

This commit is contained in:
Marcus Boerger
2007-02-03 13:42:10 +00:00
parent 1b5b78ce18
commit d47db8526b

View File

@@ -62,7 +62,7 @@ PHP_METHOD(Phar, loadPhar)
}
} /* }}} */
/* {{{ proto string apiVersion()
/* {{{ proto string Phar::apiVersion()
* Returns the api version */
PHP_METHOD(Phar, apiVersion)
{
@@ -70,7 +70,7 @@ PHP_METHOD(Phar, apiVersion)
}
/* }}}*/
/* {{{ proto bool canCompress()
/* {{{ proto bool Phar::canCompress()
* Returns whether phar extension supports compression using zlib/bzip2 */
PHP_METHOD(Phar, canCompress)
{
@@ -82,7 +82,7 @@ PHP_METHOD(Phar, canCompress)
}
/* }}} */
/* {{{ proto bool canWrite()
/* {{{ proto bool Phar::canWrite()
* Returns whether phar extension supports writing and creating phars */
PHP_METHOD(Phar, canWrite)
{