Home
last modified time | relevance | path

Searched refs:arguments (Results 176 – 200 of 1564) sorted by relevance

12345678910>>...63

/PHP-7.0/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_error.phpt20 //Test xml_set_start_namespace_decl_handler with one more than the expected number of arguments
21 …ing xml_set_start_namespace_decl_handler() function with more than expected no. of arguments --\n";
27 // Testing xml_set_start_namespace_decl_handler with one less than the expected number of arguments
28 …ing xml_set_start_namespace_decl_handler() function with less than expected no. of arguments --\n";
37 -- Testing xml_set_start_namespace_decl_handler() function with more than expected no. of arguments
42 -- Testing xml_set_start_namespace_decl_handler() function with less than expected no. of arguments
H A Dxml_set_unparsed_entity_decl_handler_error.phpt20 //Test xml_set_unparsed_entity_decl_handler with one more than the expected number of arguments
21 …ing xml_set_unparsed_entity_decl_handler() function with more than expected no. of arguments --\n";
27 // Testing xml_set_unparsed_entity_decl_handler with one less than the expected number of arguments
28 …ing xml_set_unparsed_entity_decl_handler() function with less than expected no. of arguments --\n";
37 -- Testing xml_set_unparsed_entity_decl_handler() function with more than expected no. of arguments
42 -- Testing xml_set_unparsed_entity_decl_handler() function with less than expected no. of arguments
H A Dxml_parse_error.phpt20 //Test xml_parse with one more than the expected number of arguments
21 echo "\n-- Testing xml_parse() function with more than expected no. of arguments --\n";
28 // Testing xml_parse with one less than the expected number of arguments
29 echo "\n-- Testing xml_parse() function with less than expected no. of arguments --\n";
38 -- Testing xml_parse() function with more than expected no. of arguments --
43 -- Testing xml_parse() function with less than expected no. of arguments --
H A Dxml_set_default_handler_error.phpt20 //Test xml_set_default_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_default_handler() function with more than expected no. of arguments --\n…
27 // Testing xml_set_default_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_default_handler() function with less than expected no. of arguments --\n…
37 -- Testing xml_set_default_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_default_handler() function with less than expected no. of arguments --
H A Dxml_set_element_handler_error.phpt20 //Test xml_set_element_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_element_handler() function with more than expected no. of arguments --\n…
27 // Testing xml_set_element_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_element_handler() function with less than expected no. of arguments --\n…
37 -- Testing xml_set_element_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_element_handler() function with less than expected no. of arguments --
H A Dxml_set_end_namespace_decl_handler_error.phpt20 //Test xml_set_end_namespace_decl_handler with one more than the expected number of arguments
21 …sting xml_set_end_namespace_decl_handler() function with more than expected no. of arguments --\n";
27 // Testing xml_set_end_namespace_decl_handler with one less than the expected number of arguments
28 …sting xml_set_end_namespace_decl_handler() function with less than expected no. of arguments --\n";
37 -- Testing xml_set_end_namespace_decl_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_end_namespace_decl_handler() function with less than expected no. of arguments --
H A Dxml_set_external_entity_ref_handler_error.phpt20 //Test xml_set_external_entity_ref_handler with one more than the expected number of arguments
21 …ting xml_set_external_entity_ref_handler() function with more than expected no. of arguments --\n";
27 // Testing xml_set_external_entity_ref_handler with one less than the expected number of arguments
28 …ting xml_set_external_entity_ref_handler() function with less than expected no. of arguments --\n";
37 -- Testing xml_set_external_entity_ref_handler() function with more than expected no. of arguments
42 -- Testing xml_set_external_entity_ref_handler() function with less than expected no. of arguments
/PHP-7.0/ext/posix/tests/
H A Dposix_getgrgid_error.phpt17 // Zero arguments
18 echo "\n-- Testing posix_getgrgid() function with Zero arguments --\n";
21 //Test posix_getgrgid with one more than the expected number of arguments
22 echo "\n-- Testing posix_getgrgid() function with more than expected no. of arguments --\n";
37 -- Testing posix_getgrgid() function with Zero arguments --
42 -- Testing posix_getgrgid() function with more than expected no. of arguments --
/PHP-7.0/ext/date/tests/
H A Ddate_sunrise_error.phpt20 // Zero arguments
21 echo "\n-- Testing date_sunrise() function with Zero arguments --\n";
24 //Test date_sunrise with one more than the expected number of arguments
25 echo "\n-- Testing date_sunrise() function with more than expected no. of arguments --\n";
32 -- Testing date_sunrise() function with Zero arguments --
37 -- Testing date_sunrise() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/strings/
H A Dstrrchr_error.phpt15 echo "\n-- Testing strrchr() function with Zero arguments --";
18 echo "\n-- Testing strrchr() function with less than expected no. of arguments --";
21 echo "\n-- Testing strrchr() function with more than expected no. of arguments --";
29 -- Testing strrchr() function with Zero arguments --
33 -- Testing strrchr() function with less than expected no. of arguments --
37 -- Testing strrchr() function with more than expected no. of arguments --
H A Dstrtr_error.phpt16 echo "\n-- Testing strtr() function with Zero arguments --";
19 echo "\n-- Testing strtr() function with less than expected no. of arguments --";
22 echo "\n-- Testing strtr() function with more than expected no. of arguments --";
30 -- Testing strtr() function with Zero arguments --
34 -- Testing strtr() function with less than expected no. of arguments --
38 -- Testing strtr() function with more than expected no. of arguments --
H A Dprintf_basic6.phpt21 echo "\n-- Calling printf() with no arguments --\n";
31 echo "\n-- Calling printf() with two arguments --\n";
36 echo "\n-- Calling printf() with three arguments --\n";
45 -- Calling printf() with no arguments --
53 -- Calling printf() with two arguments --
57 -- Calling printf() with three arguments --
/PHP-7.0/ext/standard/tests/url/
H A Dget_headers_error_001.phpt16 // Zero arguments
17 echo "\n-- Testing get_headers() function with Zero arguments --\n";
20 //Test get_headers with one more than the expected number of arguments
21 echo "\n-- Testing get_headers() function with more than expected no. of arguments --\n";
32 -- Testing get_headers() function with Zero arguments --
37 -- Testing get_headers() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/class_object/
H A Dmethod_exists_error_001.phpt14 //Test method_exists with one more than the expected number of arguments
15 echo "\n-- Testing method_exists() function with more than expected no. of arguments --\n";
21 // Testing method_exists with one less than the expected number of arguments
22 echo "\n-- Testing method_exists() function with less than expected no. of arguments --\n";
31 -- Testing method_exists() function with more than expected no. of arguments --
36 -- Testing method_exists() function with less than expected no. of arguments --
/PHP-7.0/ext/standard/tests/array/
H A Darray_udiff_uassoc_error.phpt6 …ies of arr1 that have values which are not present in any of the others arguments but do additiona…
22 //Test array_udiff_uassoc with one more than the expected number of arguments
23 echo "\n-- Testing array_udiff_uassoc() function with more than expected no. of arguments --\n";
26 // Testing array_udiff_uassoc with one less than the expected number of arguments
27 echo "\n-- Testing array_udiff_uassoc() function with less than expected no. of arguments --\n";
35 -- Testing array_udiff_uassoc() function with more than expected no. of arguments --
40 -- Testing array_udiff_uassoc() function with less than expected no. of arguments --
H A Darray_uintersect_uassoc_error.phpt6 …the entries of arr1 that have values which are present in all the other arguments. Keys are used t…
23 //Test array_uintersect_uassoc with one more than the expected number of arguments
24 echo "\n-- Testing array_uintersect_uassoc() function with more than expected no. of arguments --\n…
27 // Testing array_uintersect_uassoc with one less than the expected number of arguments
28 echo "\n-- Testing array_uintersect_uassoc() function with less than expected no. of arguments --\n…
36 -- Testing array_uintersect_uassoc() function with more than expected no. of arguments --
41 -- Testing array_uintersect_uassoc() function with less than expected no. of arguments --
H A Darray_fill_keys_error.phpt17 echo "\n-- Testing array_fill_keys() function with more than expected no. of arguments --\n";
20 echo "\n-- Testing array_fill_keys() function with less than expected no. of arguments --\n";
23 echo "\n-- Testing array_fill_keys() function with no arguments --\n";
31 -- Testing array_fill_keys() function with more than expected no. of arguments --
36 -- Testing array_fill_keys() function with less than expected no. of arguments --
41 -- Testing array_fill_keys() function with no arguments --
H A Darray_uintersect_assoc_error.phpt13 //Test array_uintersect_assoc with one more than the expected number of arguments
14 echo "\n-- Testing array_uintersect_assoc() function with more than expected no. of arguments --\n";
23 // Testing array_uintersect_assoc with one less than the expected number of arguments
24 echo "\n-- Testing array_uintersect_assoc() function with less than expected no. of arguments --\n";
34 -- Testing array_uintersect_assoc() function with more than expected no. of arguments --
39 -- Testing array_uintersect_assoc() function with less than expected no. of arguments --
/PHP-7.0/ext/iconv/tests/
H A Diconv_strpos_error1.phpt16 * 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
23 echo "\n-- Testing iconv_strpos() function with more than expected no. of arguments --\n";
31 // Testing iconv_strpos with one less than the expected number of arguments
32 echo "\n-- Testing iconv_strpos() function with less than expected no. of arguments --\n";
41 -- Testing iconv_strpos() function with more than expected no. of arguments --
46 -- Testing iconv_strpos() function with less than expected no. of arguments --
/PHP-7.0/ext/imap/tests/
H A Dimap_fetch_overview_error.phpt16 * 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
24 echo "\n-- Testing imap_fetch_overview() function with more than expected no. of arguments --\n";
31 // Testing imap_fetch_overview with one less than the expected number of arguments
32 echo "\n-- Testing imap_fetch_overview() function with less than expected no. of arguments --\n";
43 -- Testing imap_fetch_overview() function with more than expected no. of arguments --
50 -- Testing imap_fetch_overview() function with less than expected no. of arguments --
H A Dimap_fetchbody_error.phpt16 * 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
23 echo "\n-- Testing imap_fetchbody() function with more than expected no. of arguments --\n";
33 // Testing imap_fetchbody with one less than the expected number of arguments
34 echo "\n-- Testing imap_fetchbody() function with less than expected no. of arguments --\n";
46 -- Testing imap_fetchbody() function with more than expected no. of arguments --
53 -- Testing imap_fetchbody() function with less than expected no. of arguments --
/PHP-7.0/ext/mbstring/tests/
H A Dmb_stripos_error1.phpt17 * 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
24 echo "\n-- Testing mb_stripos() function with more than expected no. of arguments --\n";
32 // Testing mb_stripos with one less than the expected number of arguments
33 echo "\n-- Testing mb_stripos() function with less than expected no. of arguments --\n";
42 -- Testing mb_stripos() function with more than expected no. of arguments --
47 -- Testing mb_stripos() function with less than expected no. of arguments --
H A Dmb_strripos_error1.phpt17 * 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
24 echo "\n-- Testing mb_strripos() function with more than expected no. of arguments --\n";
32 // Testing mb_strripos with one less than the expected number of arguments
33 echo "\n-- Testing mb_strripos() function with less than expected no. of arguments --\n";
42 -- Testing mb_strripos() function with more than expected no. of arguments --
47 -- Testing mb_strripos() function with less than expected no. of arguments --
/PHP-7.0/ext/zlib/tests/
H A Dgzuncompress_error1.phpt19 // Zero arguments
20 echo "\n-- Testing gzuncompress() function with Zero arguments --\n";
23 //Test gzuncompress with one more than the expected number of arguments
24 echo "\n-- Testing gzuncompress() function with more than expected no. of arguments --\n";
36 echo "\n-- Testing with incorrect arguments --\n";
55 -- Testing gzuncompress() function with Zero arguments --
60 -- Testing gzuncompress() function with more than expected no. of arguments --
70 -- Testing with incorrect arguments --
/PHP-7.0/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error.phpt2 IntlCalendar::get/getActualMaximum/getActualMinimum(): bad arguments
34 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d
39 Warning: IntlCalendar::getActualMaximum(): intlcal_get_actual_maximum: bad arguments in %s on line …
44 Warning: IntlCalendar::getActualMinimum(): intlcal_get_actual_minimum: bad arguments in %s on line …
58 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d
63 Warning: IntlCalendar::getActualMaximum(): intlcal_get_actual_maximum: bad arguments in %s on line …
68 Warning: IntlCalendar::getActualMinimum(): intlcal_get_actual_minimum: bad arguments in %s on line …
73 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d
78 Warning: IntlCalendar::getActualMaximum(): intlcal_get_actual_maximum: bad arguments in %s on line …
83 Warning: IntlCalendar::getActualMinimum(): intlcal_get_actual_minimum: bad arguments in %s on line …

Completed in 53 milliseconds

12345678910>>...63