Changeset 504 for trunk/processor/main.m4
- Timestamp:
- 01/05/2008 03:42:14 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/processor/main.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/main.m4
r393 r504 111 111 IFSTORE(`$1 = (zend_class_entry *) xc_get_class_num(processor, $2);') 112 112 IFRESTORE(`$1 = xc_get_class(processor, (zend_ulong) $2);') 113 IFDASM(`add_assoc_ stringl_ex(dst, ZEND_STRS("$3"), $2->name, strlen($2->name), 1);')113 IFDASM(`add_assoc_unicodel_ex(dst, ZEND_STRS("$3"), ZSTR_U($2->name), $2->name_length, 1);') 114 114 } 115 115 else {

