Searched defs:t_len (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/main/ |
| H A D | snprintf.c | 441 int t_len; local 447 p = ap_php_conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, &temp[EXPONENT_LENGTH], &t_len); 453 while (t_len--) {
|
| /PHP_5_3/ext/standard/ |
| H A D | string.c | 1543 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len) argument 1546 php_strtolower(t, t_len); 1547 return php_memnstr(s, t, t_len, s + s_len);
|
Completed in 10 milliseconds