Home
last modified time | relevance | path

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

123456

/PHP-7.2/ext/json/tests/
H A Dpass001.phpt37 \"digit\": \"0123456789\",
120 "digit": "0123456789",
211 ["digit"]=>
349 ["digit"]=>
430 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
432 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
491 ["digit"]=>
629 ["digit"]=>
H A Dpass001.1.phpt44 \"digit\": \"0123456789\",
132 "digit": "0123456789",
229 ["digit"]=>
410 ["digit"]=>
532 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
534 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
595 ["digit"]=>
776 ["digit"]=>
H A Dpass001.1_64bit.phpt44 \"digit\": \"0123456789\",
132 "digit": "0123456789",
229 ["digit"]=>
410 ["digit"]=>
532 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
534 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
595 ["digit"]=>
776 ["digit"]=>
/PHP-7.2/ext/ctype/tests/
H A Dctype_xdigit_variation3.phpt8 * Description: Checks for character(s) representing a hexadecimal digit
14 * which are considered valid hexadecimal 'digit' only strings
H A Dctype_xdigit_basic.phpt8 * Description: Checks for character(s) representing a hexadecimal digit
H A Dctype_xdigit_error.phpt8 * Description: Checks for character(s) representing a hexadecimal digit
/PHP-7.2/ext/date/tests/
H A Dbug54597.phpt2 Bug #54597 (incorrect years for DateTime objects created with 4-digit years)
H A Dgmdate_variation7.phpt33 echo "\n-- Testing gmdate() function with 2 digit representation year format --\n";
57 -- Testing gmdate() function with 2 digit representation year format --
H A Dgmdate_variation8.phpt33 echo "\n-- Testing gmdate() function with 2 digit representation year format --\n";
57 -- Testing gmdate() function with 2 digit representation year format --
/PHP-7.2/ext/oci8/tests/
H A Dimp_res_1.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dbind_char_1.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbind_char_1_11gR1.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Ddrcp_connection_class.phpt6 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dbind_char_3.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbind_char_3_11gR1.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbind_char_4.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbind_char_4_11gR1.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dcalltimeout1.phpt12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
/PHP-7.2/ext/pcre/tests/
H A Dmatch_flags3.phpt44 Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %…
H A Dbug37911.phpt40 Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at off…
H A Dpreg_match_all_edit_basic.phpt13 …PREG_OFFSET_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 di…
/PHP-7.2/ext/filter/
H A Dlogical_filters.c88 int sign = 0, digit = 0; in php_filter_parse_int() local
120 digit = (*(str++) - '0'); in php_filter_parse_int()
121 if ( (!sign) && ctx_value <= (ZEND_LONG_MAX-digit)/10 ) { in php_filter_parse_int()
122 ctx_value = (ctx_value * 10) + digit; in php_filter_parse_int()
123 } else if ( sign && ctx_value >= (ZEND_LONG_MIN+digit)/10) { in php_filter_parse_int()
124 ctx_value = (ctx_value * 10) - digit; in php_filter_parse_int()
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE63 \d decimal digit char
67 \D non-decimal-digit char
69 \h hexadecimal digit char [0-9a-fA-F]
155 alnum alphabet or digit char
160 digit 0-9
178 digit Decimal_Number
353 + hexadecimal digit char type \h, \H
374 + add hexadecimal digit char type (\h, \H)
/PHP-7.2/ext/intl/uchar/
H A Duchar.c462 IC_METHOD(digit) { in IC_METHOD() argument
485 ZEND_ARG_INFO(0, digit)
489 zend_long digit, radix = 10; in IC_METHOD() local
491 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|l", &digit, &radix) == FAILURE) { in IC_METHOD()
495 RETURN_LONG(u_forDigit(digit, radix)); in IC_METHOD()
726 IC_ME(digit)
/PHP-7.2/ext/date/lib/
H A Dparse_date.re1961 case 'd': /* two digit day, with leading zero */
1962 case 'j': /* two digit day, without leading zero */
1982 case 'm': /* two digit month, with leading zero */
1998 case 'y': /* two digit year */
2008 case 'Y': /* four digit year */
2014 case 'g': /* two digit hour, with leading zero */
2015 case 'h': /* two digit hour, without leading zero */
2024 case 'G': /* two digit hour, with leading zero */
2041 case 'i': /* two digit minute, with leading zero */
2055 case 's': /* two digit second, with leading zero */
[all …]

Completed in 37 milliseconds

123456