Home
last modified time | relevance | path

Searched refs:arguments (Results 26 – 50 of 846) sorted by relevance

12345678910>>...34

/php-src/ext/intl/tests/
H A Dgregoriancalendar___construct_error.phpt2 IntlGregorianCalendar::__construct(): bad arguments
44 Too many arguments
47 Too many arguments
50 No variant with 4 arguments (excluding trailing NULLs)
52 Deprecated: Calling IntlGregorianCalendar::__construct() with more than 2 arguments is deprecated, …
53 No variant with 4 arguments (excluding trailing NULLs)
55 Deprecated: Calling IntlGregorianCalendar::__construct() with more than 2 arguments is deprecated, …
/php-src/ext/standard/tests/strings/
H A Dprintf_basic6.phpt16 echo "\n-- Calling printf() with no arguments --\n";
26 echo "\n-- Calling printf() with two arguments --\n";
31 echo "\n-- Calling printf() with three arguments --\n";
39 -- Calling printf() with no arguments --
47 -- Calling printf() with two arguments --
51 -- Calling printf() with three arguments --
H A Dvfprintf_error1.phpt2 Test vfprintf() function : error conditions (more than expected arguments)
13 echo "\n-- Testing vfprintf() function with more than expected no. of arguments --\n";
40 -- Testing vfprintf() function with more than expected no. of arguments --
41 vfprintf() expects exactly 3 arguments, 4 given
42 vfprintf() expects exactly 3 arguments, 4 given
H A Dstrtok_variation4.phpt45 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
48 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
51 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
54 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
57 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
96 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
99 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
102 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
105 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
H A Dchr_error.phpt8 echo "\n-- Testing chr() function with no arguments --\n";
15 echo "\n-- Testing chr() function with more than expected no. of arguments --\n";
27 -- Testing chr() function with no arguments --
30 -- Testing chr() function with more than expected no. of arguments --
H A Dsprintf_basic2.phpt17 // Calling sprintf() with default arguments
20 // Calling sprintf() with two arguments
23 // Calling sprintf() with three arguments
26 // Calling sprintf() with four arguments
H A Dsprintf_basic4.phpt17 // Calling sprintf() with default arguments
20 // Calling sprintf() with two arguments
23 // Calling sprintf() with three arguments
26 // Calling sprintf() with four arguments
H A Dchunk_split_basic.phpt7 * arguments as well as with default arguments chunklen and ending
18 // Calling chunk_split() with all possible arguments
19 echo "-- Testing chunk_split() with all possible arguments --\n";
36 -- Testing chunk_split() with all possible arguments --
H A Dsprintf_basic5.phpt17 // Calling sprintf() with default arguments
20 // Calling sprintf() with two arguments
23 // Calling sprintf() with three arguments
26 // Calling sprintf() with four arguments
H A Dsprintf_basic6.phpt16 // Calling sprintf() with default arguments
19 // Calling sprintf() with two arguments
22 // Calling sprintf() with three arguments
25 // Calling sprintf() with four arguments
H A Dsprintf_basic1.phpt16 // Calling sprintf() with default arguments
19 // Calling sprintf() with two arguments
22 // Calling sprintf() with three arguments
25 // Calling sprintf() with four arguments
H A Dsprintf_basic7.phpt23 // Calling sprintf() with default arguments
26 // Calling sprintf() with two arguments
29 // Calling sprintf() with three arguments
32 // Calling sprintf() with four arguments
H A Dsprintf_basic7_64bit.phpt19 // Calling sprintf() with default arguments
22 // Calling sprintf() with two arguments
25 // Calling sprintf() with three arguments
28 // Calling sprintf() with four arguments
H A Dsprintf_basic8.phpt22 // Calling sprintf() with default arguments
25 // Calling sprintf() with two arguments
28 // Calling sprintf() with three arguments
31 // Calling sprintf() with four arguments
H A Dsprintf_basic8_64bit.phpt18 // Calling sprintf() with default arguments
21 // Calling sprintf() with two arguments
24 // Calling sprintf() with three arguments
27 // Calling sprintf() with four arguments
/php-src/ext/standard/tests/file/
H A Dis_dir_variation3.phpt2 Test is_dir() function: usage variations - invalid arguments
7 /* Passing invalid arguments to is_dir() */
9 echo "*** Testing is_dir() with Invalid arguments: expected bool(false) ***\n";
28 *** Testing is_dir() with Invalid arguments: expected bool(false) ***
/php-src/ext/date/tests/
H A Dgmmktime_variation8.phpt2 Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments.
15 echo "\n-- Testing gmmktime() function with supplying octal values to arguments --\n";
26 echo "\n-- Testing gmmktime() function with supplying hexa decimal values to arguments --\n";
32 -- Testing gmmktime() function with supplying octal values to arguments --
35 -- Testing gmmktime() function with supplying hexa decimal values to arguments --
H A Dmktime_error.phpt10 echo "\n-- Testing mktime() function with Zero arguments --\n";
17 echo "\n-- Testing mktime() function with more than expected no. of arguments --\n";
35 -- Testing mktime() function with Zero arguments --
38 -- Testing mktime() function with more than expected no. of arguments --
39 ArgumentCountError: mktime() expects at most 6 arguments, 7 given
/php-src/Zend/tests/
H A D002.phpt100 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
101 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
104 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
106 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
107 Exception: Too few arguments to function test2(), 0 passed in %s002.php on line %d and exactly 1 ex…
110 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
112 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
113 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
114 Exception: Too few arguments to function test3(), 1 passed in %s on line %d and exactly 2 expected
117 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
[all …]
/php-src/ext/standard/tests/array/
H A Darray_multisort_variation10.phpt2 Test array_multisort() function : usage variation - testing with anonymous array arguments
5 echo "*** Testing array_multisort() : Testing with anonymous arguments ***\n";
11 *** Testing array_multisort() : Testing with anonymous arguments ***
H A Darray_combine_basic.phpt7 /* Different arrays for $keys and $values arguments */
9 // array with default keys for $keys and $values arguments
14 // associative arrays for $keys and $values arguments
19 // mixed array for $keys and $values arguments
H A Darray_diff_uassoc_error.phpt22 //Test array_diff_uassoc with one more than the expected number of arguments
23 echo "\n-- Testing array_diff_uassoc() function with more than expected no. of arguments --\n";
35 // Testing array_diff_uassoc with one less than the expected number of arguments
36 echo "\n-- Testing array_diff_uassoc() function with less than expected no. of arguments --\n";
47 -- Testing array_diff_uassoc() function with more than expected no. of arguments --
51 -- Testing array_diff_uassoc() function with less than expected no. of arguments --
/php-src/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland.phpt2 Call userland function with incorrect number of arguments
39 Too few arguments to function foo(), 0 passed in %s and exactly 1 expected
41 Too few arguments to function bar(), 1 passed in %s and exactly 2 expected
43 Too few arguments to function bat(), 1 passed in %s and exactly 2 expected
45 Too few arguments to function bat(), 1 passed in %s and exactly 2 expected
/php-src/ext/standard/tests/network/
H A Dcloselog_basic.phpt7 // Zero arguments
8 echo "\n-- Testing closelog() function with Zero arguments --\n";
14 -- Testing closelog() function with Zero arguments --
/php-src/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt17 echo "Too few arguments:\n";
23 echo "\nToo many arguments:\n";
54 Too few arguments:
57 Too many arguments:
58 Ok - ReflectionMethod::__construct() expects at most 2 arguments, 3 given

Completed in 23 milliseconds

12345678910>>...34