Changeset 11 in svn for trunk/utils.c
- Timestamp:
- 2006-05-24T07:52:48Z (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r8 r11 234 234 { 235 235 zend_op *opline; 236 int i;236 zend_uint i; 237 237 238 238 opline = op_array->opcodes; … … 282 282 ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, zend_uchar type, void *key, uint len TSRMLS_DC) /* {{{ */ 283 283 { 284 zend_class_entry *cep = CestToCePtr(*cest); 284 285 ZESW(void *stored_ce_ptr, ); 285 zend_class_entry *cep = CestToCePtr(*cest);286 286 287 287 if (zend_u_hash_add(CG(class_table), type, key, len,
Note: See TracChangeset
for help on using the changeset viewer.