Changeset 434 in svn
- Timestamp:
- 2007-06-30T05:04:55Z (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r405 r434 584 584 zend_hash_copy(&TG(function_table), &XG(internal_function_table), (copy_ctor_func_t) function_add_ref, (void *) &tmp_func, sizeof(tmp_func)); 585 585 } 586 TG(internal_ class_tail) = TG(function_table).pListTail;586 TG(internal_function_tail) = TG(function_table).pListTail; 587 587 588 588 h = OG(class_table);
Note: See TracChangeset
for help on using the changeset viewer.