Changeset 295 for trunk/utils.c
- Timestamp:
- 2006-12-03T02:48:53+01:00 (6 years ago)
- File:
-
- 1 edited
-
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
Note: See TracChangeset
for help on using the changeset viewer.

