johannes                                 Tue, 30 Mar 2010 22:36:17 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=297207

Log:
Fix protos

Changed paths:
    U   php/php-src/trunk/ext/reflection/php_reflection.c

Modified: php/php-src/trunk/ext/reflection/php_reflection.c
===================================================================
--- php/php-src/trunk/ext/reflection/php_reflection.c   2010-03-30 22:35:23 UTC 
(rev 297206)
+++ php/php-src/trunk/ext/reflection/php_reflection.c   2010-03-30 22:36:17 UTC 
(rev 297207)
@@ -5037,7 +5037,7 @@
 }
 /* }}} */

-/* {{{ proto public void ReflectionExtension::isPersistent()
+/* {{{ proto public bool ReflectionExtension::isPersistent()
        Returns whether this extension is persistent */
 ZEND_METHOD(reflection_extension, isPersistent)
 {
@@ -5053,7 +5053,7 @@
 }
 /* }}} */

-/* {{{ proto public void ReflectionExtension::isTemporary()
+/* {{{ proto public bool ReflectionExtension::isTemporary()
        Returns whether this extension is temporary */
 ZEND_METHOD(reflection_extension, isTemporary)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to