Home
last modified time | relevance | path

Searched refs:number (Results 276 – 300 of 493) sorted by relevance

1...<<11121314151617181920

/PHP-8.0/ext/oci8/tests/
H A Dbind_sqltafc.phpt14 …create table bind_sqltafc_tab (id number, char_t char(1), char_t10 char(10), varchar2_t10 varchar2…
H A Dfield_funcs1.phpt14 "create table field_funcs1_tab (id number, value number)",
H A Dnum.phpt14 "create table num_tab (id number, value number)",
H A Dbind_misccoltypes.phpt22 id number,
26 number_t number,
27 number_t92 number(9,2),
28 number_t6 number(6),
H A Dbind_sqltnum.phpt22 id number,
24 number_t number,
25 number_t92 number(9,2))"
H A Dbind_sqltnum_11g.phpt22 id number,
24 number_t number,
25 number_t92 number(9,2))"
H A Dfetch_all4.phpt14 "create table fetch_all4_tab (mycol1 number, mycol2 varchar2(20))",
H A Dlob_002.phpt17 "create table lob_002_tab (id number, b1 BLOB)",
/PHP-8.0/ext/date/tests/
H A Dexamine_diff.inc29 * @param int $expect_days the number of days to compare with the
31 * @param bool $absolute should the result always be a positive number?
/PHP-8.0/ext/imap/tests/
H A Dimap_fetchmime_errors.phpt45 Warning: imap_fetchmime(): Bad message number in %s on line %d
H A Dimap_savebody_errors.phpt45 Warning: imap_savebody(): Bad message number in %s on line %d
H A Dimap_fetchbody_errors.phpt45 Warning: imap_fetchbody(): Bad message number in %s on line %d
H A Dimap_body_errors.phpt46 Warning: imap_body(): Bad message number in %s on line %d
/PHP-8.0/ext/opcache/tests/jit/
H A Dshift_right_004.phpt36 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sshift_right_004.php:8
/PHP-8.0/ext/standard/tests/file/
H A Dparse_ini_file_error.phpt7 //Test parse_ini_file with one more than the expected number of arguments
/PHP-8.0/ext/pcre/tests/
H A Dpcre_count.phpt15 $string= 'Here must only number like 42 and 13 appear';
/PHP-8.0/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland.phpt2 Call userland function with incorrect number of arguments
/PHP-8.0/ext/standard/tests/general_functions/
H A Dfloatval.phpt32 float values, expected output:float value for valid floating point number */
41 float values, expected output:float value for valid floating point number */
/PHP-8.0/ext/pdo/tests/
H A Dbug_69356.phpt21 …tement directly on the output. It will provide the SQL query in use, the number of parameters used…
33 …tement directly on the output. It will provide the SQL query in use, the number of parameters used…
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt47 if ($field->charsetnr != $charsetInfo->number) {
50 $charsetInfo->number, $field->charsetnr);
/PHP-8.0/ext/hash/tests/
H A Dhash_serialize_004.phpt22 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACI7fWk6MztpOjA7aTo0O2E6MDp7fX0=", // bad magic number
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_11_numrows.phpt2 SQLite3::prepare number of rows
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_column.phpt46 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
/PHP-8.0/ext/standard/tests/streams/
H A Dgh9590-001.phpt30 to equal the maximum number of open files supported by your system,
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc205 * @param int number of milliseconds before connect will timeout
215 * @return int number of milliseconds before connect will timeout
225 * @param int number of milliseconds before read or write call will timeout
236 * @return int number of milliseconds before read will timeout
485 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim…
518 // Pick random number between 1 and max 16 bit unsigned int 65535
591 * @param int $timeoutMs [optional] the number of milliseconds to wait.
592 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim…
685 * @param int $timeoutMs [optional] the number of milliseconds to wait.

Completed in 38 milliseconds

1...<<11121314151617181920