Home
last modified time | relevance | path

Searched refs:digit (Results 51 – 70 of 70) sorted by relevance

123

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput21960 /^[[:digit:]]/DZ
2090 /^[12[:^digit:]]/DZ
9110 Failed: digit expected after (?+ at offset 3
14042 /[a-[:digit:]]+/
14045 /[A-[:digit:]]+/
14065 Failed: group name must start with a non-digit at offset 3
14068 Failed: group name must start with a non-digit at offset 3
14074 Failed: group name must start with a non-digit at offset 3
14077 Failed: group name must start with a non-digit at offset 4
14080 Failed: group name must start with a non-digit at offset 3
[all …]
H A Dtestinput4550 /[[:^digit:]]/8g
H A Dtestinput7418 /[[:digit:]]/WBZ
H A Dtestoutput4971 /[[:^digit:]]/8g
H A Dtestinput2672 /^[[:digit:]]/DZ
692 /^[12[:^digit:]]/DZ
3989 /[a-[:digit:]]+/
3991 /[A-[:digit:]]+/
H A Dtestinput13667 0digit
4243 /^[:a[:digit:]]+/
4246 /^[:a[:digit:]:b]+/
H A Dtestinput6765 /^[[:digit:]]+/8W
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-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt445 only one case, and no "type" (such as letter or digit).
2481 63 digit expected after (?+
2504 84 group name must start with a non-digit
5176 \d any decimal digit
5177 \D any character that is not a decimal digit
5877 digit decimal digits (same as \d)
5899 [12[:^digit:]]
5914 [:digit:] becomes \p{Nd}
7721 \d a decimal digit
7843 digit decimal digit
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dtests289 [[:digit:]]+ - a019b 019
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME835 4 decimal digit
836 8 hexadecimal digit
H A DChangeLog727 34. Character classes such as [A-\d] or [a-[:digit:]] now cause compile-time
1141 or /S+[+] with a digit between 1 and 7.
1731 37. PCRE was rejecting [:a[:digit:]] whereas Perl was not. It seems that the
1733 For example, [:a[:digit:]b:] matches "a", "b", ":", or a digit. Also,
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.
5810 (c) The handling of \ followed by a digit other than 0 is now supposed to be
5814 even if it is a single digit.
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY868 2004/10/30: [new] add hexadecimal digit char type. (\h, \H)
1480 2003/07/17: [spec] restrict usable chars of group name to alphabet, digit,
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic157 # with a version string of the form "V2.<digit>.<digit>\0".
3128 # it will match only versions like v<digit>.<digit>
15659 # Further, you can't just say '\001h0', because the five-digit number
15660 # is a checksum that could (presumably) have any leading digit,
/PHP-5.5/
H A DNEWS5390 - Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
6813 - Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format).
8950 - Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly). (Ilia)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21467 int digit;
21471 digit = (int)*val;
21472 d = digit;
21473 digit += '0';
21475 return (char)digit;

Completed in 664 milliseconds

123