/PHP-8.0/ext/oci8/tests/ |
H A D | bind_misccoltypes_errs.phpt | 16 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 D | fetch_row.phpt | 14 "create table fetch_row_tab (id number, value number)",
|
H A D | default_prefetch0.phpt | 16 "create table default_prefetch_tab (id number, value number)",
|
H A D | default_prefetch1.phpt | 16 "create table default_prefetch1_tab (id number, value number)",
|
H A D | default_prefetch2.phpt | 16 "create table default_prefetch2_tab (id number, value number)",
|
H A D | fetch.phpt | 14 "create table fetch_tab (id number, value number)",
|
H A D | fetch_all1.phpt | 14 "create table fetch_all_tab (id number, value number)",
|
H A D | prefetch.phpt | 14 "create table prefetch_tab (id number, value number)",
|
H A D | fetch_assoc.phpt | 12 "create table fetch_assoc_tab (id number, value number, dummy varchar2(20))",
|
/PHP-8.0/ext/intl/tests/ |
H A D | breakiter___construct_error.phpt | 14 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 D | preg_replace_callback_error1.phpt | 22 $subject = 'number 1.'; 52 string(9) "number 1." 55 string(11) "number one."
|
/PHP-8.0/ext/ffi/tests/ |
H A D | bug77706.phpt | 57 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 D | domxpath.phpt | 51 $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 D | DateTimeZone_getTransitions_basic1.phpt | 19 echo "\n-- Total number of transitions: " . count($tran). " --\n"; 28 -- Total number of transitions: 18 --
|
H A D | strftime_variation9.phpt | 14 'The ISO 8601:1988 week number' => "%V", 30 --The ISO 8601:1988 week number--
|
H A D | timezone_transitions_get_basic1.phpt | 19 echo "\n-- Total number of transitions: " . count($tran). " --\n"; 31 -- Total number of transitions: 18 --
|
H A D | gmstrftime_variation9.phpt | 14 'The ISO 8601:1988 week number' => "%V", 30 --The ISO 8601:1988 week number--
|
H A D | gmstrftime_variation10.phpt | 20 'The ISO 8601:1988 week number' => "%V", 36 --The ISO 8601:1988 week number--
|
/PHP-8.0/ext/pdo_pgsql/tests/ |
H A D | gh7723.phpt | 29 SQLSTATE[HY093]: Invalid parameter number: :invalid 30 SQLSTATE[HY093]: Invalid parameter number: :invalid
|
/PHP-8.0/ext/bcmath/libbcmath/ |
H A D | README.md | 31 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 D | pdo_mysql_prepare_emulated_placeholder_everywhere.phpt | 64 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 D | www.conf.in | 81 ; 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 D | ReflectionClass_FileInfo_basic.phpt | 11 //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 D | str_split_variation7.phpt | 20 0234, //octal number 21 0x1A, //hexadecimal number 22 2147483647, //max positive integer number
|
/PHP-8.0/Zend/tests/ |
H A D | bug74947.phpt | 2 Bug #74947 (Segfault in scanner on INF number)
|