Changeset 553
- Timestamp:
- 05/05/2008 11:40:43 AM (3 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r551 r553 1107 1107 zend_op_array *op_array; 1108 1108 int old_constinfo_cnt, old_funcinfo_cnt, old_classinfo_cnt; 1109 int i;1110 1109 zend_bool catched = 0; 1111 1110 … … 1255 1254 /* {{{ find inherited classes that should be early-binding */ 1256 1255 php->have_early_binding = 0; 1257 for (i = 0; i < php->classinfo_cnt; i ++) { 1258 php->classinfos[i].oplineno = -1; 1256 { 1257 int i; 1258 for (i = 0; i < php->classinfo_cnt; i ++) { 1259 php->classinfos[i].oplineno = -1; 1260 } 1259 1261 } 1260 1262

