__dest            113 ext/standard/php_smart_string.h 	smart_string *__dest = (smart_string *) (dest);						\
__dest            115 ext/standard/php_smart_string.h 	smart_string_alloc4(__dest, (nlen), (what), __nl);					\
__dest            116 ext/standard/php_smart_string.h 	memcpy(__dest->c + __dest->len, (src), (nlen));					\
__dest            117 ext/standard/php_smart_string.h 	__dest->len = __nl;												\