Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.1/ext/standard/tests/strings/
H A Dbug69751.phpt26 Argument number specifier must be greater than zero and less than %d
28 Argument number specifier must be greater than zero and less than %d
H A Dstr_split_variation7.phpt20 0234, //octal number
21 0x1A, //hexadecimal number
22 2147483647, //max positive integer number
/PHP-8.1/ext/oci8/tests/
H A Dlob_030.phpt44 echo "Test 1: A CLOB with an even number of bytes\n";
47 echo "Test 2: A CLOB with an odd number of bytes\n";
68 Test 1: A CLOB with an even number of bytes
70 Test 2: A CLOB with an odd number of bytes
H A Dfetch_row.phpt14 "create table fetch_row_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 Ddefault_prefetch0.phpt16 "create table default_prefetch_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.1/ext/intl/tests/
H A Dformatter_format7.phpt12 * Format a number using misc locales/patterns.
48 $number = 1234567.891234567890000;
61 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dformatter_format8.phpt11 * Format a number using misc locales/patterns.
47 $number = 1234567.891234567890000;
60 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dini_use_exceptions_basic.phpt19 …or_transliterate: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code uni…
21 …or_transliterate: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code uni…
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.1/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt45 Exception: Bit shift by negative number
48 Exception: Bit shift by negative number
/PHP-8.1/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.1/ext/ffi/tests/
H A Dbug77706.phpt58 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter
59 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter
60 FFI\Exception: Incorrect number of arguments for C function 'fprintf', expecting at least 2 paramet…
/PHP-8.1/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.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt65 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
75 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
/PHP-8.1/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.1/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 Dtimezone_transitions_get_basic1.phpt19 echo "\n-- Total number of transitions: " . count($tran). " --\n";
31 -- Total number of transitions: 18 --
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dgh7723.phpt29 SQLSTATE[HY093]: Invalid parameter number: :invalid
30 SQLSTATE[HY093]: Invalid parameter number: :invalid
/PHP-8.1/tests/lang/integer_literals/
H A Doctal_32bit.phpt15 /* Floating number */
43 /* Floating number */
71 /* Floating number */

Completed in 30 milliseconds

12345678910>>...21