Home
last modified time | relevance | path

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

12345678910>>...36

/PHP-5.5/ext/standard/tests/strings/
H A Dsscanf_basic1.phpt21 list($part, $number, $stock) = sscanf($str, $format);
22 var_dump($part, $number, $stock);
26 $res = sscanf($str, $format, $part, $number, $stock);
27 var_dump($res, $part, $number, $stock);
H A Dsscanf_basic2.phpt21 list($part, $number, $stock) = sscanf($str, $format);
22 var_dump($part, $number, $stock);
26 $res = sscanf($str, $format, $part, $number, $stock);
27 var_dump($res, $part, $number, $stock);
H A Dstripos_error.phpt14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
28 -- With less than expected number of arguments --
32 -- With more than expected number of arguments --
H A Dstrripos_error.phpt14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
27 -- With less than expected number of arguments --
31 -- With more than expected number of arguments --
H A Dstrrpos_error.phpt14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
27 -- With less than expected number of arguments --
31 -- With more than expected number of arguments --
H A Dmoney_format_variation2.phpt2 Test money_format() function : usage variations - test values for $number argument
11 /* Prototype : string money_format ( string $format , float $number )
12 * Description: Formats a number as a currency string
20 echo "*** Testing money_format() function: with unexpected inputs for 'number' argument ***\n";
40 // array with different values for $number
95 foreach($numbers as $number) {
97 echo gettype(money_format($format, $number))."\n";
107 *** Testing money_format() function: with unexpected inputs for 'number' argument ***
/PHP-5.5/ext/standard/tests/array/
H A Darray_reverse_basic2.phpt17 $array = array("a" => "hello", 123 => "number", 'string' => 'blue', "10" => 13.33);
36 string(6) "number"
46 string(6) "number"
56 string(6) "number"
H A Dcount_error.phpt2 Test count() function : error conditions - pass incorrect number of args
6 * Description: Count the number of elements in a variable (usually an array)
11 * Pass incorrect number of arguments to count() to test behaviour
20 //Test count with one more than the expected number of arguments
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_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_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
/PHP-5.5/ext/date/tests/
H A Didate_variation6.phpt17 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n";
21 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n";
29 -- Testing idate() function for 2 digit year having no zero as starting number --
32 -- Testing idate() function for 2 digit year having zero as starting number --
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 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.5/ext/standard/tests/url/
H A Dbase64_encode_error_001.phpt2 Test base64_encode() function : error conditions - wrong number of args
11 echo "*** Testing base64_encode() : error conditions - wrong number of args ***\n";
17 //Test base64_encode with one more than the expected number of arguments
26 *** Testing base64_encode() : error conditions - wrong number of args ***
/PHP-5.5/ext/oci8/tests/
H A Dbug36403.phpt19 "create table bug36403_tab (c1 number, col2 number, column3 number, col4 number)"
/PHP-5.5/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.5/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 Drbbiter_getBinaryRules_basic.phpt12 \$LN = [[:letter:] [:number:]];
36 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
37 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
/PHP-5.5/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.5/ext/dba/tests/
H A Ddba_gdbm.phpt24 "key number 6" written
25 Failed to write "key number 6" 2nd time
29 ["key number 6"]=>
H A Ddba_qdbm.phpt22 "key number 6" written
23 Failed to write "key number 6" 2nd time
27 ["key number 6"]=>

Completed in 42 milliseconds

12345678910>>...36