Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...64

/PHP-5.5/tests/output/
H A Dob_get_clean_error_001.phpt2 Test wrong number of arguments for ob_get_clean()
12 echo "\nToo many arguments\n";
19 Too many arguments
H A Dob_get_length_error_001.phpt2 Test wrong number of arguments for ob_get_length()
12 echo "\nToo many arguments\n";
19 Too many arguments
/PHP-5.5/ext/standard/tests/general_functions/
H A Dset_magic_quotes_runtime_error.phpt2 Test set_magic_quotes_runtime() function - error conditions - pass function incorrect arguments
13 echo "\n-- Testing set_magic_quotes_runtime() function with less than expected no. of arguments --\…
16 echo "\n-- Testing set_magic_quotes_runtime() function with more than expected no. of arguments --\…
24 -- Testing set_magic_quotes_runtime() function with less than expected no. of arguments --
31 -- Testing set_magic_quotes_runtime() function with more than expected no. of 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-5.5/ext/date/tests/
H A Dgmmktime_variation8.phpt2 Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments.
21 echo "\n-- Testing gmmktime() function with supplying octal values to arguments --\n";
32 echo "\n-- Testing gmmktime() function with supplying hexa decimal values to arguments --\n";
39 -- Testing gmmktime() function with supplying octal values to arguments --
42 -- Testing gmmktime() function with supplying hexa decimal values to arguments --
H A DDateTime_setDate_error.phpt17 echo "\n-- Testing DateTime::setDate() function with zero arguments --\n";
20 echo "\n-- Testing DateTime::setDate() function with less than expected no. of arguments --\n";
27 echo "\n-- Testing DateTime::setDate() function with more than expected no. of arguments --\n";
36 -- Testing DateTime::setDate() function with zero arguments --
41 -- Testing DateTime::setDate() function with less than expected no. of arguments --
49 -- Testing DateTime::setDate() function with more than expected no. of arguments --
H A DDateTime_setISODate_error.phpt19 echo "\n-- Testing DateTime::setISODate() function with zero arguments --\n";
23 echo "\n-- Testing DateTime::setISODate() function with less than expected no. of arguments --\n";
26 echo "\n-- Testing date_isodate_set() function with more than expected no. of arguments --\n";
37 -- Testing DateTime::setISODate() function with zero arguments --
42 -- Testing DateTime::setISODate() function with less than expected no. of arguments --
47 -- Testing date_isodate_set() function with more than expected no. of arguments --
H A Ddate_date_set_error.phpt15 echo "\n-- Testing date_date_set() function with zero arguments --\n";
18 echo "\n-- Testing date_date_set() function with less than expected no. of arguments --\n";
27 echo "\n-- Testing date_date_set() function with more than expected no. of arguments --\n";
36 -- Testing date_date_set() function with zero arguments --
41 -- Testing date_date_set() function with less than expected no. of arguments --
52 -- Testing date_date_set() function with more than expected no. of arguments --
H A Ddate_sunset_error.phpt21 // Zero arguments
22 echo "\n-- Testing date_sunset() function with Zero arguments --\n";
25 //Test date_sunset with one more than the expected number of arguments
26 echo "\n-- Testing date_sunset() function with more than expected no. of arguments --\n";
35 -- Testing date_sunset() function with Zero arguments --
40 -- Testing date_sunset() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrev_error.phpt11 echo "-- Testing strrev() function with Zero arguments --";
14 echo "\n-- Testing strrev() function with more than expected no. of arguments --";
20 -- Testing strrev() function with Zero arguments --
24 -- Testing strrev() function with more than expected no. of arguments --
H A Dstrval_error.phpt22 //Test strval with one more than the expected number of arguments
23 echo "\n-- Testing strval() function with more than expected no. of arguments --\n";
26 // Testing strval with one less than the expected number of arguments
27 echo "\n-- Testing strval() function with less than expected no. of arguments --\n";
39 -- Testing strval() function with more than expected no. of arguments --
44 -- Testing strval() function with less than expected no. of arguments --
H A Dstrncasecmp_error.phpt16 echo "\n-- Testing strncasecmp() function with Zero arguments --";
19 echo "\n-- Testing strncasecmp() function with less than expected number of arguments --";
23 echo "\n-- Testing strncasecmp() function with more than expected number of arguments --";
34 -- Testing strncasecmp() function with Zero arguments --
38 -- Testing strncasecmp() function with less than expected number of arguments --
45 -- Testing strncasecmp() function with more than expected number of arguments --
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 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 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 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 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-5.5/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt2 Test get_class() function : error conditions - wrong number of arguments.
13 //Test get_class with one more than the expected number of arguments
14 echo "\n-- Testing get_class() function with more than expected no. of arguments --\n";
24 -- Testing get_class() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt13 // Zero arguments
14 echo "\n-- Testing stream_get_meta_data() function with Zero arguments --\n";
17 //Test stream_get_meta_data with one more than the expected number of arguments
18 echo "\n-- Testing stream_get_meta_data() function with more than expected no. of arguments --\n";
38 -- Testing stream_get_meta_data() function with Zero arguments --
43 -- Testing stream_get_meta_data() function with more than expected no. of arguments --
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_error.phpt20 //Test mcrypt_cbc with one more than the expected number of arguments
21 echo "\n-- Testing mcrypt_cbc() function with more than expected no. of arguments --\n";
30 // Testing mcrypt_cbc with one less than the expected number of arguments
31 echo "\n-- Testing mcrypt_cbc() function with less than expected no. of arguments --\n";
42 -- Testing mcrypt_cbc() function with more than expected no. of arguments --
49 -- Testing mcrypt_cbc() function with less than expected no. of arguments --
/PHP-5.5/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 …
H A Dgregoriancalendar_setGregorianChange_error.phpt2 IntlGregorianCalendar::setGregorianChange(): bad arguments
24 …ianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad arguments in %s on line %d
29 …ianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad arguments in %s on line %d
34 …ianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad arguments in %s on line %d
39 Warning: intlgregcal_set_gregorian_change(): intlgregcal_set_gregorian_change: bad arguments in %s …
/PHP-5.5/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 --
/PHP-5.5/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 --

Completed in 43 milliseconds

1...<<11121314151617181920>>...64