Changeset 644 in svn for branches/1.3/processor/processor.m4
- Timestamp:
- 2009-07-06T09:50:01Z (9 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/processor/processor.m4
r630 r644 220 220 DEF_STRUCT_P_FUNC(`zend_arg_info', , ` 221 221 DISPATCH(zend_uint, name_len) 222 PROC_ZSTRING_L(, name, name_len)222 COPY(name) 223 223 DISPATCH(zend_uint, class_name_len) 224 PROC_ZSTRING_L(, class_name, class_name_len)224 COPY(class_name) 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.