Home
last modified time | relevance | path

Searched refs:number (Results 26 – 50 of 493) sorted by relevance

12345678910>>...20

/PHP-8.0/ext/date/tests/
H A Dstrftime_variation3.phpt15 'Week number of the year' => "%U",
16 'Week number of the year in decimal number' => "%W",
38 --Week number of the year--
42 --Week number of the year in decimal number--
H A Dstrftime_variation7.phpt15 'Day of the month as a decimal number' => "%d",
16 'Day of the year as a decimal number' => "%j",
17 'Day of the week as a decimal number' => "%w"
32 --Day of the month as a decimal number--
36 --Day of the year as a decimal number--
40 --Day of the week as a decimal number--
H A Dgmstrftime_variation7.phpt14 'Day of the month as a decimal number' => "%d",
15 'Day of the year as a decimal number' => "%j",
16 'Day of the week as a decimal number' => "%w"
31 --Day of the month as a decimal number--
35 --Day of the year as a decimal number--
39 --Day of the week as a decimal number--
H A Didate_variation6.phpt11 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n";
15 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n";
22 -- Testing idate() function for 2 digit year having no zero as starting number --
25 -- Testing idate() function for 2 digit year having zero as starting number --
/PHP-8.0/ext/dba/tests/
H A Ddba_flatfile.phpt24 "key number 6" written
25 Failed to write "key number 6" 2nd time
29 ["key number 6"]=>
41 "key number 6" written
42 Failed to write "key number 6" 2nd time
46 ["key number 6"]=>
H A Ddba_db4_000.phpt24 "key number 6" written
25 Failed to write "key number 6" 2nd time
29 ["key number 6"]=>
41 "key number 6" written
42 Failed to write "key number 6" 2nd time
46 ["key number 6"]=>
H A Ddba_dbm.phpt24 "key number 6" written
25 Failed to write "key number 6" 2nd time
29 ["key number 6"]=>
41 "key number 6" written
42 Failed to write "key number 6" 2nd time
46 ["key number 6"]=>
H A Ddba_tcadb.phpt29 "key number 6" written
30 Failed to write "key number 6" 2nd time
34 ["key number 6"]=>
46 "key number 6" written
47 Failed to write "key number 6" 2nd time
51 ["key number 6"]=>
/PHP-8.0/ext/standard/tests/math/
H A Dnumber_format_with_null_args.phpt6 $number = 2020.1415;
8 var_dump(number_format($number, 2, null, 'T'));
9 var_dump(number_format($number, 2, 'F', null));
H A Dallowed_rounding_error.inc2 function allowed_rounding_error ($number, $expected) {
11 if ($number < $max && $number > $min ) {
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug41125.phpt91 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
129 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
135 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
145 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
159 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
165 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
/PHP-8.0/ext/pgsql/tests/
H A D80_bug14383.phpt32 "key number 6" written
33 Failed to write "key number 6" 2nd time
37 ["key number 6"]=>
49 "key number 6" written
50 Failed to write "key number 6" 2nd time
54 ["key number 6"]=>
/PHP-8.0/ext/curl/
H A Dsync-constants.php229 throw new \RuntimeException('Invalid version number: ' . $version);
236 throw new \RuntimeException('Invalid version number: ' . $version);
242 throw new \RuntimeException('Invalid version number: ' . $version);
/PHP-8.0/ext/intl/tests/
H A Dmsgfmt_clone.phpt13 $fmt = ut_msgfmt_create( "en_US", "{0,number} monkeys on {1,number} trees" );
19 $pattern = "{0,number} trees hosting {1,number} monkeys";
H A Dformatter_fail.phpt111 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
112 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
113 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
125 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
126 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
127 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
130 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
131 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
132 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
/PHP-8.0/ext/opcache/tests/match/
H A D004.phpt28 foreach (range(0, 6) as $number) {
29 var_dump(test($number));
30 var_dump(test((string) $number));
44 0005 FE_FETCH_R V1 CV0($number) 0020
47 0008 SEND_VAR CV0($number) 1
53 0014 T2 = CAST (string) CV0($number)
/PHP-8.0/ext/standard/tests/array/
H A Darray_reverse_basic2.phpt12 $array = array("a" => "hello", 123 => "number", 'string' => 'blue', "10" => 13.33);
31 string(6) "number"
41 string(6) "number"
51 string(6) "number"
H A Darray_combine_error2.phpt27 // Testing array_combine with arrays having unequal number of elements
28 echo "\n-- Testing array_combine() function by passing array with unequal number of elements --\n";
44 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
46 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
47 -- Testing array_combine() function by passing array with unequal number of elements --
48 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
/PHP-8.0/tests/lang/operators/
H A DbitwiseShiftLeft_variationStr.phpt31 ArithmeticError: Bit shift by negative number
35 ArithmeticError: Bit shift by negative number
59 ArithmeticError: Bit shift by negative number
63 ArithmeticError: Bit shift by negative number
87 ArithmeticError: Bit shift by negative number
91 ArithmeticError: Bit shift by negative number
115 ArithmeticError: Bit shift by negative number
119 ArithmeticError: Bit shift by negative number
143 ArithmeticError: Bit shift by negative number
147 ArithmeticError: Bit shift by negative number
[all …]
H A DbitwiseShiftLeft_variationStr_64bit.phpt36 ArithmeticError: Bit shift by negative number
40 ArithmeticError: Bit shift by negative number
64 ArithmeticError: Bit shift by negative number
68 ArithmeticError: Bit shift by negative number
92 ArithmeticError: Bit shift by negative number
96 ArithmeticError: Bit shift by negative number
120 ArithmeticError: Bit shift by negative number
124 ArithmeticError: Bit shift by negative number
148 ArithmeticError: Bit shift by negative number
152 ArithmeticError: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_variationStr.phpt32 ArithmeticError: Bit shift by negative number
36 ArithmeticError: Bit shift by negative number
60 ArithmeticError: Bit shift by negative number
64 ArithmeticError: Bit shift by negative number
88 ArithmeticError: Bit shift by negative number
92 ArithmeticError: Bit shift by negative number
116 ArithmeticError: Bit shift by negative number
120 ArithmeticError: Bit shift by negative number
144 ArithmeticError: Bit shift by negative number
148 ArithmeticError: Bit shift by negative number
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dsscanf_basic1.phpt16 list($part, $number, $stock) = sscanf($str, $format);
17 var_dump($part, $number, $stock);
21 $res = sscanf($str, $format, $part, $number, $stock);
22 var_dump($res, $part, $number, $stock);
H A Dsscanf_basic2.phpt16 list($part, $number, $stock) = sscanf($str, $format);
17 var_dump($part, $number, $stock);
21 $res = sscanf($str, $format, $part, $number, $stock);
22 var_dump($res, $part, $number, $stock);
/PHP-8.0/ext/oci8/tests/
H A Dbug36403.phpt16 "create table bug36403_tab (c1 number, col2 number, column3 number, col4 number)"
/PHP-8.0/Zend/tests/
H A D002.phpt100 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
101 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
104 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
106 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
110 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
112 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
113 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
117 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
119 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…

Completed in 33 milliseconds

12345678910>>...20