Home
last modified time | relevance | path

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

12

/PHP-5.5/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 b'[[:upper:]]+',
H A Dmb_ereg_variation3.phpt34 b'IDSJV' => b'[[:upper:]]+',
/PHP-5.5/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-5.5/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt32 echo "-- \$case = upper --\n";
66 -- $case = upper --
112 -- $case = upper --
/PHP-5.5/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' --
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c171 static _case_t *upper; variable
591 upper = (_case_t *) malloc(sizeof(_case_t) << 3); in add_upper()
593 upper = (_case_t *) realloc((char *) upper, in add_upper()
601 for (i = 0; i < upper_used && code > upper[i].key; i++) ; in add_upper()
608 (void) AC_MEMCPY((char *) &upper[j], (char *) &upper[j - 1], in add_upper()
612 upper[i].key = cases[0]; /* Upper */ in add_upper()
613 upper[i].other1 = cases[1]; /* Lower */ in add_upper()
614 upper[i].other2 = cases[2]; /* Title */ in add_upper()
1452 write_case(out, upper, upper_used, 1); in write_cdata()
1499 fwrite((char *) upper, sizeof(_case_t), upper_used, out); in write_cdata()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dwintestinput389 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
H A Dtestinput398 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
H A Dwintestoutput3152 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
H A Dtestoutput3160 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
/PHP-5.5/ext/phar/
H A Dphar_path_check.re32 *error = "upper directory reference";
65 *error = "upper directory reference";
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c676 p[id].upper = (IS_REPEAT_INFINITE(upper) ? 0x7fffffff : upper); in entry_repeat_range()
779 else if (qn->upper == 0) { in compile_length_quantifier_node()
908 else if (qn->upper == 0) { in compile_quantifier_node()
1014 (qn->upper == 1 || (tlen + SIZE_OP_PUSH) * qn->upper in compile_length_quantifier_node()
1129 (qn->upper == 1 || (tlen + SIZE_OP_PUSH) * qn->upper in compile_quantifier_node()
1985 if (qn->upper != 0) { in quantifiers_memory_node_info()
2218 if (qn->upper != 0) { in get_max_match_length()
3548 if (qn->upper > 1) { in setup_comb_exp_check()
3562 if (qn->upper == 1) in setup_comb_exp_check()
3731 if (IS_REPEAT_INFINITE(qn->upper) || qn->upper >= 1) { in setup_tree()
[all …]
H A Dregparse.c1349 NQTFR(node)->upper = upper; in node_new_quantifier()
2151 if (q->upper == 1) return 0; in popular_quantifier_num()
2160 if (q->upper == 1) return 3; in popular_quantifier_num()
2282 int upper; member
2388 tok->u.repeat.upper = up; in fetch_range_quantifier()
3155 tok->u.repeat.upper = REPEAT_INFINITE; in fetch_token()
3163 tok->u.repeat.upper = REPEAT_INFINITE; in fetch_token()
3171 tok->u.repeat.upper = 1; in fetch_token()
3643 tok->u.repeat.upper = 1; in fetch_token()
4760 if (qn->lower == 1 && qn->upper == 1) { in set_quantifier()
[all …]
/PHP-5.5/ext/ereg/tests/
H A Dspliti_basic_004.phpt16 var_dump(spliti('[[:upper:]]', '--- a ---'));
/PHP-5.5/ext/oci8/tests/
H A Dbind_sqltchr_2.phpt16 msg_out := upper(msg_in);
/PHP-5.5/ext/phar/tests/
H A Dphar_offset_get_error.phpt47 …xist and cannot be created: phar error: invalid path "/error/.." contains upper directory reference
H A Dphar_copy.phpt76 hihifile "/error/.." contains invalid characters upper directory reference, cannot be copied from "…
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_copy.phpt52 file "/error/.." contains invalid characters upper directory reference, cannot be copied from "a" i…
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_copy.phpt53 file "/error/.." contains invalid characters upper directory reference, cannot be copied from "a" i…
/PHP-5.5/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-5.5/tests/strings/
H A D001.phpt54 $upper = strtoupper($test);
55 if ($upper == "ABCDEFG") {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt44 // let's ignore upper limits for LONGBLOB (2^32) ...

Completed in 77 milliseconds

12