|
|
Choosing A Webhost: |
cvs: ZendEngine2(PHP_5_0) / zend_builtin_functions.c: msg#00017php.cvs.zend
helly Wed Aug 4 06:32:44 2004 EDT Modified files: (Branch: PHP_5_0) /ZendEngine2 zend_builtin_functions.c Log: MFH missing part http://cvs.php.net/diff.php/ZendEngine2/zend_builtin_functions.c?r1=1.239.2.3&r2=1.239.2.4&ty=u Index: ZendEngine2/zend_builtin_functions.c diff -u ZendEngine2/zend_builtin_functions.c:1.239.2.3 ZendEngine2/zend_builtin_functions.c:1.239.2.4 --- ZendEngine2/zend_builtin_functions.c:1.239.2.3 Tue Aug 3 13:02:35 2004 +++ ZendEngine2/zend_builtin_functions.c Wed Aug 4 06:32:43 2004 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_builtin_functions.c,v 1.239.2.3 2004/08/03 17:02:35 helly Exp $ */ +/* $Id: zend_builtin_functions.c,v 1.239.2.4 2004/08/04 10:32:43 helly Exp $ */ #include "zend.h" #include "zend_API.h" @@ -671,9 +671,10 @@ 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); + int count; ce = *pce; + count = zend_hash_num_elements(&ce->default_properties); array_init(return_value); if (count > 0) { -- 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(PHP_5_0) / ZEND_CHANGES, Marcus Boerger |
|---|---|
| Next by Date: | cvs: ZendEngine2 / zend_reflection_api.c /tests bug29523.phpt, Marcus Boerger |
| Previous by Thread: | cvs: ZendEngine2(PHP_5_0) / ZEND_CHANGES, Marcus Boerger |
| Next by Thread: | cvs: ZendEngine2(PHP_5_0) / zend_builtin_functions.c, Ilia Alshanetsky |
| 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 |