Home
last modified time | relevance | path

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

123456

/PHP-7.2/ext/pcre/tests/
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-7.2/ext/ctype/tests/
H A Dctype_digit_variation3.phpt14 * which are considered valid decimal digit only strings
H A Dctype_xdigit_variation4.phpt8 * Description: Checks for character(s) representing a hexadecimal digit
H A Dctype_xdigit_variation1.phpt8 * Description: Checks for character(s) representing a hexadecimal digit
/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt26 $regex = '^.*?[[:blank:]]?[[:punct:][:digit:]]+\.?$';
H A Dmb_ereg_variation4.phpt31 '[[:digit:]]+',
H A Dmb_ereg_variation3.phpt28 '234' => '[[:digit:]]+', /*5*/
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2681 int digit; member
2754 pc->digit = 1; in collector_decode_htmlnumericentity()
2773 pc->digit++; in collector_decode_htmlnumericentity()
2799 n = pc->digit; in collector_decode_htmlnumericentity()
2819 pc->digit = 1; in collector_decode_htmlnumericentity()
2823 pc->digit = 1; in collector_decode_htmlnumericentity()
2827 pc->digit = 1; in collector_decode_htmlnumericentity()
2855 pc->digit++; in collector_decode_htmlnumericentity()
2882 n = pc->digit; in collector_decode_htmlnumericentity()
3025 pc->digit = 0; in mbfl_filt_decode_htmlnumericentity_flush()
[all …]
/PHP-7.2/ext/standard/tests/http/
H A Dserver.inc71 if (preg_match('#^Content-Length\s*:\s*([[:digit:]]+)\s*$#i', $line, $matches)) {
/PHP-7.2/ext/standard/
H A Dmath.c809 zend_long num = 0, digit, onum; in _php_math_basetolong() local
822 digit = (c >= '0' && c <= '9') ? c - '0' in _php_math_basetolong()
827 if (digit >= base) { in _php_math_basetolong()
832 num = num * base + digit; in _php_math_basetolong()
/PHP-7.2/ext/oci8/tests/
H A Dini_1.phpt6 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dimp_res_7.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dbind_sqltnum.phpt6 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dbind_sqltnum_11g.phpt6 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dimp_res_3.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
/PHP-7.2/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
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt445 only one case, and no "type" (such as letter or digit).
2480 63 digit expected after (?+
2503 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}
7725 \d a decimal digit
7847 digit decimal digit
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME835 4 decimal digit
836 8 hexadecimal digit
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY980 2004/10/30: [new] add hexadecimal digit char type. (\h, \H)
1592 2003/07/17: [spec] restrict usable chars of group name to alphabet, digit,

Completed in 88 milliseconds

123456