Home
last modified time | relevance | path

Searched refs:digit (Results 51 – 75 of 134) sorted by relevance

123456

/PHP-7.2/ext/bcmath/libbcmath/src/
H A Doutput.c47 long digit; member
156 temp->digit = bc_num2long (cur_dig); in bc_out_num()
171 (*out_char) (ref_str[ (int) temp->digit]); in bc_out_num()
173 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-7.2/ext/oci8/tests/
H A Dimp_res_get_4.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dimp_res_insert.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dbug27303_1.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_1_11gR1.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_2.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_2_11gR1.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_4.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_4_11gR1.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dconn_attr_3.phpt11 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dimp_res_get_3.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dconn_attr_1.phpt12 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dconn_attr_2.phpt11 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dedition_2.phpt11 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
18 preg_match('/^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci…
H A Dconn_attr_4.phpt12 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dconn_attr.inc5 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dimp_res_field.phpt8 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
/PHP-7.2/ext/date/tests/
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_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 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 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
/PHP-7.2/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt34 writeAndDump( $fp, "%d digit", array( '54' ) );
59 string(8) "54 digit"

Completed in 20 milliseconds

123456