]> granicus.if.org Git - php/commitdiff
- Fix protos
authorMarcus Boerger <helly@php.net>
Sat, 3 Feb 2007 13:42:10 +0000 (13:42 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 3 Feb 2007 13:42:10 +0000 (13:42 +0000)
ext/phar/phar_object.c

index 0e7aa8d291ef0c64f59cf7cd440018075fba3cbd..74ca297c1f2cda7db8da6b4d0eb113b822561824 100755 (executable)
@@ -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)
 {