Home
last modified time | relevance | path

Searched refs:lower (Results 76 – 100 of 105) sorted by relevance

12345

/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt51 var_dump(sprintf("%%x = '%x'", $n)); // hexadecimal representation (lower-case)
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt65 …if (!is_object($stmt = $db->query("SELECT id, label, MiXeD, MYUPPER, MYUPPER AS 'lower' FROM test …
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.h173 int lower; member
H A Doniguruma.h654 int lower; member
H A Dregexec.c2551 if (reg->repeat_range[mem].lower == 0) { in match_at()
2568 if (reg->repeat_range[mem].lower == 0) { in match_at()
2587 else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2615 if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE162 lower
180 lower Lowercase_Letter
/PHP-7.2/ext/pdo_oci/
H A Dconfig.m429 …_ERROR(Oracle libclntsh.$SHLIB_SUFFIX_NAME client library not found or its version is lower than 9)
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt38 This setting (alone) has little impact on string comparison performance; setting it lower or higher
66 3. Tertiary Level: Upper and lower case differences in characters are distinguished at the
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput51540 Subject length lower bound = 1
1548 Subject length lower bound = 1
1556 Subject length lower bound = 1
1564 Subject length lower bound = 2
H A Dtestinput4556 /[[:^lower:]]/8g
H A Dtestoutput1210 Subject length lower bound = 3
29 Subject length lower bound = -1
47 Subject length lower bound = 3
176 Subject length lower bound = 4
H A Dtestinput7408 /[[:lower:]]/WBZ
H A Dtestoutput4981 /[[:^lower:]]/8g
H A Dtestinput2676 /^[[:lower:]]/DZ
708 /[[:lower:]]/Ii
712 /((?-i)[[:lower:]])[[:lower:]]/Ii
H A Dtestoutput7811 /[[:lower:]]/WBZ
H A Dgrepinput10 This pattern is in lower case.
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS123 creator of a pattern can specify lower (but not higher) limits for the
306 lower bound matching length. Groups with duplicate numbers may now have
H A DChangeLog568 for an empty string was breaking the inner loop and carrying on at a lower
1748 and lower case pair, using 2 and 3 bytes, respectively. The main bugs were:
2571 on.) This code has now been added to pcre_study(); it finds a lower bound
2572 to the length of subject needed. It is not necessarily the greatest lower
3086 treat it as [[:lower:]]. However, PCRE does now give "unknown" errors where
4080 upper, lower, and digit maps. (Plus the underscore character, of course.)
4085 created as the appropriate unions of the upper, lower, and digit bitmaps.
4799 lower case letters, now just substracts 32. This is ASCII-specific,
H A DREADME824 The first two 256-byte tables provide lower casing and case flipping functions,
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in65 ; The value can vary from -19 (highest priority) to 20 (lower priority)
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1156 imposes no additional constraints. However, you can set a lower limit
2140 If this bit is set, letters in the pattern match both upper and lower
2251 (4) \u matches a lower case "u" character unless it is followed by four
2256 (5) \x matches a lower case "x" character unless it is followed by two
2589 Studying a pattern does two things: first, a lower bound for the length
2594 lower bound. You can find out the value in a calling program via the
2890 point to an int variable. A non-negative value is a lower bound to the
2931 because later subpatterns may have lower numbers.
5879 lower lower case letters
5915 [:lower:] becomes \p{Ll}
[all …]
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY720 lower zero quantifier should be treated as
1702 (for delete upper,lower members from StackType.u.repeat)
1922 2003/01/31: [impl] convert to lower-case char at string compile time.
/PHP-7.2/build/
H A Dlibtool.m42997 # We only want to do this on AIX 4.2 and lower, the check
5688 # We only want to do this on AIX 4.2 and lower, the check
/PHP-7.2/
H A DINSTALL1208 extension, you can use the lower-level build tools to perform the build
/PHP-7.2/win32/
H A Dinstall.txt1135 extension, you can use the lower-level build tools to perform the build

Completed in 134 milliseconds

12345