Home
last modified time | relevance | path

Searched refs:t_len (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/standard/
H A Dphp_string.h50 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
H A Dstring.c1690 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len) argument
1693 php_strtolower(t, t_len);
1694 return (char*)php_memnstr(s, t, t_len, s + s_len);
/PHP-8.0/main/
H A Dsnprintf.c438 size_t t_len; in php_conv_fp() local
444 …hp_conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, &temp[EXPONENT_LENGTH], &t_len); in php_conv_fp()
450 while (t_len--) { in php_conv_fp()

Completed in 46 milliseconds