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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user