Changeset 295 for trunk/utils.c
- Timestamp:
- 12/03/2006 01:48:53 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/utils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r294 r295 280 280 { 281 281 zend_op *opline, *begin, *end, *next = NULL; 282 xc_cest_t cest;283 282 284 283 opline = begin = op_array->opcodes; … … 325 324 } 326 325 } 326 return SUCCESS; 327 327 } 328 328 /* }}} */ 329 329 static int xc_do_early_binding(zend_op_array *op_array, HashTable *class_table, int oplineno TSRMLS_DC) /* {{{ */ 330 330 { 331 zend_op *opline , *opcodes;331 zend_op *opline; 332 332 333 333 #ifdef DEBUG

