Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/mysqli/tests/
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-5.5/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt52 var_dump(sprintf("%%X = '%X'", $n)); // hexadecimal representation (upper-case)
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h174 int upper; member
H A Doniguruma.h638 int upper; member
H A DHISTORY287 allow upper case letter as the first character
347 2006/08/21: [impl] set repeat_range[].upper to 0x7fffffff as infinite.
363 should check repeat-count >= range-upper and
364 range-upper may be infinite.
1559 2003/06/12: [spec] invalid POSIX bracket should be error. ex. [[:upper :]]
1590 (for delete upper,lower members from StackType.u.repeat)
H A Dregexec.c2542 if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) { in match_at()
2572 if (stkp->u.repeat.count < reg->repeat_range[mem].upper) { in match_at()
2584 else if (stkp->u.repeat.count == reg->repeat_range[mem].upper) { in match_at()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE177 upper
198 upper Uppercase_Letter
/PHP-5.5/ext/ereg/regex/
H A Dtests295 [[:upper:]]+ - aBCd BC
334 0[[:upper:]]1 &i 0a1 0a1
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API159 * than a 'int', the upper bits might not be initialized
H A DNEWS6965 - Fixed bug #43998 (Two error messages returned for incorrect encoding for mb_strto[upper|lower]). …
8665 upper case specifiers. (Derick)
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput4568 /[[:^upper:]]/8g
H A Dtestinput7410 /[[:upper:]]/WBZ
H A Dtestoutput41001 /[[:^upper:]]/8g
H A Dtestoutput7819 /[[:upper:]]/WBZ
H A Dtestinput2684 /^[[:upper:]]/DZ
704 /[[:upper:]]/Ii
H A Dtestoutput22038 /^[[:upper:]]/DZ
2137 /[[:upper:]]/Ii
/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
H A DChangeLog1371 15. If a forward reference was repeated with an upper limit of around 2000,
1376 the default depends on LINK_SIZE. There is a new upper limit (for safety)
1561 different numbers of bytes. For example, U+023A and U+2C65 are an upper
3035 the size of patterns that contain repeated groups with explicit upper
3894 upper, lower, and digit maps. (Plus the underscore character, of course.)
3899 created as the appropriate unions of the upper, lower, and digit bitmaps.
4612 (ii) The code for \cx, which used the "case flipping" table to upper case
5887 the pattern were in upper case.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6015 # dr-dos with some upper-, lowercase variants
11602 # upper 8 bits of the CPU subtype
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c98156 FUNCTION(upper, 1, 0, 0, upperFunc ),

Completed in 464 milliseconds

12