Home
last modified time | relevance | path

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

12345678910>>...38

/PHP-7.1/ext/dba/tests/
H A Ddba_ndbm.phpt21 "key number 6" written
22 Failed to write "key number 6" 2nd time
26 ["key number 6"]=>
38 "key number 6" written
39 Failed to write "key number 6" 2nd time
43 ["key number 6"]=>
H A Ddba_tcadb.phpt31 "key number 6" written
32 Failed to write "key number 6" 2nd time
36 ["key number 6"]=>
48 "key number 6" written
49 Failed to write "key number 6" 2nd time
53 ["key number 6"]=>
/PHP-7.1/ext/standard/tests/math/
H A Dabs_error.phpt2 Test abs() function : error conditions - incorrect number of args
5 /* Prototype : number abs ( mixed $number )
6 * Description: Returns the absolute value of number.
11 * Pass incorrect number of arguments to abs() to test behaviour
H A Ddechex_error.phpt5 /* Prototype : string dechex ( int $number )
6 …* Description: Returns a string containing a hexadecimal representation of the given number argum…
12 echo "\nIncorrect number of arguments\n";
21 Incorrect number of arguments
H A Dallowed_rounding_error.inc2 function allowed_rounding_error ($number, $expected) {
11 if ($number < $max && $number > $min ) {
H A Dabs_variation.phpt2 Test abs() function : usage variations - different data types as $number arg
5 /* Prototype : number abs ( mixed $number )
6 * Description: Returns the absolute value of number.
11 * Pass different data types as $number argument to abs() to test behaviour
36 // unexpected values to be passed to $number argument
H A Dhexdec_error.phpt5 /* Prototype : number hexdec ( string $hex_string )
6 …* Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_str…
17 echo "\n-- Incorrect number of arguments --\n";
28 -- Incorrect number of arguments --
H A Doctdec_error.phpt5 /* Prototype : number octdec ( string $octal_string )
6 …* Description: Returns the decimal equivalent of the octal number represented by the octal_string …
17 echo "\n-- Incorrect number of arguments --\n";
29 -- Incorrect number of arguments --
H A Dbindec_error.phpt5 /* Prototype : number bindec ( string $binary_string )
6 …* Description: Returns the decimal equivalent of the binary number represented by the binary_strin…
21 echo "Incorrect number of arguments\n";
30 Incorrect number of arguments
H A Ddecoct_error.phpt5 /* Prototype : string decbin ( int $number )
12 echo "Incorrect number of arguments\n";
20 Incorrect number of arguments
/PHP-7.1/ext/date/tests/
H A Dgmstrftime_variation3.phpt20 'Week number of the year' => "%U",
21 'Week number of the year in decimal number' => "%W",
45 --Week number of the year--
49 --Week number of the year in decimal number--
H A Dstrftime_variation3.phpt21 'Week number of the year' => "%U",
22 'Week number of the year in decimal number' => "%W",
45 --Week number of the year--
49 --Week number of the year in decimal number--
H A Dstrftime_variation7.phpt21 'Day of the month as a decimal number' => "%d",
22 'Day of the year as a decimal number' => "%j",
23 'Day of the week as a decimal number' => "%w"
39 --Day of the month as a decimal number--
43 --Day of the year as a decimal number--
47 --Day of the week as a decimal number--
H A Dgmstrftime_variation7.phpt20 'Day of the month as a decimal number' => "%d",
21 'Day of the year as a decimal number' => "%j",
22 'Day of the week as a decimal number' => "%w"
38 --Day of the month as a decimal number--
42 --Day of the year as a decimal number--
46 --Day of the week as a decimal number--
/PHP-7.1/ext/pgsql/tests/
H A D80_bug14383.phpt28 "key number 6" written
29 Failed to write "key number 6" 2nd time
33 ["key number 6"]=>
45 "key number 6" written
46 Failed to write "key number 6" 2nd time
50 ["key number 6"]=>
/PHP-7.1/ext/imap/tests/
H A Dimap_fetchbody_variation2.phpt110 Warning: imap_fetchbody(): Bad message number in %s on line %d
118 Warning: imap_fetchbody(): Bad message number in %s on line %d
123 Warning: imap_fetchbody(): Bad message number in %s on line %d
128 Warning: imap_fetchbody(): Bad message number in %s on line %d
133 Warning: imap_fetchbody(): Bad message number in %s on line %d
138 Warning: imap_fetchbody(): Bad message number in %s on line %d
143 Warning: imap_fetchbody(): Bad message number in %s on line %d
148 Warning: imap_fetchbody(): Bad message number in %s on line %d
153 Warning: imap_fetchbody(): Bad message number in %s on line %d
158 Warning: imap_fetchbody(): Bad message number in %s on line %d
[all …]
H A Dimap_fetchheader_variation2.phpt125 Warning: imap_fetchheader(): Bad message number in %s on line %d
139 Warning: imap_fetchheader(): Bad message number in %s on line %d
144 Warning: imap_fetchheader(): Bad message number in %s on line %d
149 Warning: imap_fetchheader(): Bad message number in %s on line %d
154 Warning: imap_fetchheader(): Bad message number in %s on line %d
159 Warning: imap_fetchheader(): Bad message number in %s on line %d
164 Warning: imap_fetchheader(): Bad message number in %s on line %d
169 Warning: imap_fetchheader(): Bad message number in %s on line %d
174 Warning: imap_fetchheader(): Bad message number in %s on line %d
179 Warning: imap_fetchheader(): Bad message number in %s on line %d
[all …]
/PHP-7.1/ext/intl/doc/
H A Dformatter_api.php179 * @param integer|double $number Number to format
183 public function format($number, $type = 0) {} argument
203 * @param double $number Number to format
206 public function formatCurrency($number, $currency) {} argument
349 * @param integer|double $number Number to format
353 function numfmt_format($formatter, $number, $type = null) {} argument
373 * @param double $number Number to format
376 function numfmt_format_currency($formatter, $number, $currency) {} argument
/PHP-7.1/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.phpt79 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
80 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
81 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
93 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
94 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
95 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
98 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
99 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
100 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
/PHP-7.1/ext/standard/tests/array/
H A Darray_rand_variation2.phpt96 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
104 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
109 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
138 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
143 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
148 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
153 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
158 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
163 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
171 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
[all …]
/PHP-7.1/ext/standard/
H A Dformatted_print.c140 if (number < 0) { in php_sprintf_appendint()
144 magn = (zend_ulong) number; in php_sprintf_appendint()
165 number, &numbuf[i], i)); in php_sprintf_appendint()
175 zend_ulong number, in php_sprintf_appenduint() argument
184 magn = (zend_ulong) number; in php_sprintf_appenduint()
207 double number, in php_sprintf_appenddouble() argument
235 if (zend_isnan(number)) { in php_sprintf_appenddouble()
236 is_negative = (number<0); in php_sprintf_appenddouble()
242 if (zend_isinf(number)) { in php_sprintf_appenddouble()
243 is_negative = (number<0); in php_sprintf_appenddouble()
[all …]
/PHP-7.1/ext/wddx/tests/
H A Dbug35410.phpt24 <number>10</number>
27 <number>4</number>
H A Dbug35410_64bit.phpt24 <number>10</number>
27 <number>4</number>
/PHP-7.1/ext/oci8/tests/
H A Dbug36403.phpt16 "create table bug36403_tab (c1 number, col2 number, column3 number, col4 number)"

Completed in 71 milliseconds

12345678910>>...38