Home
last modified time | relevance | path

Searched refs:strlen (Results 151 – 175 of 706) sorted by path

12345678910>>...29

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c230 return mbfl_memory_device_strncat(device, psrc, strlen(psrc)); in mbfl_memory_device_strcat()
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c234 len_list[n] = php_url_decode(val, strlen(val)); in _php_mb_encoding_handler_ex()
236 len_list[n] = php_url_decode(var, strlen(var)); in _php_mb_encoding_handler_ex()
H A Dmbstring.c1012 (const OnigUChar *)pattern + strlen(pattern), in _php_mb_compile_regex()
1162 *line += strlen(*line); in php_mb_rfc1867_getword()
1191 return php_mb_rfc1867_substring_conf(encoding, str, strlen(str), quote); in php_mb_rfc1867_getword_conf()
1206 const size_t filename_len = strlen(filename); in php_mb_rfc1867_basename()
1301 _php_mb_ini_mbstring_http_input_set(encoding, strlen(encoding)); in PHP_INI_MH()
1511 _php_mb_ini_mbstring_internal_encoding_set(encoding, strlen(encoding)); in PHP_INI_END()
1521 _php_mb_ini_mbstring_http_input_set(encoding, strlen(encoding)); in PHP_INI_END()
2248 strlen(SG(sapi_headers).mimetype))) { in PHP_FUNCTION()
3219 if (_to_encoding && strlen(_to_encoding)) { in php_mb_convert_encoding()
3376 l = strlen(_from_encodings); in PHP_FUNCTION()
[all …]
H A Dphp_mbregex.c386 for (p = mapping->names; *p != '\0'; p += (strlen(p) + 1)) { in _php_mb_regex_name2mbctype()
/PHP-7.4/ext/mbstring/tests/
H A Dbug52931.phpt12 var_dump(strlen($string));
H A Dbug52981.phpt10 $len = strlen($upper);
H A Dmb_ereg_replace-compat-05.phpt13 echo "strlen(\$b)=".strlen($b);
16 strlen($b)=0
H A Dmb_ereg_replace_callback.phpt13 return $m[1].'('.strlen($m[1]).')';
H A Dmb_get_info.phpt41 ["strlen"]=>
105 ["strlen"]=>
131 ["strlen"]=>
H A Dmb_str_split_utf8_utf16.phpt38 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
44 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
50 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
56 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
62 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
68 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
H A Dmb_strlen.phpt24 print strlen($ascii) . "\n";
30 print strlen($euc_jp) . "\n";
37 print strlen($sjis) . "\n";
40 // Note: either convert_encoding or strlen has problem
45 print strlen($jis) . "\n";
48 // Note: either convert_encoding or strlen has problem
53 print strlen($utf8) . "\n";
59 // Note: PHP Warning, strlen() expects parameter 1 to be string, array given
60 $r = strlen($t_ary);
63 // Note: PHP Warning, strlen() expects parameter 1 to be string, object given
[all …]
H A Dmb_substr_variation4.phpt42 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_substr_variation5.phpt43 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_substr_variation6.phpt47 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_substr_variation7.phpt48 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Doverload01.phpt17 var_dump(strlen($str));
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c77 p_copy = ret = emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */ in mysqli_escape_string_for_tx_name_in_comment()
H A Dmysqli_nonapi.c131 passwd_len = strlen(SAFE_STR(passwd));
147 if (strlen(SAFE_STR(hostname)) > 2 && !strncasecmp(hostname, "p:", 2)) {
/PHP-7.4/ext/mysqli/tests/
H A D027.phpt17 var_dump(strlen($status) > 0);
H A D035.phpt17 var_dump(strlen($sinfo));
H A D061.phpt28 return(strlen($buffer));
H A D065.phpt28 if (3 !== ($tmp = strlen($mysql->real_escape_string($esc_str))))
40 if (2 !== ($tmp = strlen($mysql->real_escape_string($esc_str))))
H A Dbug38710.phpt19 var_dump(strlen($text));
H A Dbug51647.phpt67 if (!strlen($row["Value"]))
97 if (!strlen($row["Value"]))
H A Dmysqli_change_user.phpt68 if (substr($tmp['user'], 0, strlen($user)) !== $user)
133 if (substr($tmp['user'], 0, strlen($user)) !== $user)

Completed in 64 milliseconds

12345678910>>...29