Home
last modified time | relevance | path

Searched refs:number (Results 101 – 125 of 493) sorted by relevance

12345678910>>...20

/PHP-8.0/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt16 id number,
20 number_t number,
21 number_t92 number(9,2),
22 number_t6 number(6),
82 echo "\nTest 5 - invalid number\n";
146 Test 5 - invalid number
H A Dfetch_row.phpt14 "create table fetch_row_tab (id number, value number)",
H A Ddefault_prefetch0.phpt16 "create table default_prefetch_tab (id number, value number)",
H A Ddefault_prefetch1.phpt16 "create table default_prefetch1_tab (id number, value number)",
H A Ddefault_prefetch2.phpt16 "create table default_prefetch2_tab (id number, value number)",
H A Dfetch.phpt14 "create table fetch_tab (id number, value number)",
H A Dfetch_all1.phpt14 "create table fetch_all_tab (id number, value number)",
H A Dprefetch.phpt14 "create table prefetch_tab (id number, value number)",
H A Dfetch_assoc.phpt12 "create table fetch_assoc_tab (id number, value number, dummy varchar2(20))",
/PHP-8.0/ext/intl/tests/
H A Dbreakiter___construct_error.phpt14 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+'));
29 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', array()));
34 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', true));
/PHP-8.0/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt22 $subject = 'number 1.';
52 string(9) "number 1."
55 string(11) "number one."
/PHP-8.0/ext/ffi/tests/
H A Dbug77706.phpt57 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter
58 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter
59 FFI\Exception: Incorrect number of arguments for C function 'fprintf', expecting at least 2 paramet…
/PHP-8.0/ext/dom/tests/
H A Ddomxpath.phpt51 $avg = $xpath->evaluate('number(php:function("MyAverage", //def:testnode))');
56 $avg = $xpath->evaluate('number(php:function("non_existent", //def:testnode))');
62 $avg = $xpath->evaluate('number(php:function("non_existent", //def:testnode))');
/PHP-8.0/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt19 echo "\n-- Total number of transitions: " . count($tran). " --\n";
28 -- Total number of transitions: 18 --
H A Dstrftime_variation9.phpt14 'The ISO 8601:1988 week number' => "%V",
30 --The ISO 8601:1988 week number--
H A Dtimezone_transitions_get_basic1.phpt19 echo "\n-- Total number of transitions: " . count($tran). " --\n";
31 -- Total number of transitions: 18 --
H A Dgmstrftime_variation9.phpt14 'The ISO 8601:1988 week number' => "%V",
30 --The ISO 8601:1988 week number--
H A Dgmstrftime_variation10.phpt20 'The ISO 8601:1988 week number' => "%V",
36 --The ISO 8601:1988 week number--
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dgh7723.phpt29 SQLSTATE[HY093]: Invalid parameter number: :invalid
30 SQLSTATE[HY093]: Invalid parameter number: :invalid
/PHP-8.0/ext/bcmath/libbcmath/
H A DREADME.md31 number. Floats are the closest, but will not behave correctly for many
32 computations. For example, BC numbers have a "scale" that represent the number
34 numbers requires one to calculate an exact number of digits after the decimal
35 point regardless of the number of digits in the integer part. GMP floats have
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt64 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
74 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in81 ; static - a fixed number (pm.max_children) of child processes;
116 ; The number of child processes created on startup.
121 ; The desired minimum number of idle server processes.
126 ; The desired maximum number of idle server processes.
131 ; The number of seconds after which an idle process will be killed.
147 ; start since - number of seconds since FPM has started;
148 ; accepted conn - the number of request accepted by the pool;
151 ; max listen queue - the maximum number of requests in the queue
154 ; idle processes - the number of idle processes;
155 ; active processes - the number of active processes;
[all …]
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt11 //Get the line number at the start of the definition of class C
14 //Get the line number at the end of the definition of class C
/PHP-8.0/ext/standard/tests/strings/
H A Dstr_split_variation7.phpt20 0234, //octal number
21 0x1A, //hexadecimal number
22 2147483647, //max positive integer number
/PHP-8.0/Zend/tests/
H A Dbug74947.phpt2 Bug #74947 (Segfault in scanner on INF number)

Completed in 28 milliseconds

12345678910>>...20