retstr           4727 ext/date/php_date.c 	char           *retstr;
retstr           4792 ext/date/php_date.c 			spprintf(&retstr, 0, "%02d:%02d", (int) N, (int) (60 * (N - (int) N)));
retstr           4793 ext/date/php_date.c 			RETURN_STRINGL(retstr, 5, 0);
retstr           1192 ext/intl/locale/locale_methods.c static int strToMatch(const char* str ,char *retstr)
retstr           1201 ext/intl/locale/locale_methods.c 	anchor = retstr;
retstr           1205 ext/intl/locale/locale_methods.c 			*retstr =  '_';
retstr           1207 ext/intl/locale/locale_methods.c 			*retstr = tolower(*str);
retstr           1210 ext/intl/locale/locale_methods.c             retstr++;
retstr           1212 ext/intl/locale/locale_methods.c 	*retstr = '\0';
retstr           1213 ext/intl/locale/locale_methods.c 	retstr=  anchor;
retstr           4951 ext/standard/string.c 	char retstr[256];
retstr           4993 ext/standard/string.c 					retstr[retlen++] = inx;
retstr           4998 ext/standard/string.c 					retstr[retlen++] = inx;
retstr           5005 ext/standard/string.c 		RETURN_STRINGL(retstr, retlen, 1);