retstr           4637 ext/date/php_date.c 	zend_string    *retstr;
retstr           4702 ext/date/php_date.c 			retstr = strpprintf(0, "%02d:%02d", (int) N, (int) (60 * (N - (int) N)));
retstr           4703 ext/date/php_date.c 			RETURN_NEW_STR(retstr);
retstr           1202 ext/intl/locale/locale_methods.c static int strToMatch(const char* str ,char *retstr)
retstr           1211 ext/intl/locale/locale_methods.c 	anchor = retstr;
retstr           1215 ext/intl/locale/locale_methods.c 			*retstr =  '_';
retstr           1217 ext/intl/locale/locale_methods.c 			*retstr = tolower(*str);
retstr           1220 ext/intl/locale/locale_methods.c             retstr++;
retstr           1222 ext/intl/locale/locale_methods.c 	*retstr = '\0';
retstr           1223 ext/intl/locale/locale_methods.c 	retstr=  anchor;
retstr           5068 ext/standard/string.c 	char retstr[256];
retstr           5111 ext/standard/string.c 					retstr[retlen++] = inx;
retstr           5116 ext/standard/string.c 					retstr[retlen++] = inx;
retstr           5123 ext/standard/string.c 		RETURN_STRINGL(retstr, retlen);