Home
last modified time | relevance | path

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

12345678910>>...63

/PHP-7.0/ext/standard/tests/array/
H A Dkey_error.phpt11 * Pass incorrect number of arguments to key() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing key() function with Zero arguments --\n";
20 //Test current with one more than the expected number of arguments
21 echo "\n-- Testing key() function with more than expected no. of arguments --\n";
30 -- Testing key() function with Zero arguments --
35 -- Testing key() function with more than expected no. of arguments --
H A Dreset_error.phpt11 * Pass incorrect number of arguments to reset() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing reset() function with Zero arguments --\n";
20 //Test reset with one more than the expected number of arguments
21 echo "\n-- Testing reset() function with more than expected no. of arguments --\n";
30 -- Testing reset() function with Zero arguments --
35 -- Testing reset() function with more than expected no. of arguments --
H A Darray_map_error.phpt12 // Zero arguments
13 echo "\n-- Testing array_map() function with Zero arguments --\n";
16 // Testing array_map with one less than the expected number of arguments
17 echo "\n-- Testing array_map() function with one less than expected no. of arguments --\n";
23 echo "\n-- Testing array_map() function with less no. of arrays than callback function arguments --…
30 echo "\n-- Testing array_map() function with more no. of arrays than callback function arguments --…
40 -- Testing array_map() function with Zero arguments --
45 -- Testing array_map() function with one less than expected no. of arguments --
50 -- Testing array_map() function with less no. of arrays than callback function arguments --
66 -- Testing array_map() function with more no. of arrays than callback function arguments --
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 --
H A Darray_flip_error.phpt12 // Zero arguments
13 echo "-- Testing array_flip() function with Zero arguments --\n";
16 //one more than the expected number of arguments
17 echo "-- Testing array_flip() function with more than expected no. of arguments --\n";
26 -- Testing array_flip() function with Zero arguments --
30 -- Testing array_flip() function with more than expected no. of arguments --
/PHP-7.0/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 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 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 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 --
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 --
/PHP-7.0/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-7.0/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-7.0/ext/mbstring/tests/
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_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_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-7.0/ext/ctype/tests/
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-7.0/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-7.0/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-7.0/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 --
/PHP-7.0/Zend/tests/
H A Dcall_static.phpt9 echo $fname, '() called with ', count($args), " arguments\n";
18 Two() called with 2 arguments
19 Three() called with 3 arguments
20 Four() called with 4 arguments

Completed in 32 milliseconds

12345678910>>...63