Home
last modified time | relevance | path

Searched refs:digit (Results 1 – 25 of 70) sorted by last modified time

123

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt34 writeAndDump( $fp, "%d digit", array( '54' ) );
59 string(8) "54 digit"
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc63 if (preg_match(b'#^Content-Length\s*:\s*([[:digit:]]+)\s*$#i', $line, $matches)) {
/PHP-5.5/ext/standard/
H A Dmath.c796 long num = 0, digit, onum; in _php_math_basetolong() local
809 digit = (c >= '0' && c <= '9') ? c - '0' in _php_math_basetolong()
814 if (digit >= base) { in _php_math_basetolong()
819 num = num * base + digit; in _php_math_basetolong()
/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;
/PHP-5.5/ext/pcre/tests/
H A Dbug37911.phpt40 Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at off…
H A Dmatch_flags3.phpt45 Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %…
H A Dpreg_match_all_edit_basic.phpt13 …PREG_OFFSET_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 di…
H A Dpreg_match_all_basic.phpt10 …ring, $match1, PREG_OFFSET_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 di…
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput83836 0digit
H A Dtestoutput15999 0digit
6945 /^[:a[:digit:]]+/
6949 /^[:a[:digit:]:b]+/
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 Dtestoutput4971 /[[:^digit:]]/8g
H A Dtestoutput61301 /^[[:digit:]]+/8W
H A Dtestoutput7851 /[[:digit:]]/WBZ
H A Dtestoutput86008 0digit
H A Dtestinput2672 /^[[:digit:]]/DZ
692 /^[12[:^digit:]]/DZ
3989 /[a-[:digit:]]+/
3991 /[A-[:digit:]]+/
H A Dtestinput4550 /[[:^digit:]]/8g
H A Dtestinput6765 /^[[:digit:]]+/8W
H A Dtestinput7418 /[[:digit:]]/WBZ
H A Dtestinput13667 0digit
4243 /^[:a[:digit:]]+/
4246 /^[:a[:digit:]:b]+/
/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/pcre/pcrelib/
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.
H A DREADME835 4 decimal digit
836 8 hexadecimal digit
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_cclass1.phpt10 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt28 b'234' => b'[[:digit:]]+', /*5*/

Completed in 553 milliseconds

123