Home
last modified time | relevance | path

Searched refs:strlen (Results 226 – 250 of 778) sorted by path

12345678910>>...32

/php-src/ext/mbstring/tests/
H A Dmb_substr_variation5.phpt35 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_substr_variation6.phpt39 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_substr_variation7.phpt40 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_trim.phpt49 var_dump(strlen(mb_ltrim($trim_chars . "hello" . $trim_chars, $trim_chars)));
50 var_dump(strlen(mb_rtrim($trim_chars . "hello" . $trim_chars, $trim_chars)));
H A Dutf7imap_encoding.phpt90 if (strlen($testString) != 16)
112 if (strlen($testString) != 4)
123 if (strlen($doubleChar) != 4)
164 $testString = substr($testString, 0, strlen($testString) - 1);
171 if (strlen($testString) != 4)
174 if (strlen($encoded) != 6)
178 identifyInvalidString("&" . substr($encoded, 0, strlen($encoded) - 1) . ",-", 'UTF7-IMAP');
H A Duuencode_encoding.phpt39 $strlen = rand(1, 300);
42 for ($i = 0; $i < $strlen; $i++) {
43 $randstring .= $characters[rand(0, strlen($characters) - 1)];
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h1489 zend_string *property_sqlstate_default_value_str = zend_string_init("00000", strlen("00000"), 1); in register_class_mysqli_sql_exception()
H A Dmysqli_nonapi.c125 passwd_len = strlen(SAFE_STR(passwd));
141 if (strlen(SAFE_STR(hostname)) > 2 && !strncasecmp(hostname, "p:", 2)) {
/php-src/ext/mysqli/tests/
H A D065.phpt24 if (3 !== ($tmp = strlen($mysql->real_escape_string($esc_str))))
36 if (2 !== ($tmp = strlen($mysql->real_escape_string($esc_str))))
H A Dbug38710.phpt20 var_dump(strlen($text));
H A Dbug51647.phpt70 if (!strlen($row["Value"]))
100 if (!strlen($row["Value"]))
H A Dmysqli_change_user.phpt50 if (substr($tmp['user'], 0, strlen($user)) !== $user)
118 if (substr($tmp['user'], 0, strlen($user)) !== $user)
H A Dmysqli_change_user_old.phpt62 if (substr($tmp['user'], 0, strlen($user)) !== $user)
H A Dmysqli_change_user_oo.phpt53 if (substr($tmp['user'], 0, strlen($user)) !== $user)
H A Dmysqli_fetch_array_large.phpt24 while (strlen($sql) < ($package_size - 259))
28 $len = strlen($sql);
92 $last = strtolower($val[strlen($val)-1]);
H A Dmysqli_fetch_array_many_rows.phpt59 $len = strlen($row[1]);
H A Dmysqli_fetch_assoc_bit.phpt70 for ($i = 0; ($i < strlen($bin)) && ($bin[$i] == '0'); $i++)
72 $bin2 = substr($bin, $i, strlen($bin));
H A Dmysqli_fetch_assoc_zerofill.phpt40 if ($length > strlen($insert)) {
42 $expected = str_repeat('0', $length - strlen($insert));
H A Dmysqli_insert_packet_overflow.phpt85 $query_len = strlen($query_prefix) + strlen($query_postfix);
93 …printf("[014] max_allowed_packet = %d, strlen(query) = %d, [%d] %s\n", $max_allowed_packet, strlen
103 var_dump(strlen($row['col_blob']));
104 var_dump(strlen($blob));
H A Dmysqli_pam_sha256.phpt43 if (strlen($row['Value']) < 100) {
H A Dmysqli_pam_sha256_public_key_ini.phpt44 if (strlen($key) < 100) {
55 if (strlen($key) != fwrite($fp, $key)) {
H A Dmysqli_pam_sha256_public_key_option.phpt43 if (strlen($row['Value']) < 100) {
52 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt43 if (strlen($row['Value']) < 100) {
52 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
H A Dmysqli_stmt_bind_result_bit.phpt90 for ($i = 0; ($i < strlen($bin)) && ($bin[$i] == '0'); $i++)
92 $bin2 = substr($bin, $i, strlen($bin));
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_stat.phpt18 var_dump(strlen($status) > 0);

Completed in 55 milliseconds

12345678910>>...32