Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/ctype/tests/
H A Dctype_xdigit_variation2.phpt32 character code 48 is a hexadecimal 'digit'
33 character code 49 is a hexadecimal 'digit'
34 character code 50 is a hexadecimal 'digit'
35 character code 51 is a hexadecimal 'digit'
36 character code 52 is a hexadecimal 'digit'
37 character code 53 is a hexadecimal 'digit'
38 character code 54 is a hexadecimal 'digit'
39 character code 55 is a hexadecimal 'digit'
40 character code 56 is a hexadecimal 'digit'
41 character code 57 is a hexadecimal 'digit'
[all …]
H A Dctype_digit_variation2.phpt23 echo "character code $i is a numeric digit\n";
32 character code 48 is a numeric digit
33 character code 49 is a numeric digit
34 character code 50 is a numeric digit
35 character code 51 is a numeric digit
36 character code 52 is a numeric digit
37 character code 53 is a numeric digit
38 character code 54 is a numeric digit
39 character code 55 is a numeric digit
40 character code 56 is a numeric digit
[all …]
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
/PHP-5.5/ext/date/tests/
H A Didate_variation6.phpt17 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n";
21 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n";
29 -- Testing idate() function for 2 digit year having no zero as starting number --
32 -- Testing idate() function for 2 digit year having zero as starting number --
H A Dgmstrftime_variation17.phpt24 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
34 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation18.phpt24 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
34 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation18.phpt24 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
33 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation17.phpt24 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
33 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dbug49585.phpt2 Bug #49585 (date_format buffer not long enough for >4 digit years)
H A Dbug64157.phpt14 A two digit second could not be found
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-5.5/ext/oci8/tests/
H A Ddrcp_cclass1.phpt10 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Doutput.c47 long digit; member
157 temp->digit = bc_num2long (cur_dig); in bc_out_num()
172 (*out_char) (ref_str[ (int) temp->digit]); in bc_out_num()
174 bc_out_long (temp->digit, max_o_digit->n_len, 1, out_char); in bc_out_num()
H A Ddiv.c48 _one_mult (num, size, digit, result) in _one_mult() argument
50 int size, digit;
56 if (digit == 0)
60 if (digit == 1)
71 value = *nptr-- * digit + carry;
/PHP-5.5/ext/ereg/tests/
H A Dregular_expressions.inc18 array('^[[:digit:]]{5}', '0123456789'),
19 array('[[:digit:]]{5}$', '0123456789'),
/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/json/tests/
H A Dpass001.phpt39 \"digit\": \"0123456789\",
122 "digit": "0123456789",
213 ["digit"]=>
351 ["digit"]=>
432 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
434 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
493 ["digit"]=>
631 ["digit"]=>
H A Dpass001.1.phpt46 \"digit\": \"0123456789\",
134 "digit": "0123456789",
231 ["digit"]=>
412 ["digit"]=>
534 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
536 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
597 ["digit"]=>
778 ["digit"]=>
H A Dpass001.1_64bit.phpt46 \"digit\": \"0123456789\",
134 "digit": "0123456789",
231 ["digit"]=>
412 ["digit"]=>
534 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
536 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe…
597 ["digit"]=>
778 ["digit"]=>
/PHP-5.5/ext/filter/
H A Dlogical_filters.c71 int sign = 0, digit = 0; in php_filter_parse_int() local
103 digit = (*(str++) - '0'); in php_filter_parse_int()
104 if ( (!sign) && ctx_value <= (LONG_MAX-digit)/10 ) { in php_filter_parse_int()
105 ctx_value = (ctx_value * 10) + digit; in php_filter_parse_int()
106 } else if ( sign && ctx_value >= (LONG_MIN+digit)/10) { in php_filter_parse_int()
107 ctx_value = (ctx_value * 10) - digit; in php_filter_parse_int()
/PHP-5.5/ext/pcre/tests/
H A Dmatch_flags3.phpt45 Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %…
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE62 \d decimal digit char
66 \D non decimal digit char
68 \h hexadecimal digit char [0-9a-fA-F]
70 \H non hexadecimal digit char
166 alnum alphabet or digit char
171 digit 0-9
189 digit Decimal_Number
365 + hexadecimal digit char type \h, \H
386 + add hexadecimal digit char type (\h, \H)

Completed in 42 milliseconds

123