Home
last modified time | relevance | path

Searched refs:arguments (Results 76 – 100 of 1597) sorted by relevance

12345678910>>...64

/PHP-5.5/ext/ctype/tests/
H A Dctype_alnum_error.phpt13 * Pass incorrect number of arguments to ctype_alnum() to test behaviour
20 // Zero arguments
21 echo "\n-- Testing ctype_alnum() function with Zero arguments --\n";
24 //Test ctype_alnum with one more than the expected number of arguments
25 echo "\n-- Testing ctype_alnum() function with more than expected no. of arguments --\n";
36 -- Testing ctype_alnum() function with Zero arguments --
41 -- Testing ctype_alnum() function with more than expected no. of arguments --
H A Dctype_space_error.phpt13 * Pass an incorrect number of arguments to ctype_space() to test behaviour
20 // Zero arguments
21 echo "\n-- Testing ctype_space() function with Zero arguments --\n";
24 //Test ctype_space with one more than the expected number of arguments
25 echo "\n-- Testing ctype_space() function with more than expected no. of arguments --\n";
36 -- Testing ctype_space() function with Zero arguments --
41 -- Testing ctype_space() function with more than expected no. of arguments --
H A Dctype_punct_error.phpt14 * Pass incorrect number of arguments to ctype_punct() to test behaviour
21 // Zero arguments
22 echo "\n-- Testing ctype_punct() function with Zero arguments --\n";
25 //Test ctype_punct with one more than the expected number of arguments
26 echo "\n-- Testing ctype_punct() function with more than expected no. of arguments --\n";
37 -- Testing ctype_punct() function with Zero arguments --
42 -- Testing ctype_punct() function with more than expected no. of arguments --
/PHP-5.5/ext/intl/tests/
H A Dcalendar_before_after_error.phpt2 IntlCalendar::before()/after(): bad arguments
33 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments
36 error: 2, IntlCalendar::before(): intlcal_before/after: bad arguments
40 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments
44 error: 2, IntlCalendar::before(): intlcal_before/after: bad arguments
47 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments
50 error: 2, IntlCalendar::before(): intlcal_before/after: bad arguments
53 error: 2, intlcal_after(): intlcal_before/after: bad arguments
56 error: 2, intlcal_before(): intlcal_before/after: bad arguments
H A Dcalendar_get_getActualMaximum_Minumum_error2.phpt2 IntlCalendar::get/getActualMaximum/getActualMinimum(): bad arguments (procedural)
37 error: 2, intlcal_get(): intlcal_get: bad arguments
40 error: 2, intlcal_get_actual_maximum(): intlcal_get_actual_maximum: bad arguments
43 error: 2, intlcal_get_actual_minimum(): intlcal_get_actual_minimum: bad arguments
52 error: 2, intlcal_get(): intlcal_get: bad arguments
55 error: 2, intlcal_get_actual_maximum(): intlcal_get_actual_maximum: bad arguments
58 error: 2, intlcal_get_actual_minimum(): intlcal_get_actual_minimum: bad arguments
62 error: 2, intlcal_get(): intlcal_get: bad arguments
66 error: 2, intlcal_get_actual_maximum(): intlcal_get_actual_maximum: bad arguments
70 error: 2, intlcal_get_actual_minimum(): intlcal_get_actual_minimum: bad arguments
H A Dgregoriancalendar___construct_error.phpt2 IntlGregorianCalendar::__construct(): bad arguments
20 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: too many arguments in %s on li…
23 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: too many arguments in %s on li…
26 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: no variant with 4 arguments (e…
29 …Calendar::__construct(): intlgregcal_create_instance: no variant with 4 arguments (excluding trail…
34 Warning: IntlGregorianCalendar::__construct(): intlgregcal_create_instance: bad arguments in %s on …
/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_error.phpt18 // Zero arguments
19 echo "\n-- Testing strcspn() function with Zero arguments --\n";
22 //Test strcspn with one more than the expected number of arguments
23 echo "\n-- Testing strcspn() function with more than expected no. of arguments --\n";
33 // Testing strcspn withone less than the expected number of arguments
34 echo "\n-- Testing strcspn() function with less than expected no. of arguments --\n";
43 -- Testing strcspn() function with Zero arguments --
48 -- Testing strcspn() function with more than expected no. of arguments --
53 -- Testing strcspn() function with less than expected no. of arguments --
H A Dstrspn_error.phpt18 // Zero arguments
19 echo "\n-- Testing strspn() function with Zero arguments --\n";
22 //Test strspn with one more than the expected number of arguments
23 echo "\n-- Testing strspn() function with more than expected no. of arguments --\n";
33 // Testing strspn withone less than the expected number of arguments
34 echo "\n-- Testing strspn() function with less than expected no. of arguments --\n";
43 -- Testing strspn() function with Zero arguments --
48 -- Testing strspn() function with more than expected no. of arguments --
53 -- Testing strspn() function with less than expected no. of arguments --
H A Dprintf_basic3.phpt27 echo "\n-- Calling printf() with no arguments--\n";
32 echo "\n-- Calling printf() with one arguments--\n";
40 echo "\n-- Calling printf() with two arguments--\n";
48 echo "\n-- Calling printf() with three arguments--\n";
61 -- Calling printf() with no arguments--
65 -- Calling printf() with one arguments--
71 -- Calling printf() with two arguments--
77 -- Calling printf() with three arguments--
H A Dstrtok_error.phpt17 echo "\n-- Testing strtok() function with Zero arguments --\n";
20 // More than expected number of arguments
21 echo "\n-- Testing strtok() function with more than expected no. of arguments --\n";
29 // Less than expected number of arguments
30 echo "\n-- Testing strtok() with less than expected no. of arguments --\n";
41 -- Testing strtok() function with Zero arguments --
46 -- Testing strtok() function with more than expected no. of arguments --
52 -- Testing strtok() with less than expected no. of arguments --
H A Dvsprintf_error.phpt17 // Zero arguments
18 echo "\n-- Testing vsprintf() function with Zero arguments --\n";
21 echo "\n-- Testing vsprintf() function with less than expected no. of arguments --\n";
24 echo "\n-- testing vsprintf() function with more than expected no. of arguments --\n";
32 -- Testing vsprintf() function with Zero arguments --
37 -- Testing vsprintf() function with less than expected no. of arguments --
42 -- testing vsprintf() function with more than expected no. of arguments --
H A Dvprintf_error.phpt17 // Zero arguments
18 echo "\n-- Testing vprintf() function with Zero arguments --\n";
21 echo "\n-- Testing vprintf() function with less than expected no. of arguments --\n";
24 echo "\n-- testing vprintf() function with more than expected no. of arguments --\n";
32 -- Testing vprintf() function with Zero arguments --
37 -- Testing vprintf() function with less than expected no. of arguments --
42 -- testing vprintf() function with more than expected no. of arguments --
/PHP-5.5/ext/mysqli/
H A Dmysqli_embedded.c40 char **arguments; in PHP_FUNCTION() local
55 arguments = safe_emalloc(sizeof(char *), argc + 1, 0); in PHP_FUNCTION()
56 arguments[0] = NULL; in PHP_FUNCTION()
69 arguments[++index] = Z_STRVAL_PP(item); in PHP_FUNCTION()
98 rc = mysql_server_init(argc, arguments, groups); in PHP_FUNCTION()
101 efree(arguments); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_count_error1.phpt2 Test mb_substr_count() function : error conditions - pass incorrect number of arguments
16 * Pass an incorrect number of arguments to mb_substr_count() to test behaviour
22 //Test mb_substr_count with one more than the expected number of arguments
23 echo "\n-- Testing mb_substr_count() function with more than expected no. of arguments --\n";
30 // Testing mb_substr_count with one less than the expected number of arguments
31 echo "\n-- Testing mb_substr_count() function with less than expected no. of arguments --\n";
40 -- Testing mb_substr_count() function with more than expected no. of arguments --
45 -- Testing mb_substr_count() function with less than expected no. 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
23 echo "\n-- Testing mb_ereg() function with more than expected no. of arguments --\n";
30 // Testing mb_ereg with one less than the expected number of arguments
31 echo "\n-- Testing mb_ereg() function with less than expected no. of arguments --\n";
40 -- Testing mb_ereg() function with more than expected no. of arguments --
45 -- Testing mb_ereg() function with less than expected no. of arguments --
H A Dmb_strlen_error1.phpt16 * Pass mb_strlen an incorrect number of arguments to test behaviour
21 // Zero arguments
22 echo "\n-- Testing mb_strlen() function with Zero arguments --\n";
25 //Test mb_strlen with one more than the expected number of arguments
26 echo "\n-- Testing mb_strlen() function with more than expected no. of arguments --\n";
37 -- Testing mb_strlen() function with Zero arguments --
42 -- Testing mb_strlen() function with more than expected no. of arguments --
/PHP-5.5/ext/date/tests/
H A Dtime_error.phpt2 Test wrong number of arguments for time()
10 // Extra arguments are ignored
12 echo "\nToo many arguments\n";
17 Too many arguments
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_error.phpt12 // Zero arguments
13 echo "\n-- Testing array_chunk() function with zero arguments --\n";
16 echo "\n-- Testing array_chunk() function with more than expected no. of arguments --\n";
23 echo "\n-- Testing array_chunk() function with less than expected no. of arguments --\n";
32 -- Testing array_chunk() function with zero arguments --
37 -- Testing array_chunk() function with more than expected no. of arguments --
42 -- Testing array_chunk() function with less than expected no. of arguments --
H A Deach_error.phpt12 * Pass an incorrect number of arguments to each() to test behaviour
17 // Zero arguments
18 echo "\n-- Testing each() function with Zero arguments --\n";
21 //Test each with one more than the expected number of arguments
22 echo "\n-- Testing each() function with more than expected no. of arguments --\n";
33 -- Testing each() function with Zero arguments --
38 -- Testing each() function with more than expected no. of arguments --
H A Drsort_error.phpt11 * Pass incorrect number of arguments to rsort() to test behaviour
16 // zero arguments
17 echo "\n-- Testing rsort() function with Zero arguments --\n";
20 //Test rsort() with more than the expected number of arguments
21 echo "\n-- Testing rsort() function with more than expected no. of arguments --\n";
36 -- Testing rsort() function with Zero arguments --
41 -- Testing rsort() function with more than expected no. of arguments --
H A Darray_intersect_uassoc_error.phpt12 // Initialise function arguments
26 //Test array_intersect_uassoc with one more than the expected number of arguments
27 echo "\n-- Testing array_intersect_uassoc() function with more than expected no. of arguments --\n";
30 // Testing array_intersect_uassoc with one less than the expected number of arguments
31 echo "\n-- Testing array_intersect_uassoc() function with less than expected no. of arguments --\n";
35 // Testing array_intersect_uassoc with no arguments
36 echo "\n-- Testing array_intersect_uassoc() function with no arguments --\n";
43 -- Testing array_intersect_uassoc() function with more than expected no. of arguments --
48 -- Testing array_intersect_uassoc() function with less than expected no. of arguments --
56 -- Testing array_intersect_uassoc() function with no arguments --
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_error1.phpt11 * Pass incorrect number of arguments to opendir() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing opendir() function with Zero arguments --\n";
20 //Test opendir with one more than the expected number of arguments
21 echo "\n-- Testing opendir() function with more than expected no. of arguments --\n";
38 -- Testing opendir() function with Zero arguments --
43 -- Testing opendir() function with more than expected no. of arguments --
H A Dscandir_error1.phpt11 * Pass incorrect number of arguments to scandir() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing scandir() function with Zero arguments --\n";
20 //Test scandir with one more than the expected number of arguments
21 echo "\n-- Testing scandir() function with more than expected no. of arguments --\n";
38 -- Testing scandir() function with Zero arguments --
43 -- Testing scandir() function with more than expected no. of arguments --
/PHP-5.5/ext/iconv/tests/
H A Diconv_strlen_error1.phpt16 * Pass iconv_strlen an incorrect number of arguments to test behaviour
21 // Zero arguments
22 echo "\n-- Testing iconv_strlen() function with Zero arguments --\n";
25 //Test iconv_strlen with one more than the expected number of arguments
26 echo "\n-- Testing iconv_strlen() function with more than expected no. of arguments --\n";
36 -- Testing iconv_strlen() function with Zero arguments --
41 -- Testing iconv_strlen() function with more than expected no. of arguments --
/PHP-5.5/ext/imap/tests/
H A Dimap_close_error.phpt15 * Pass an incorrect number of arguments to imap_close() to test behaviour
21 // Zero arguments
22 echo "\n-- Testing imap_close() function with Zero arguments --\n";
25 //Test imap_close with one more than the expected number of arguments
26 echo "\n-- Testing imap_close() function with more than expected no. of arguments --\n";
36 -- Testing imap_close() function with Zero arguments --
41 -- Testing imap_close() function with more than expected no. of arguments --

Completed in 55 milliseconds

12345678910>>...64