Changeset 644 for branches/1.3/processor/processor.m4
- Timestamp:
- 07/06/2009 11:50:01 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (1 diff)
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)

