Home
last modified time | relevance | path

Searched refs:arguments (Results 251 – 275 of 1564) sorted by relevance

1...<<11121314151617181920>>...63

/PHP-7.0/ext/intl/tests/
H A Dbreakiter_factories_error.phpt22 Warning: IntlBreakIterator::createWordInstance(): breakiter_create_word_instance: bad arguments in …
27 …rator::createSentenceInstance(): breakiter_create_sentence_instance: bad arguments in %s on line %d
32 …tor::createCharacterInstance(): breakiter_create_character_instance: bad arguments in %s on line %d
37 Warning: IntlBreakIterator::createTitleInstance(): breakiter_create_title_instance: bad arguments i…
42 Warning: IntlBreakIterator::createLineInstance(): breakiter_create_line_instance: bad arguments in …
/PHP-7.0/ext/standard/tests/strings/
H A Dchunk_split_basic.phpt13 * arguments as well as with default arguments chunklen and ending
24 // Calling chunk_split() with all possible arguments
25 echo "-- Testing chunk_split() with all possible arguments --\n";
42 -- Testing chunk_split() with all possible arguments --
H A Dstr_shuffle_error.phpt12 echo "\n-- Testing str_shuffle() function with no arguments --\n";
15 echo "\n-- Testing str_shuffle() function with more than expected no. of arguments --\n";
24 -- Testing str_shuffle() function with no arguments --
29 -- Testing str_shuffle() function with more than expected no. of arguments --
H A Dbin2hex_error.phpt13 echo "\n-- Testing bin2hex() function with no arguments --\n";
16 echo "\n-- Testing bin2hex() function with more than expected no. of arguments --\n";
25 -- Testing bin2hex() function with no arguments --
30 -- Testing bin2hex() function with more than expected no. of arguments --
H A Dchr_error.phpt13 echo "\n-- Testing chr() function with no arguments --\n";
16 echo "\n-- Testing chr() function with more than expected no. of arguments --\n";
25 -- Testing chr() function with no arguments --
30 -- Testing chr() function with more than expected no. of arguments --
H A Dconvert_uudecode_error.phpt13 echo "\n-- Testing convert_uudecode() function with no arguments --\n";
16 echo "\n-- Testing convert_uudecode() function with more than expected no. of arguments --\n";
25 -- Testing convert_uudecode() function with no arguments --
30 -- Testing convert_uudecode() function with more than expected no. of arguments --
H A Dconvert_uuencode_error.phpt13 echo "\n-- Testing chconvert_uuencoder() function with no arguments --\n";
16 echo "\n-- Testing convert_uuencode() function with more than expected no. of arguments --\n";
25 -- Testing chconvert_uuencoder() function with no arguments --
30 -- Testing convert_uuencode() function with more than expected no. of arguments --
H A Dord_error.phpt13 echo "\n-- Testing ord() function with no arguments --\n";
16 echo "\n-- Testing ord() function with more than expected no. of arguments --\n";
25 -- Testing ord() function with no arguments --
30 -- Testing ord() function with more than expected no. of arguments --
H A Dquotemeta_error.phpt13 echo "\n-- Testing quotemeta() function with no arguments --\n";
16 echo "\n-- Testing quotemeta() function with more than expected no. of arguments --\n";
25 -- Testing quotemeta() function with no arguments --
30 -- Testing quotemeta() function with more than expected no. of arguments --
H A Dsha1_error.phpt13 echo "\n-- Testing sha1() function with no arguments --\n";
16 echo "\n-- Testing sha1() function with more than expected no. of arguments --\n";
26 -- Testing sha1() function with no arguments --
31 -- Testing sha1() function with more than expected no. of arguments --
H A Dsoundex_error.phpt12 echo "-- Testing soundex() function with Zero arguments --\n";
15 echo "\n\n-- Testing soundex() function with more than expected no. of arguments --\n";
23 *** Testing soundex error conditions ***-- Testing soundex() function with Zero arguments --
29 -- Testing soundex() function with more than expected no. of arguments --
H A Dsprintf_basic2.phpt22 // Calling sprintf() with default arguments
25 // Calling sprintf() with two arguments
28 // Calling sprintf() with three arguments
31 // Calling sprintf() with four arguments
/PHP-7.0/ext/standard/tests/array/
H A Darray_merge_error.phpt11 * Pass incorrect number of arguments to array_merge() to test behaviour
16 // Testing array_merge with zero arguments
17 echo "\n-- Testing array_merge() function with less than expected no. of arguments --\n";
26 -- Testing array_merge() function with less than expected no. of arguments --
H A Dkey_exists_basic.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by calling it with its expected arguments ***\n";
13 *** test key_exists() by calling it with its expected arguments ***
H A Darray_intersect_variation9.phpt36 // Calling array_intersect() with default arguments
38 echo "- With default arguments -\n";
41 // Calling array_intersect() with more arguments
43 echo "- With more arguments -\n";
49 echo "- With default arguments -\n";
52 // Calling array_intersect() with more arguments
54 echo "- With more arguments -\n";
62 - With default arguments -
137 - With more arguments -
229 - With default arguments -
[all …]
H A Darray_filter_error.phpt12 // zero arguments
13 echo "-- Testing array_filter() function with Zero arguments --";
29 // with one more than the expected number of arguments
30 echo "-- Testing array_filter() function with more than expected no. of arguments --";
41 -- Testing array_filter() function with Zero arguments --
44 -- Testing array_filter() function with more than expected no. of arguments --
H A Darsort_error.phpt16 // Zero arguments
17 echo "\n-- Testing arsort() function with Zero arguments --\n";
20 //Test arsort with more than the expected number of arguments
21 echo "\n-- Testing arsort() function with more than expected no. of arguments --\n";
40 -- Testing arsort() function with Zero arguments --
45 -- Testing arsort() function with more than expected no. of arguments --
H A Dasort_error.phpt16 // Zero arguments
17 echo "\n-- Testing asort() function with Zero arguments --\n";
20 //Test asort with more than the expected number of arguments
21 echo "\n-- Testing asort() function with more than expected no. of arguments --\n";
40 -- Testing asort() function with Zero arguments --
45 -- Testing asort() function with more than expected no. of arguments --
H A Dkrsort_error.phpt16 // Zero arguments
17 echo "\n-- Testing krsort() function with zero arguments --\n";
20 //Test krsort with more than the expected number of arguments
21 echo "\n-- Testing krsort() function with more than expected no. of arguments --\n";
39 -- Testing krsort() function with zero arguments --
44 -- Testing krsort() function with more than expected no. of arguments --
H A Dksort_error.phpt16 // Zero arguments
17 echo "\n-- Testing ksort() function with Zero arguments --\n";
20 //Test ksort with more than the expected number of arguments
21 echo "\n-- Testing ksort() function with more than expected no. of arguments --\n";
39 -- Testing ksort() function with Zero arguments --
44 -- Testing ksort() function with more than expected no. of arguments --
/PHP-7.0/ext/pcre/tests/
H A Dpreg_last_error_error.phpt12 * Pass an incorrect number of arguments to preg_last_error() to test behaviour
17 // Test preg_last_error with one more than the expected number of arguments
18 echo "\n-- Testing preg_last_error() function with more than expected no. of arguments --\n";
26 -- Testing preg_last_error() function with more than expected no. of arguments --
/PHP-7.0/tests/output/
H A Dob_implicit_flush_error_001.phpt2 Test ob_implicit_flush() function : wrong number of arguments
14 //Test ob_implicit_flush with one more than the expected number of arguments
15 echo "\n-- Testing ob_implicit_flush() function with more than expected no. of arguments --\n";
25 -- Testing ob_implicit_flush() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/general_functions/
H A Dget_extension_funcs_error.phpt13 echo "\n-- Too few arguments --\n";
17 echo "\n-- Too many arguments --\n";
28 -- Too few arguments --
33 -- Too many arguments --
H A Dget_resource_type_error.phpt12 echo "\n-- Testing get_resource_type() function with Zero arguments --\n";
15 echo "\n-- Testing get_resource_type() function with more than expected no. of arguments --\n";
25 -- Testing get_resource_type() function with Zero arguments --
30 -- Testing get_resource_type() function with more than expected no. of arguments --
/PHP-7.0/ext/spl/tests/
H A DarrayObject___construct_error2.phpt2 SPL: ArrayObject::__construct with too many arguments.
5 echo "Too many arguments:\n";
21 Too many arguments:

Completed in 27 milliseconds

1...<<11121314151617181920>>...63