cvs: ZendEngine2(PHP_5_3) / zend_compile.c
[email protected] ("Stanislav Malyshev")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsstas1229340578@cvsserver> |
stas Mon Dec 15 11:29:38 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_compile.c
Log:
initialize op1
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.c?r1=1.647.2.27.2.41.2.95&r2=1.647.2.27.2.41.2.96&diff_format=u
Index: ZendEngine2/zend_compile.c
diff -u ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.95 ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.96
--- ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.95 Wed Nov 26 00:57:05 2008
+++ ZendEngine2/zend_compile.c Mon Dec 15 11:29:36 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_compile.c,v 1.647.2.27.2.41.2.95 2008/11/26 00:57:05 stas Exp $ */
+/* $Id: zend_compile.c,v 1.647.2.27.2.41.2.96 2008/12/15 11:29:36 stas Exp $ */
#include <zend_language_parser.h>
#include "zend.h"
@@ -1664,6 +1664,7 @@
Z_LVAL(opline2->op1.u.constant) = prefix_len;
/* this is the hash of the non-prefixed part, lowercased */
opline2->extended_value = zend_hash_func(slash+1, name_len+1);
+ SET_UNUSED(opline2->op2);
} else {
opline->opcode = ZEND_INIT_FCALL_BY_NAME;
opline->op2 = *function_name;