Changeset 917 for trunk/processor/processor.m4
- Timestamp:
- 2012-06-23T06:49:59+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/processor/processor.m4 (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r880 r917 141 141 dnl }}} 142 142 DONE(value) 143 PROCESS(xc_zval_ data_type, type)143 PROCESS(xc_zval_type_t, type) 144 144 #ifdef ZEND_ENGINE_2_3 145 145 PROCESS(zend_uchar, is_ref__gc) … … 380 380 381 381 #ifdef ZEND_ENGINE_2_4 382 STRUCT_ARRAY( default_properties_count, zval_ptr_nullable, default_properties_table)382 STRUCT_ARRAY(int, default_properties_count, zval_ptr_nullable, default_properties_table) 383 383 PROCESS(int, default_properties_count) 384 STRUCT_ARRAY( default_static_members_count, zval_ptr_nullable, default_static_members_table)384 STRUCT_ARRAY(int, default_static_members_count, zval_ptr_nullable, default_static_members_table) 385 385 PROCESS(int, default_static_members_count) 386 386 IFCOPY(`dst->static_members_table = dst->default_static_members_table;') … … 411 411 COPYNULL(traits) 412 412 COPYZERO(num_traits) 413 STRUCT_ARRAY(, zend_trait_alias_ptr, trait_aliases)414 STRUCT_ARRAY(, zend_trait_precedence_ptr, trait_precedences)413 STRUCT_ARRAY(, , zend_trait_alias_ptr, trait_aliases) 414 STRUCT_ARRAY(, , zend_trait_precedence_ptr, trait_precedences) 415 415 # endif 416 416 #else … … 716 716 STRUCT_P(HashTable, static_variables, HashTable_zval_ptr) 717 717 #ifdef ZEND_ENGINE_2 718 STRUCT_ARRAY( num_args, zend_arg_info, arg_info)718 STRUCT_ARRAY(zend_uint, num_args, zend_arg_info, arg_info) 719 719 gc_arg_info = 1; 720 720 #endif … … 793 793 #ifdef ZEND_ENGINE_2 794 794 PROCESS(zend_uint, fn_flags) 795 STRUCT_ARRAY( num_args, zend_arg_info, arg_info)795 STRUCT_ARRAY(zend_uint, num_args, zend_arg_info, arg_info) 796 796 PROCESS(zend_uint, num_args) 797 797 PROCESS(zend_uint, required_num_args) … … 833 833 #ifdef ZEND_ENGINE_2_4 834 834 dnl used when copying opcodes 835 STRUCT_ARRAY( last_literal, zend_literal, literals)835 STRUCT_ARRAY(int, last_literal, zend_literal, literals) 836 836 PROCESS(int, last_literal) 837 837 #endif 838 838 839 839 dnl uses literals 840 STRUCT_ARRAY( last, zend_op, opcodes)840 STRUCT_ARRAY(zend_uint, last, zend_op, opcodes) 841 841 PROCESS(zend_uint, last) 842 842 #ifndef ZEND_ENGINE_2_4 … … 845 845 846 846 #ifdef IS_CV 847 STRUCT_ARRAY( last_var, zend_compiled_variable, vars)847 STRUCT_ARRAY(int, last_var, zend_compiled_variable, vars) 848 848 PROCESS(int, last_var) 849 849 # ifndef ZEND_ENGINE_2_4 … … 859 859 PROCESS(zend_uint, T) 860 860 861 STRUCT_ARRAY(last_brk_cont , zend_brk_cont_element, brk_cont_array)862 PROCESS( zend_uint, last_brk_cont)861 STRUCT_ARRAY(last_brk_cont_t, last_brk_cont, zend_brk_cont_element, brk_cont_array) 862 PROCESS(last_brk_cont_t, last_brk_cont) 863 863 #ifndef ZEND_ENGINE_2_4 864 864 PROCESS(zend_uint, current_brk_cont) … … 869 869 870 870 #ifdef ZEND_ENGINE_2 871 STRUCT_ARRAY( last_try_catch, zend_try_catch_element, try_catch_array)871 STRUCT_ARRAY(int, last_try_catch, zend_try_catch_element, try_catch_array) 872 872 PROCESS(int, last_try_catch) 873 873 #endif … … 997 997 #ifdef ZEND_ENGINE_2_4 998 998 PROCESS(zend_uint, literalinfo_cnt) 999 STRUCT_ARRAY( literalinfo_cnt, xc_op_array_info_detail_t, literalinfos)999 STRUCT_ARRAY(zend_uint, literalinfo_cnt, xc_op_array_info_detail_t, literalinfos) 1000 1000 #else 1001 1001 PROCESS(zend_uint, oplineinfo_cnt) 1002 STRUCT_ARRAY( oplineinfo_cnt, xc_op_array_info_detail_t, oplineinfos)1002 STRUCT_ARRAY(zend_uint, oplineinfo_cnt, xc_op_array_info_detail_t, oplineinfos) 1003 1003 #endif 1004 1004 ') … … 1035 1035 PROCESS(zend_uint, methodinfo_cnt) 1036 1036 IFRESTORE(`COPY(methodinfos)', ` 1037 STRUCT_ARRAY( methodinfo_cnt, xc_op_array_info_t, methodinfos)1037 STRUCT_ARRAY(zend_uint, methodinfo_cnt, xc_op_array_info_t, methodinfos) 1038 1038 ') 1039 1039 IFRESTORE(` … … 1103 1103 #ifdef HAVE_XCACHE_CONSTANT 1104 1104 PROCESS(zend_uint, constinfo_cnt) 1105 STRUCT_ARRAY( constinfo_cnt, xc_constinfo_t, constinfos)1105 STRUCT_ARRAY(zend_uint, constinfo_cnt, xc_constinfo_t, constinfos) 1106 1106 #endif 1107 1107 1108 1108 PROCESS(zend_uint, funcinfo_cnt) 1109 STRUCT_ARRAY( funcinfo_cnt, xc_funcinfo_t, funcinfos)1109 STRUCT_ARRAY(zend_uint, funcinfo_cnt, xc_funcinfo_t, funcinfos) 1110 1110 1111 1111 PROCESS(zend_uint, classinfo_cnt) 1112 STRUCT_ARRAY( classinfo_cnt, xc_classinfo_t, classinfos, , IFRESTORE(`processor->active_class_index'))1112 STRUCT_ARRAY(zend_uint, classinfo_cnt, xc_classinfo_t, classinfos, , IFRESTORE(`processor->active_class_index')) 1113 1113 #ifdef ZEND_ENGINE_2_1 1114 1114 PROCESS(zend_uint, autoglobal_cnt) … … 1116 1116 COPY(autoglobals) 1117 1117 ', ` 1118 STRUCT_ARRAY( autoglobal_cnt, xc_autoglobal_t, autoglobals)1118 STRUCT_ARRAY(zend_uint, autoglobal_cnt, xc_autoglobal_t, autoglobals) 1119 1119 ') 1120 1120 #endif … … 1124 1124 COPY(compilererrors) 1125 1125 ', ` 1126 STRUCT_ARRAY( compilererror_cnt, xc_compilererror_t, compilererrors)1126 STRUCT_ARRAY(zend_uint, compilererror_cnt, xc_compilererror_t, compilererrors) 1127 1127 ') 1128 1128 #endif
Note: See TracChangeset
for help on using the changeset viewer.

