Home
last modified time | relevance | path

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

12345

/PHP-8.1/ext/bcmath/libbcmath/src/
H A Doutput.c46 long digit; member
143 temp->digit = bc_num2long (cur_dig); in bc_out_num()
158 (*out_char) (ref_str[ (int) temp->digit]); in bc_out_num()
160 bc_out_long (temp->digit, max_o_digit->n_len, 1, out_char); in bc_out_num()
H A Ddiv.c46 static void _one_mult (unsigned char *num, int size, int digit, unsigned char *result) in _one_mult() argument
51 if (digit == 0) in _one_mult()
55 if (digit == 1) in _one_mult()
66 value = *nptr-- * digit + carry; in _one_mult()
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_get_4.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dimp_res_get_3.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dimp_res_insert.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
H A Dbug27303_1.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_2.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_4.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_1_11gR1.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_2_11gR1.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dbug27303_4_11gR1.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dconn_attr_3.phpt14 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dconn_attr_1.phpt15 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dconn_attr_2.phpt14 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
H A Dedition_2.phpt13 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
20 preg_match('/^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci…
H A Dconn_attr_4.phpt14 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.phpt9 preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]…
13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
/PHP-8.1/ext/standard/tests/strings/
H A Dstrnatcmp_leftalign.phpt7 echo "-- Testing strnatcmp() function whitespace, left-align, digit --\n";
19 -- Testing strnatcmp() function whitespace, left-align, digit --
H A Dvfprintf_basic.phpt28 writeAndDump( $fp, "%d digit", array( '54' ) );
52 string(8) "54 digit"
/PHP-8.1/ext/date/tests/
H A Dgmstrftime_variation17.phpt12 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
21 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation17.phpt12 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
20 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation18.phpt18 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
27 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation18.phpt18 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
26 -- Testing strftime() function with Day of the month as decimal single digit format --
/PHP-8.1/Zend/tests/grammar/
H A Dbug78441.phpt2 Bug #78441 (Parse error due to heredoc identifier followed by digit)

Completed in 35 milliseconds

12345