Changeset 645 for trunk/processor/processor.m4
- Timestamp:
- 2009-07-08T06:39:33+02:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/processor/processor.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r643 r645 220 220 DEF_STRUCT_P_FUNC(`zend_arg_info', , ` 221 221 DISPATCH(zend_uint, name_len) 222 COPY(name)222 PROC_ZSTRING_L(, name, name_len) 223 223 DISPATCH(zend_uint, class_name_len) 224 COPY(class_name)224 PROC_ZSTRING_L(, class_name, class_name_len) 225 225 DISPATCH(zend_bool, array_type_hint) 226 226 DISPATCH(zend_bool, allow_null)
Note: See TracChangeset
for help on using the changeset viewer.

