Changeset 643 for trunk/processor/processor.m4
- Timestamp:
- 2009-07-06T11:47:52+02:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/processor/processor.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r628 r643 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.

