Changeset 20 for trunk/const_string.c
- Timestamp:
- 05/25/2006 04:38:27 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/const_string.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/const_string.c
r1 r20 25 25 }; 26 26 27 intxc_get_op_type_count()27 zend_uchar xc_get_op_type_count() 28 28 { 29 29 return sizeof(op_type_names) / sizeof(op_type_names[0]); … … 71 71 }; 72 72 73 intxc_get_data_type_count()73 zend_uchar xc_get_data_type_count() 74 74 { 75 75 return sizeof(data_type_names) / sizeof(data_type_names[0]); … … 102 102 #endif 103 103 104 intxc_get_opcode_count()104 zend_uchar xc_get_opcode_count() 105 105 { 106 106 return sizeof(xc_opcode_names) / sizeof(xc_opcode_names[0]);

