Home
last modified time | relevance | path

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

12345

/PHP-8.1/ext/ctype/tests/
H A Dctype_xdigit_variation3.phpt9 * which are considered valid hexadecimal 'digit' only strings
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2192 int digit; member
2265 pc->digit = 1; in collector_decode_htmlnumericentity()
2284 pc->digit++; in collector_decode_htmlnumericentity()
2310 n = pc->digit; in collector_decode_htmlnumericentity()
2328 pc->digit = 1; in collector_decode_htmlnumericentity()
2332 pc->digit = 1; in collector_decode_htmlnumericentity()
2336 pc->digit = 1; in collector_decode_htmlnumericentity()
2364 pc->digit++; in collector_decode_htmlnumericentity()
2391 n = pc->digit; in collector_decode_htmlnumericentity()
2532 pc->digit = 0; in mbfl_filt_decode_htmlnumericentity_flush()
[all …]
/PHP-8.1/ext/pcre/tests/
H A Dpreg_match_all_basic.phpt9 …ring, $match1, PREG_OFFSET_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 di…
/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt22 $regex = '^.*?[[:blank:]]?[[:punct:][:digit:]]+\.?$';
H A Dmb_ereg_variation4.phpt27 '[[:digit:]]+',
H A Dmb_ereg_variation3.phpt25 '234' => '[[:digit:]]+', /*5*/
/PHP-8.1/ext/intl/uchar/
H A Duchar_arginfo.h61 ZEND_ARG_TYPE_INFO(0, digit, IS_LONG, 0)
195 ZEND_METHOD(IntlChar, digit);
259 ZEND_ME(IntlChar, digit, arginfo_class_IntlChar_digit, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.1/ext/standard/
H A Dmath.c674 zend_long num = 0, digit, onum; in _php_math_basetolong() local
687 digit = (c >= '0' && c <= '9') ? c - '0' in _php_math_basetolong()
692 if (digit >= base) { in _php_math_basetolong()
697 num = num * base + digit; in _php_math_basetolong()
/PHP-8.1/ext/standard/tests/http/
H A Dserver.inc79 if (preg_match('#^Content-Length\s*:\s*([[:digit:]]+)\s*$#i', $line, $matches)) {
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua1881 local digit, addin, vex
1894 digit = byte(c) - 48
1895 if digit > 48 then digit = digit - 39
1896 elseif digit > 16 then digit = digit - 7 end
1897 opcode = opcode*16 + digit
/PHP-8.1/ext/oci8/tests/
H A Dini_1.phpt7 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dimp_res_7.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dbind_sqltnum.phpt7 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dbind_sqltnum_11g.phpt7 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dimp_res_3.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic194 # with a version string of the form "V2.<digit>.<digit>\0".
2594 # nul, space or ascii digit 0-7 at start of mode
2599 # space or ascii digit 0 at start of check sum
5161 # it will match only versions like v<digit>.<digit>
28438 # assume version starts with digit
29764 # skip space or \ and display possible 4th digit of code page string
29767 # possible 5th digit of code page string
29779 # skip \ and NL and show possible 5th digit of language string
29788 # possible 5th digit of language string
29894 # Further, you can't just say '\001h0', because the five-digit number
[all …]
H A Dmagic私はガラスを食べられます194 # with a version string of the form "V2.<digit>.<digit>\0".
2594 # nul, space or ascii digit 0-7 at start of mode
2599 # space or ascii digit 0 at start of check sum
5161 # it will match only versions like v<digit>.<digit>
28438 # assume version starts with digit
29764 # skip space or \ and display possible 4th digit of code page string
29767 # possible 5th digit of code page string
29779 # skip \ and NL and show possible 5th digit of language string
29788 # possible 5th digit of language string
29894 # Further, you can't just say '\001h0', because the five-digit number
[all …]
/PHP-8.1/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt1105 0x8591 0xF860+0x0030+0x002E # digit zero full stop

Completed in 220 milliseconds

12345