Changeset 19abbf6 in git
- Timestamp:
- 2013-08-26T16:45:40Z (6 years ago)
- Branches:
- 3.0
- Children:
- efbd246
- Parents:
- a2d1cba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
processor/head.m4
r36ef103 r19abbf6 101 101 xc_allocator_t *allocator; 102 102 const zend_class_entry *cache_ce; 103 zend_u intcache_class_index;103 zend_ulong cache_class_index; 104 104 105 105 const zend_op_array *active_op_array_src; … … 239 239 * return class_index + 1 240 240 */ 241 static zend_u intxc_get_class_num(xc_processor_t *processor, zend_class_entry *ce) {241 static zend_ulong xc_get_class_num(xc_processor_t *processor, zend_class_entry *ce) { 242 242 zend_uint i; 243 243 const xc_entry_data_php_t *php = processor->php_src;
Note: See TracChangeset
for help on using the changeset viewer.