Home
last modified time | relevance | path

Searched refs:number (Results 76 – 100 of 894) sorted by relevance

12345678910>>...36

/PHP-5.5/ext/standard/tests/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_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.5/ext/date/tests/
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--
/PHP-5.5/ext/intl/tests/
H A Dformatter_format_conv.phpt11 $number = 1234567.891234567890000;
13 $str_res = ut_nfmt_format ($fmt, $number, NumberFormatter::TYPE_INT32)."\n";
/PHP-5.5/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
H A Dimap_fetchbody_error.phpt2 Test imap_fetchbody() function : error conditions - incorrect number of args
16 * Pass an incorrect number of arguments to imap_fetchbody() to test behaviour
22 //Test imap_fetchbody with one more than the expected number of arguments
33 // Testing imap_fetchbody with one less than the expected number of arguments
H A Dimap_fetch_overview_error.phpt2 Test imap_fetch_overview() function : error conditions - incorrect number of args
16 * Pass an incorrect number of arguments to imap_fetch_overview() to test behaviour
23 //Test imap_fetch_overview with one more than the expected number of arguments
31 // Testing imap_fetch_overview with one less than the expected number of arguments
/PHP-5.5/ext/mbstring/tests/
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
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_stripos_error1.phpt2 Test mb_stripos() function : error conditions - Pass incorrect number of args
17 * Test how mb_stripos behaves when passed an incorrect number of arguments
23 //Test mb_stripos with one more than the expected number of arguments
32 // Testing mb_stripos with one less than the expected number of arguments
H A Dmb_strpos_error1.phpt2 Test mb_strpos() function : error conditions - Pass incorrect number of args
16 * Test how mb_strpos behaves when passed an incorrect number of arguments
22 //Test mb_strpos with one more than the expected number of arguments
31 // Testing mb_strpos with one less than the expected number of arguments
H A Dmb_strripos_error1.phpt2 Test mb_strripos() function : error conditions - Pass incorrect number of args
17 * Test how mb_strripos behaves when passed an incorrect number of arguments
23 //Test mb_strripos with one more than the expected number of arguments
32 // Testing mb_strripos with one less than the expected number of arguments
/PHP-5.5/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.5/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
H A Diconv_strpos_error1.phpt2 Test iconv_strpos() function : error conditions - Pass incorrect number of args
16 * Test how iconv_strpos behaves when passed an incorrect number of arguments
22 //Test iconv_strpos with one more than the expected number of arguments
31 // Testing iconv_strpos with one less than the expected number of arguments
/PHP-5.5/ext/bcmath/tests/
H A Dbcsqrt_error1.phpt2 bcsqrt — Get the square root of an arbitrary precision number
13 Warning: bcsqrt(): Square root of negative number in %s.php on line %d
/PHP-5.5/Zend/tests/
H A Dget_defined_vars.phpt11 $number = 22.33; //number
19 var $number = 233;
38 var_dump( $arr["number"] );
100 ["number"]=>
/PHP-5.5/ext/gd/tests/
H A Dgd_info_error.phpt2 Test gd_info() function : error conditions - with more than expected number of arguments
23 echo "\n-- Testing gd_info() function with more than expected number of arguments --\n";
31 -- Testing gd_info() function with more than expected number of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dstrncasecmp_error.phpt19 echo "\n-- Testing strncasecmp() function with less than expected number of arguments --";
23 echo "\n-- Testing strncasecmp() function with more than expected number of arguments --";
38 -- Testing strncasecmp() function with less than expected number of arguments --
45 -- Testing strncasecmp() function with more than expected number of arguments --
/PHP-5.5/ext/gd/libgd/
H A Dgdxpm.c22 int i, j, k, number; in gdImageCreateFromXpm() local
34 number = image.ncolors; in gdImageCreateFromXpm()
35 for(i = 0; i < number; i++) { in gdImageCreateFromXpm()
45 colors = (int *) safe_emalloc(number, sizeof(int), 0); in gdImageCreateFromXpm()
46 for (i = 0; i < number; i++) { in gdImageCreateFromXpm()

Completed in 25 milliseconds

12345678910>>...36