Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 25 of 47) sorted by last modified time

12

/PHP-5.5/tests/strings/
H A D001.phpt54 $upper = strtoupper($test);
55 if ($upper == "ABCDEFG") {
/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' --
H A Dsprintf_f_2.phpt52 var_dump(sprintf("%%X = '%X'", $n)); // hexadecimal representation (upper-case)
/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/sqlite3/libsqlite/
H A Dsqlite3.c98156 FUNCTION(upper, 1, 0, 0, upperFunc ),
/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/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/
H A Dphar_path_check.re32 *error = "upper directory reference";
65 *error = "upper directory reference";
/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/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/ext/pcre/pcrelib/testdata/
H A Dtestoutput22038 /^[[:upper:]]/DZ
2137 /[[:upper:]]/Ii
H A Dtestoutput3160 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
H A Dtestoutput41001 /[[:^upper:]]/8g
H A Dtestoutput7819 /[[:upper:]]/WBZ
H A Dwintestinput389 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
H A Dwintestoutput3152 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
H A Dtestinput2684 /^[[:upper:]]/DZ
704 /[[:upper:]]/Ii
H A Dtestinput398 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
H A Dtestinput4568 /[[:^upper:]]/8g
H A Dtestinput7410 /[[:upper:]]/WBZ
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2141 If this bit is set, letters in the pattern match both upper and lower
2249 (3) \U matches an upper case "U" character; by default \U causes a com-
2250 pile time error (Perl uses \U to upper case subsequent characters).
2255 uses it to upper case the following character).
4662 17. In PCRE, the upper/lower case character properties Lu and Ll are
4664 \p{Lu} always matches an upper case letter. I think Perl has changed in
4774 be in upper case.
5021 lower case letter, it is converted to upper case. Then bit 6 of the
5883 upper upper case letters
5917 [:upper:] becomes \p{Lu}
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING439 When a repeated subpattern has an unbounded upper limit, it is checked to see

Completed in 580 milliseconds

12