Home
last modified time | relevance | path

Searched refs:number (Results 401 – 425 of 636) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-7.4/ext/standard/tests/file/
H A Dfgets_error.phpt16 echo "-- Testing fgets() with more than expected number of arguments --\n";
64 -- Testing fgets() with more than expected number of arguments --
H A Dfgetss_error.phpt18 echo "-- Testing fgetss() with more than expected number of arguments --\n";
65 -- Testing fgetss() with more than expected number of arguments --
/PHP-7.4/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt11 /* Prototype : string money_format ( string $format , float $number )
12 * Description: Formats a number as a currency string
H A Dsprintf_f_2.phpt79 $number = 362525200;
81 var_dump(sprintf("%.3e", $number)); // outputs 3.63e+8
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc16 * @param int message_count number of test msgs to be written to new mailbox
74 // Add number of test msgs requested
/PHP-7.4/ext/standard/tests/math/
H A Doctdec_variation1.phpt7 /* Prototype : number octdec ( string $octal_string )
8 …* Description: Returns the decimal equivalent of the octal number represented by the octal_string …
H A Dcos_basic.phpt8 * proto float cos(float number)
H A Dsin_basic.phpt8 * proto float sin(float number)
/PHP-7.4/ext/intl/tests/
H A Dut_common.inc145 function ut_nfmt_format( $fmt, $number, $type = null )
147 …return $GLOBALS['oo-mode'] ? $fmt->format( $number, $type ) : numfmt_format( $fmt, $number, $type …
157 function ut_nfmt_format_currency( $fmt, $number, $currency )
159 …n $GLOBALS['oo-mode'] ? $fmt->formatCurrency( $number, $currency ) : numfmt_format_currency( $fmt,…
/PHP-7.4/ext/oci8/tests/
H A Dconnect_scope2.phpt14 "create table connect_scope2_tab (c1 number)",
H A Dfetch_all5.phpt14 "create table fetch_all5_tab (mycol1 number, mycol2 varchar2(20))",
H A Dconnect_scope1.phpt14 "create table connect_scope1_tab (c1 number)",
H A Dedition_1.phpt62 "create table edit_tab (name varchar2(10),age number,job varchar2(50), salary number)",
H A Dbind_long.phpt16 $stmt = oci_parse($c, "create table phptestlng( id number(10), filetxt long)");
/PHP-7.4/tests/lang/
H A DforeachLoop.010.phpt22 // This provokes a difference in behaviour when changing the number of elements in the array while
/PHP-7.4/tests/
H A Dquicktester.inc53 case '~==': // may differ after 12th significant number
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetservbyport_variation1.phpt4 Test function passing invalid port number and invalid protocol name
H A Dfloatval.phpt36 float values, expected output:float value for valid floating point number */
45 float values, expected output:float value for valid floating point number */
/PHP-7.4/ext/mysqli/tests/
H A Dbug70384.phpt38 // Insert via string to make sure the real floating number gets to the DB
H A Dmysqli_fetch_field.phpt43 if ($tmp->charsetnr != $charsetInfo->number) {
45 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt106 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
137 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
/PHP-7.4/ext/hash/tests/
H A Dfnv132.phpt125 array( "http://www.isthe.com/cgi-bin/number.cgi", "46439ac5" ),
134 array( "http://www.isthe.com/chongo/tech/math/number/howhigh.html", "2dee116d" ),
135 array( "http://www.isthe.com/chongo/tech/math/number/number.html", "c18738da" ),
H A Dfnv164.phpt125 array( "http://www.isthe.com/cgi-bin/number.cgi", "95c2b383014f55c5" ),
134 array( "http://www.isthe.com/chongo/tech/math/number/howhigh.html", "b4e4fae2ffcc1aad" ),
135 array( "http://www.isthe.com/chongo/tech/math/number/number.html", "2bd48bd898b8f63a" ),
/PHP-7.4/ext/simplexml/tests/
H A D027.phpt64 Warning: main(): Cannot add element person number 3 when only 2 such elements exist in %s027.php on…
/PHP-7.4/ext/standard/tests/array/
H A Dextract_error.phpt25 /* More than valid number of arguments i.e. 3 args */

Completed in 37 milliseconds

1...<<11121314151617181920>>...26