Home
last modified time | relevance | path

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

12345678910>>...35

/PHP-5.4/ext/standard/tests/math/
H A Datan_error.phpt2 Test wrong number of arguments for atan()
6 * proto float atan(float number)
H A Dlog10_error.phpt2 Test wrong number of arguments for log10()
8 * proto float log10(float number)
H A Drad2deg_error.phpt2 Test wrong number of arguments for rad2deg()
8 * proto float rad2deg(float number)
H A Dbase_convert_variation1.phpt2 Test base_convert() function : usage variations - different data types as $number argument
5 /* Prototype : string base_convert ( string $number , int $frombase , int $tobase )
6 * Description: Convert a number between arbitrary bases.
H A Dpow_variation2.phpt7 /* Prototype : number pow ( number $base , number $exp )
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in192 ; static - a fixed number (pm.max_children) of child processes;
227 ; The number of child processes created on startup.
232 ; The desired minimum number of idle server processes.
237 ; The desired maximum number of idle server processes.
242 ; The number of seconds after which an idle process will be killed.
258 ; start since - number of seconds since FPM has started;
259 ; accepted conn - the number of request accepted by the pool;
262 ; max listen queue - the maximum number of requests in the queue
265 ; idle processes - the number of idle processes;
266 ; active processes - the number of active processes;
[all …]
/PHP-5.4/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.4/ext/intl/tests/
H A Dformatter_parse.phpt17 // Test parsing float number.
21 // Test parsing float number as integer.
/PHP-5.4/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt16 id number,
20 number_t number,
21 number_t92 number(9,2),
22 number_t6 number(6),
82 echo "\nTest 5 - invalid number\n";
148 Test 5 - invalid number
H A Dlob_030.phpt42 echo "Test 1: A CLOB with an even number of bytes\n";
45 echo "Test 2: A CLOB with an odd number of bytes\n";
66 Test 1: A CLOB with an even number of bytes
68 Test 2: A CLOB with an odd number of bytes
H A Dbug26133.phpt14 "create table bug26133_tab (id number, value number)",
/PHP-5.4/ext/mbstring/tests/
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
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
/PHP-5.4/ext/ereg/tests/
H A Dereg_replace_error_001.phpt2 Test ereg_replace() function : error conditions - wrong number of args
14 //Test ereg_replace with one more than the expected number of arguments
22 // Testing ereg_replace with one less than the expected number of arguments
H A Deregi_replace_error_001.phpt2 Test eregi_replace() function : error conditions - wrong number of args
14 //Test eregi_replace with one more than the expected number of arguments
22 // Testing eregi_replace with one less than the expected number of arguments
/PHP-5.4/ext/standard/tests/dir/
H A Dgetcwd_error.phpt2 Test getcwd() function : error conditions - Incorrect number of arguments
11 * Pass incorrect number of arguments to getcwd() to test behaviour
/PHP-5.4/ext/wddx/tests/
H A D002.phpt21 …ar name='var2'><string>some string</string></var><var name='var3'><number>756</number></var><var n…
H A D003.phpt11 …ar name='var2'><string>some string</string></var><var name='var3'><number>756</number></var><var n…
/PHP-5.4/ext/pcre/tests/
H A Dpreg_match_all_error.phpt2 Test preg_match_all() function : error conditions - incorrect number of parameters
13 //Test preg_match_all with one more than the expected number of arguments
21 // Testing preg_match_all withone less than the expected number of arguments
H A Dpreg_replace_error.phpt2 Test preg_replace() function : error - incorrect number of parameters
13 //Test preg_replace() with one more than the expected number of arguments
21 //Testing preg_replace() with one less than the expected number of arguments
H A Dpreg_split_error.phpt2 Test preg_split() function : error conditions - incorrect number of parameters
13 //Test preg_split with one more than the expected number of arguments
21 // Testing preg_split withone less than the expected number of arguments
/PHP-5.4/ext/date/tests/
H A Dgmdate_variation5.phpt17 echo "\n-- Testing gmdate() function with ISO-8601 week number of year format --\n";
26 -- Testing gmdate() function with ISO-8601 week number of year format --
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3result_numcolumns_error.phpt17 echo 'Fetching number of columns' . PHP_EOL;
29 Fetching number of columns
/PHP-5.4/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt2 Test get_class() function : error conditions - wrong number of arguments.
13 //Test get_class with one more than the expected number of arguments
/PHP-5.4/ext/standard/tests/strings/
H A Dnumber_format_basic.phpt5 /* Prototype : string number_format ( float $number [, int $decimals ] )
6 …* string number_format ( float $number , int $decimals , string $dec_point , string …
7 * Description: Format a number with grouped thousands

Completed in 35 milliseconds

12345678910>>...35