stas                                     Mon, 26 Sep 2011 03:57:22 +0000

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

Log:
update proto

Changed paths:
    U   php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c
    U   php/php-src/trunk/Zend/zend_builtin_functions.c

Modified: php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c
===================================================================
--- php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c  2011-09-26 
02:44:24 UTC (rev 317299)
+++ php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c  2011-09-26 
03:57:22 UTC (rev 317300)
@@ -871,7 +871,7 @@
 }


-/* {{{ proto bool is_subclass_of(object object, string class_name)
+/* {{{ proto bool is_subclass_of(mixed object, string class_name)
    Returns true if the object has this class as one of its parents */
 ZEND_FUNCTION(is_subclass_of)
 {
@@ -880,7 +880,7 @@
 /* }}} */


-/* {{{ proto bool is_a(object object, string class_name)
+/* {{{ proto bool is_a(mixed object, string class_name)
    Returns true if the object is of this class or has this class as one of its 
parents */
 ZEND_FUNCTION(is_a)
 {

Modified: php/php-src/trunk/Zend/zend_builtin_functions.c
===================================================================
--- php/php-src/trunk/Zend/zend_builtin_functions.c     2011-09-26 02:44:24 UTC 
(rev 317299)
+++ php/php-src/trunk/Zend/zend_builtin_functions.c     2011-09-26 03:57:22 UTC 
(rev 317300)
@@ -871,7 +871,7 @@
 }


-/* {{{ proto bool is_subclass_of(object object, string class_name)
+/* {{{ proto bool is_subclass_of(mixed object, string class_name)
    Returns true if the object has this class as one of its parents */
 ZEND_FUNCTION(is_subclass_of)
 {
@@ -880,7 +880,7 @@
 /* }}} */


-/* {{{ proto bool is_a(object object, string class_name)
+/* {{{ proto bool is_a(mixed object, string class_name)
    Returns true if the object is of this class or has this class as one of its 
parents */
 ZEND_FUNCTION(is_a)
 {

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

Reply via email to