Home
last modified time | relevance | path

Searched refs:digit (Results 126 – 134 of 134) sorted by relevance

123456

/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput7851 /[[:digit:]]/WBZ
H A Dtestoutput15999 0digit
6945 /^[:a[:digit:]]+/
6949 /^[:a[:digit:]:b]+/
H A Dtestoutput61301 /^[[:digit:]]+/8W
H A Dtestinput83836 0digit
H A Dtestoutput86008 0digit
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog913 34. Character classes such as [A-\d] or [a-[:digit:]] now cause compile-time
1327 or /S+[+] with a digit between 1 and 7.
1917 37. PCRE was rejecting [:a[:digit:]] whereas Perl was not. It seems that the
1919 For example, [:a[:digit:]b:] matches "a", "b", ":", or a digit. Also,
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.
5996 (c) The handling of \ followed by a digit other than 0 is now supposed to be
6000 even if it is a single digit.
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic160 # with a version string of the form "V2.<digit>.<digit>\0".
3937 # it will match only versions like v<digit>.<digit>
21043 # assume version starts with digit
21676 # Further, you can't just say '\001h0', because the five-digit number
21677 # is a checksum that could (presumably) have any leading digit,
H A Dmagic私はガラスを食べられます160 # with a version string of the form "V2.<digit>.<digit>\0".
3937 # it will match only versions like v<digit>.<digit>
21043 # assume version starts with digit
21676 # Further, you can't just say '\001h0', because the five-digit number
21677 # is a checksum that could (presumably) have any leading digit,
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c27353 int digit;
27357 digit = (int)*val;
27358 d = digit;
27359 digit += '0';
27361 return (char)digit;

Completed in 458 milliseconds

123456