|
|
Choosing A Webhost: |
cvs: ZendEngine2(PHP_5_0) / zend_builtin_functions.c: msg#00075php.cvs.zend
edink Wed Jul 21 18:22:21 2004 EDT Modified files: (Branch: PHP_5_0) /ZendEngine2 zend_builtin_functions.c Log: MFH: Build fix http://cvs.php.net/diff.php/ZendEngine2/zend_builtin_functions.c?r1=1.239.2.1&r2=1.239.2.2&ty=u Index: ZendEngine2/zend_builtin_functions.c diff -u ZendEngine2/zend_builtin_functions.c:1.239.2.1 ZendEngine2/zend_builtin_functions.c:1.239.2.2 --- ZendEngine2/zend_builtin_functions.c:1.239.2.1 Wed Jul 21 14:37:36 2004 +++ ZendEngine2/zend_builtin_functions.c Wed Jul 21 18:22:21 2004 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_builtin_functions.c,v 1.239.2.1 2004/07/21 18:37:36 helly Exp $ */ +/* $Id: zend_builtin_functions.c,v 1.239.2.2 2004/07/21 22:22:21 edink Exp $ */ #include "zend.h" #include "zend_API.h" @@ -671,10 +671,11 @@ if (zend_lookup_class(Z_STRVAL_PP(class_name), Z_STRLEN_PP(class_name), &pce TSRMLS_CC) == FAILURE) { RETURN_FALSE; } else { + int count = zend_hash_num_elements(&ce->default_properties); + ce = *pce; array_init(return_value); - int count = zend_hash_num_elements(&ce->default_properties); if (count > 0) { HashPosition pos; zval **prop; -- Zend Engine CVS Mailing List (http://cvs.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: ZendEngine2 / zend_builtin_functions.c, Edin Kadribasic |
|---|---|
| Next by Date: | cvs: ZendEngine2 / zend_object_handlers.c, Zeev Suraski |
| Previous by Thread: | cvs: ZendEngine2(PHP_5_0) / zend_builtin_functions.c, Marcus Boerger |
| Next by Thread: | cvs: ZendEngine2 / zend.c zend.h zend_execute.h zend_execute_API.c, Marcus Boerger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |