Home
last modified time | relevance | path

Searched refs:number (Results 151 – 175 of 894) sorted by relevance

12345678910>>...36

/PHP-5.5/ext/standard/tests/math/
H A Drad2deg_error.phpt2 Test wrong number of arguments for rad2deg()
8 * proto float rad2deg(float number)
H A Dsqrt_error.phpt2 Test wrong number of arguments for sqrt()
8 * proto float sqrt(float number)
H A Dtanh_error.phpt2 Test wrong number of arguments for tanh()
6 * proto float tanh(float number)
H A Dacos_error.phpt2 Test wrong number of arguments for acos()
6 * proto float acos(float number)
H A Dacosh_error.phpt2 Test wrong number of arguments for acosh()
6 * proto float acosh(float number)
H A Dasin_error.phpt2 Test wrong number of arguments for asin()
6 * proto float asin(float number)
H A Dasinh_error.phpt2 Test wrong number of arguments for asinh()
6 * proto float asinh(float number)
H A Datanh_error.phpt2 Test wrong number of arguments for atanh()
6 * proto float atanh(float number)
H A Ddeg2rad_error.phpt2 Test wrong number of arguments for deg2rad()
8 * proto float deg2rad(float number)
H A Dlog10_error.phpt2 Test wrong number of arguments for log10()
8 * proto float log10(float number)
H A Dsin_error.phpt2 Test wrong number of arguments for sin()
6 * proto float sin(float number)
H A Dsinh_error.phpt2 Test wrong number of arguments for sinh()
6 * proto float sinh(float number)
H A Dtan_error.phpt2 Test wrong number of arguments for tan()
6 * proto float tan(float number)
/PHP-5.5/ext/standard/tests/array/
H A Dmax_variation1.phpt18 echo "\n*** Testing large number of arguments ***\n";
34 *** Testing large number of arguments ***
H A Dmin_variation1.phpt18 echo "\n*** Testing large number of arguments ***\n";
34 *** Testing large number of arguments ***
/PHP-5.5/ext/intl/tests/
H A Dformatter_format.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…
H A Dformatter_format3.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_format4.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_format2.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…
H A Dformatter_parse.phpt17 // Test parsing float number.
21 // Test parsing float number as integer.
H A Dbreakiter___construct_error.phpt11 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+'));
14 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', array()));
15 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', true));
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in197 ; static - a fixed number (pm.max_children) of child processes;
232 ; The number of child processes created on startup.
237 ; The desired minimum number of idle server processes.
242 ; The desired maximum number of idle server processes.
247 ; The number of seconds after which an idle process will be killed.
263 ; start since - number of seconds since FPM has started;
264 ; accepted conn - the number of request accepted by the pool;
267 ; max listen queue - the maximum number of requests in the queue
270 ; idle processes - the number of idle processes;
271 ; active processes - the number of active processes;
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_context_set_option_error_001.phpt17 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
20 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtolower_error1.phpt2 Test mb_strtolower() function : error conditions - pass incorrect number of arguments
16 * Pass an incorrect number of arguments to mb_strtolower() to test behaviour
21 //Test mb_strtolower with one more than the expected number of arguments
H A Dmb_strtoupper_error1.phpt2 Test mb_strtoupper() function : error conditions - pass incorrect number of args
16 * Pass an incorrect number of arguments to mb_strtoupper() to test behaviour
21 //Test mb_strtoupper with one more than the expected number of arguments

Completed in 27 milliseconds

12345678910>>...36