Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 25 of 38) sorted by relevance

12

/PHP-7.3/ext/mbstring/tests/
H A Dbug52981.phpt9 $upper = mb_strtoupper($str, 'UTF-8');
10 $len = strlen($upper);
11 for ($i = 0; $i < $len; ++$i) echo dechex(ord($upper[$i])) . ' ';
H A Dbug43998.phpt2 …trtolower() function : Two error messages returned for incorrect encoding for mb_strto[upper|lower]
10 /* Prototype : string mb_strto[lower|upper](string $sourcestring [, string $encoding])
11 * Description: Returns a [lower|upper]cased version of $sourcestring
16 * Two error messages returned for incorrect encoding for mb_strto[upper|lower]
H A Dmb_ereg_variation4.phpt37 '[[:upper:]]+',
H A Dmb_ereg_variation3.phpt34 'IDSJV' => '[[:upper:]]+',
/PHP-7.3/ext/mbstring/ucgendat/
H A Ductest.php89 $upper = mb_strtoupper($chr);
90 $uppers[$upper][] = $chr;
119 $upper = parseCodes($fields[3]);
128 testCaseMap(MB_CASE_UPPER, $code, $upper);
H A Ducgendat.php330 $upper = parseCodes($fields[3]);
339 addSpecialCasing($data, 'upper', $code, $upper);
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt45 echo "Test 3 - Force column names to upper case\n";
49 echo "Test 4 - Setting on statement has no effect. Attempt lower case but get upper\n";
69 Test 3 - Force column names to upper case
75 Test 4 - Setting on statement has no effect. Attempt lower case but get upper
/PHP-7.3/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt32 echo "-- \$case = upper --\n";
65 -- $case = upper --
111 -- $case = upper --
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation1.phpt10 /* Test strncasecmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 's…
13 echo "-- Passing upper-case letters for 'str1' --\n";
28 -- Passing upper-case letters for 'str1' --
H A Dstrncmp_variation1.phpt10 /* Test strncmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 'str2'…
13 echo "-- Passing upper-case letters for 'str1' --\n";
28 -- Passing upper-case letters for 'str1' --
H A Dsprintf_f_2.phpt52 var_dump(sprintf("%%X = '%X'", $n)); // hexadecimal representation (upper-case)
/PHP-7.3/ext/phar/
H A Dphar_path_check.re30 *error = "upper directory reference";
65 *error = "upper directory reference";
/PHP-7.3/ext/oci8/tests/
H A Dbind_sqltchr_2.phpt16 msg_out := upper(msg_in);
/PHP-7.3/ext/phar/tests/
H A Dphar_offset_get_error.phpt46 …xist and cannot be created: phar error: invalid path "/error/.." contains upper directory reference
H A Dphar_copy.phpt75 hihifile "/error/.." contains invalid characters upper directory reference, cannot be copied from "…
/PHP-7.3/ext/phar/tests/tar/
H A Dphar_copy.phpt52 file "/error/.." contains invalid characters upper directory reference, cannot be copied from "a" i…
/PHP-7.3/ext/phar/tests/zip/
H A Dphar_copy.phpt51 file "/error/.." contains invalid characters upper directory reference, cannot be copied from "a" i…
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c1047 p[id].upper = (IS_INFINITE_REPEAT(upper) ? 0x7fffffff : upper); in entry_repeat_range()
1142 else if (qn->upper == 0) { in compile_length_quantifier_node()
1150 (qn->upper == 1 || in compile_length_quantifier_node()
1285 else if (qn->upper == 0) { in compile_quantifier_node()
1299 (qn->upper == 1 || in compile_quantifier_node()
3185 if (qn->upper != 0) { in tree_max_len()
4458 if (qn->upper != 0) { in quantifiers_memory_node_info()
4777 if (IS_INFINITE_REPEAT(qn->upper) || qn->upper >= 2) in tune_called_state_call()
4897 if (IS_INFINITE_REPEAT(qn->upper) || qn->upper >= 2) in tune_called_state()
5029 if (IS_INFINITE_REPEAT(qn->upper) || qn->upper >= 1) { in tune_quant()
[all …]
H A Dregparse.c2404 QUANT_(node)->upper = upper; in node_new_quantifier()
2997 int lower, upper; in make_absent_tree_for_simple_one_char_repeat() local
3007 upper = QUANT_(quant)->upper; in make_absent_tree_for_simple_one_char_repeat()
3885 if (q->upper == 1) return 0; in quantifier_type_num()
3938 if (p->lower == p->upper && c->lower == c->upper) { in onig_reduce_nested_quantifier()
3942 p->lower = p->upper = n; in onig_reduce_nested_quantifier()
4088 int upper; member
4205 tok->u.repeat.upper = up; in fetch_interval()
4984 tok->u.repeat.upper = 1; in fetch_token()
5537 tok->u.repeat.upper = 1; in fetch_token()
[all …]
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug41125.phpt43 $sql = "SELECT upper(:id) FROM DUAL WHERE '1'";
106 Query: [[SELECT upper(:id) FROM DUAL WHERE '1']]
/PHP-7.3/tests/strings/
H A D001.phpt54 $upper = strtoupper($test);
55 if ($upper == "ABCDEFG") {
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt44 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt44 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_stmt_send_long_data.phpt59 // let's ignore upper limits for LONGBLOB (2^32) ...
/PHP-7.3/ext/mbstring/
H A Dphp_unicode.c160 unsigned new_code = CASE_LOOKUP(code, upper); in php_unicode_toupper_raw()

Completed in 78 milliseconds

12