Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.4/ext/oci8/tests/
H A Dbug26133.phpt14 "create table bug26133_tab (id number, value number)",
H A Dlob_030.phpt42 echo "Test 1: A CLOB with an even number of bytes\n";
45 echo "Test 2: A CLOB with an odd number of bytes\n";
66 Test 1: A CLOB with an even number of bytes
68 Test 2: A CLOB with an odd number of bytes
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";
148 Test 5 - invalid number
H A Dfetch_row.phpt14 "create table fetch_row_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 Ddefault_prefetch1.phpt16 "create table default_prefetch1_tab (id number, value number)",
H A Dfetch.phpt14 "create table fetch_tab (id number, value number)",
H A Dprefetch.phpt14 "create table prefetch_tab (id number, value number)",
H A Dprefetch_old.phpt12 "create table prefetch_old_tab (id number, value number)",
/PHP-7.4/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt18 …or_transliterate: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code uni…
20 …or_transliterate: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code uni…
H A Dformatter_format7.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 Dformatter_format8.phpt10 * Format a number using misc locales/patterns.
46 $number = 1234567.891234567890000;
59 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
/PHP-7.4/ext/date/tests/
H A Dgmdate_variation5.phpt17 echo "\n-- Testing gmdate() function with ISO-8601 week number of year format --\n";
26 -- Testing gmdate() function with ISO-8601 week number of year format --
/PHP-7.4/Zend/tests/
H A Dadd_002.phpt23 Notice: Object of class stdClass could not be converted to number in %sadd_002.php on line %d
27 Notice: Object of class stdClass could not be converted to number in %s on line %d
H A Dadd_003.phpt23 Notice: Object of class stdClass could not be converted to number in %sadd_003.php on line %d
27 Notice: Object of class stdClass could not be converted to number in %s on line %d
H A Dcompound_assign_with_numeric_strings.phpt44 Exception: Bit shift by negative number
47 Exception: Bit shift by negative number
/PHP-7.4/ext/standard/tests/math/
H A Dpow_variation1.phpt11 /* Prototype : number pow ( number $base , number $exp )
175 Notice: Object of class classA could not be converted to number in %s on line %d
H A Dpow_variation1_64bit.phpt11 /* Prototype : number pow ( number $base , number $exp )
175 Notice: Object of class classA could not be converted to number in %s on line %d
H A Dpow_variation2.phpt7 /* Prototype : number pow ( number $base , number $exp )
171 Notice: Object of class classA could not be converted to number in %s on line %d
H A Dlog1p_basic.phpt8 * Description: Returns log(1 + number), computed in a way that is accurate even
9 * when the value of number is close to zero
/PHP-7.4/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-7.4/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-7.4/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-7.4/ext/standard/tests/strings/
H A Dnumber_format_basic.phpt5 /* Prototype : string number_format ( float $number [, int $decimals ] )
6 …* string number_format ( float $number , int $decimals , string $dec_point , string …
7 * Description: Format a number with grouped thousands

Completed in 30 milliseconds

12345678910>>...26