Home
last modified time | relevance | path

Searched refs:number (Results 51 – 75 of 858) sorted by relevance

12345678910>>...35

/PHP-5.4/ext/bcmath/libbcmath/
H A DFAQ13 represent a POSIX BC number. Floats are the closest, but will not
15 a "scale" that represent the number of digits to represent after the
17 calculate an exact number of digits after the decimal point regardless
18 of the number of digits in the integer part. GMP floats have a
/PHP-5.4/ext/standard/tests/array/
H A Darray_rand_variation5.phpt40 echo"\n-- With num_req more than number of members in 'input' array --\n";
57 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
62 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
67 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
70 -- With num_req more than number of members in 'input' array --
72 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
H A Darray_rand.phpt23 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
29 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
32 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
35 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
H A Darray_slice_error.phpt2 Test array_slice() function : error conditions - Pass incorrect number of args
11 * Pass an incorrect number of arguments to array_slice() to test behaviour
16 //Test array_slice with one more than the expected number of arguments
25 // Testing array_slice with one less than the expected number of arguments
H A Dusort_error1.phpt2 Test usort() function : error conditions - Pass incorrect number of arguments
11 * Pass incorrect number of arguments to usort() to test behaviour
16 //Test usort with one more than the expected number of arguments
23 // Testing usort with one less than the expected number of arguments
H A Darray_key_exists_error.phpt2 Test array_key_exists() function : error conditions - Pass incorrect number of args
12 * Pass incorrect number of arguments to array_key_exists() to test behaviour
17 //Test array_key_exists with one more than the expected number of arguments
24 // Testing array_key_exists with one less than the expected number of arguments
H A Darray_push_error1.phpt2 Test array_push() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to array_push() to test behaviour
16 // Testing array_push with one less than the expected number of arguments
/PHP-5.4/ext/date/tests/
H A Dgmstrftime_variation5.phpt21 'Year as decimal number without a century' => "%y",
22 'Year as decimal number including the century' => "%Y",
40 --Year as decimal number without a century--
44 --Year as decimal number including the century--
H A Dstrftime_variation5.phpt20 'Year as decimal number without a century' => "%y",
21 'Year as decimal number including the century' => "%Y",
39 --Year as decimal number without a century--
43 --Year as decimal number including the century--
H A Dgmstrftime_variation6.phpt22 'Minute as decimal number' => "%M",
24 'Second as decimal number' => "%S",
48 --Minute as decimal number--
56 --Second as decimal number--
H A Didate_variation4.phpt21 'Month number' => 'm',
24 'ISO-8601 week number' => 'W',
46 --Month number--
55 --ISO-8601 week number--
H A Dstrftime_variation6.phpt23 'Minute as decimal number' => "%M",
25 'Second as decimal number' => "%S",
49 --Minute as decimal number--
57 --Second as decimal number--
/PHP-5.4/ext/standard/tests/math/
H A Dround_error.phpt2 Test round() function : error conditions - incorrect number of args
6 * Description: Returns the rounded value of val to specified precision (number of digits
12 * Pass incorrect number of arguments to round() to test behaviour
H A Dsrand_error.phpt2 Test srand() function : error conditions - incorrect number of args
6 * Description: Seed the random number generator.
11 * Pass incorrect number of arguments to srand() to test behaviour
/PHP-5.4/ext/intl/tests/
H A Dformatter_format_currency.phpt10 * Format a number using misc currencies/locales.
29 $number = 1234567.89;
34 …$res_str .= "$locale: " . var_export( ut_nfmt_format_currency( $fmt, $number, $currency ), true ) …
H A Dformatter_format_currency2.phpt10 * Format a number using misc currencies/locales.
29 $number = 1234567.89;
34 …$res_str .= "$locale: " . var_export( ut_nfmt_format_currency( $fmt, $number, $currency ), true ) …
H A Dformatter_format_conv.phpt11 $number = 1234567.891234567890000;
13 $str_res = ut_nfmt_format ($fmt, $number, NumberFormatter::TYPE_INT32)."\n";
/PHP-5.4/ext/mbstring/tests/
H A Dmb_ereg_error.phpt2 Test mb_ereg() function : error conditions - pass incorrect number of arguments
16 * Test behaviour of mb_ereg() when passed an incorrcect number of arguments
22 //Test mb_ereg with one more than the expected number of arguments
30 // Testing mb_ereg with one less than the expected number of arguments
H A Dmb_strrpos_error1.phpt2 Test mb_strrpos() function : error conditions - pass incorrect number of args
16 * Pass mb_strrpos() an incorrect number of arguments
22 //Test mb_strrpos with one more than the expected number of arguments
31 // Testing mb_strrpos with one less than the expected number of arguments
H A Dmb_substr_error1.phpt2 Test mb_substr() function : error conditions - Pass incorrect number of args
16 * Pass incorrect number of arguments to mb_substr() to test behaviour
21 //Test mb_substr with one more than the expected number of arguments
30 // Testing mb_substr with one less than the expected number of arguments
/PHP-5.4/ext/ereg/tests/
H A Dereg_error_001.phpt2 Test ereg() function : error conditions - wrong number of args
12 * Test wrong number of args
18 //Test ereg with one more than the expected number of arguments
26 // Testing ereg with one less than the expected number of arguments
H A Deregi_error_001.phpt2 Test eregi() function : error conditions - wrong number of args
12 * Test wrong number of args
18 //Test eregi with one more than the expected number of arguments
26 // Testing eregi with one less than the expected number of arguments
/PHP-5.4/ext/imap/tests/
H A Dimap_fetchheader_error.phpt2 Test imap_fetchheader() function : error conditions - incorrect number of args
15 * Pass an incorrect number of arguments to imap_fetchheader() to test behaviour
21 //Test imap_fetchheader with one more than the expected number of arguments
30 // Testing imap_fetchheader with one less than the expected number of arguments
/PHP-5.4/ext/iconv/tests/
H A Diconv_strrpos_error1.phpt2 Test iconv_strrpos() function : error conditions - pass incorrect number of args
16 * Pass iconv_strrpos() an incorrect number of arguments
22 //Test iconv_strrpos with one more than the expected number of arguments
30 // Testing iconv_strrpos with one less than the expected number of arguments
H A Diconv_substr_error1.phpt2 Test iconv_substr() function : error conditions - Pass incorrect number of args
16 * Pass incorrect number of arguments to iconv_substr() to test behaviour
21 //Test iconv_substr with one more than the expected number of arguments
30 // Testing iconv_substr with one less than the expected number of arguments

Completed in 37 milliseconds

12345678910>>...35