cvs: ZendEngine2 / zend_builtin_functions.c

From: Date: Tue, 07 Mar 2006 08:33:46 +0000
Subject: cvs: ZendEngine2 / zend_builtin_functions.c
Groups: php.zend-engine.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
andrei		Tue Mar  7 08:33:46 2006 UTC

  Modified files:              
    /ZendEngine2	zend_builtin_functions.c 
  Log:
  
  
http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_builtin_functions.c?r1=1.309&r2=1.310&diff_format=u
Index: ZendEngine2/zend_builtin_functions.c
diff -u ZendEngine2/zend_builtin_functions.c:1.309 ZendEngine2/zend_builtin_functions.c:1.310
--- ZendEngine2/zend_builtin_functions.c:1.309	Tue Mar  7 07:58:56 2006
+++ ZendEngine2/zend_builtin_functions.c	Tue Mar  7 08:33:46 2006
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_builtin_functions.c,v 1.309 2006/03/07 07:58:56 derick Exp $ */
+/* $Id: zend_builtin_functions.c,v 1.310 2006/03/07 08:33:46 andrei Exp $ */
 
 #include "zend.h"
 #include "zend_API.h"
@@ -697,7 +697,7 @@
 }
 
 
-/* {{{ proto bool is_subclass_of(object object, string class_name)
+/* {{{ proto bool is_subclass_of(object object, string class_name) U
    Returns true if the object has this class as one of its parents */
 ZEND_FUNCTION(is_subclass_of)
 {
@@ -706,7 +706,7 @@
 /* }}} */
 
 
-/* {{{ proto bool is_a(object object, string class_name)
+/* {{{ proto bool is_a(object object, string class_name) U
    Returns true if the object is of this class or has this class as one of its parents */
 ZEND_FUNCTION(is_a)
 {


Thread (1 message)

  • Andrei Zmievski
« previous php.zend-engine.cvs (#4701) next »