Home
last modified time | relevance | path

Searched refs:number (Results 326 – 350 of 493) sorted by relevance

1...<<11121314151617181920

/PHP-8.0/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-8.0/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
H A Dpdo_mysql_prepare_emulated.phpt343 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
382 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
/PHP-8.0/ext/oci8/tests/
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)");
H A Dbind_rowid.phpt22 "create table rid_tab (id number, address varchar2(40))",
H A Ddefine5.phpt14 "create table define5_tab (id number, string varchar(10))",
H A Dfield_funcs3.phpt13 "create table field_funcs3_tab(c1_c char(2), c2_v varchar2(2), c3_n number, c4_d date)",
H A Dlob_043.phpt18 "create table lob_043_tab(id number, c1 clob)",
H A Dlob_null.phpt18 $s = oci_parse($c, 'create table lob_null_tab (id number, data clob)');
22 'create or replace procedure lob_null_proc_in (pid in number, pdata in CLOB)
29 'create or replace procedure lob_null_proc_out (pid in number, pdata out clob)
H A Dbug41069.phpt30 c1 number(20),
40 c12 number(20),
H A Dconnect_scope_try1.phpt16 "create table scope_try1_tab (c1 number)"
H A Dconnect_scope_try2.phpt16 "create table scope_try2_tab (c1 number)"
H A Dconnect_scope_try3.phpt16 "create table scope_try3_tab (c1 number)"
H A Dconnect_scope_try4.phpt16 "create table scope_try4_tab (c1 number)"
H A Dconnect_scope_try5.phpt16 "create table scope_try5_tab (c1 number)"
/PHP-8.0/ext/standard/tests/file/
H A Dbug69442.phpt34 * to fread(), even if it was written with a single syscall and the number of bytes written
H A Dfscanf_error.phpt22 // number of formats in format strings not matching the no of variables
/PHP-8.0/ext/simplexml/tests/
H A D027.phpt63 Warning: main(): Cannot add element person number 3 when only 2 such elements exist in %s027.php on…
/PHP-8.0/ext/mysqli/tests/
H A Dbug67839.phpt29 // Insert via string to make sure the real floating number gets to the DB
H A Dmysqli_field_tell.phpt91 mysqli_field_seek(): Argument #2 ($index) must be less than the number of fields for this result set
/PHP-8.0/ext/hash/tests/
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" ),
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" ),
/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_error2.phpt6 * Testing array_walk() by passing more number of parameters to callback function
H A Darray_walk_recursive_error2.phpt6 * Testing array_walk_recursive() by passing more number of parameters to callback function

Completed in 32 milliseconds

1...<<11121314151617181920