Home
last modified time | relevance | path

Searched refs:argument (Results 226 – 250 of 1331) sorted by relevance

12345678910>>...54

/PHP-5.5/ext/standard/tests/strings/
H A Dstrncmp_error.phpt18 var_dump( strncmp() ); //Zero argument
19 var_dump( strncmp($str1) ); //One argument, less than expected no. of args
23 /* Invalid argument for $len */
H A Dchunk_split_variation4.phpt2 Test chunk_split() function : usage variations - different heredoc strings as 'str' argument
12 * Passing different heredoc strings as 'str' argument to the chunk_split()
16 echo "*** Testing chunk_split() : heredoc strings as 'str' argument ***\n";
88 *** Testing chunk_split() : heredoc strings as 'str' argument ***
H A Dsetlocale_error.phpt21 // Zero argument
25 // One argument
26 echo "\n-- Testing setlocale() function with One argument, 'category' = LC_ALL --";
52 -- Testing setlocale() function with One argument, 'category' = LC_ALL --
H A Dsprintf_variation2.phpt2 Test sprintf() function : usage variations - with all types of values for arg1 argument
12 echo "*** Testing sprintf() : with different types of values passed for arg1 argument ***\n";
16 $arg2 = 'third argument';
108 *** Testing sprintf() : with different types of values passed for arg1 argument ***
H A Dvprintf_variation1.phpt2 Test vprintf() function : usage variations - unexpected values for the format argument
12 * the '$format' argument of the function
15 echo "*** Testing vprintf() : with unexpected values for format argument ***\n";
104 *** Testing vprintf() : with unexpected values for format argument ***
H A Dvsprintf_variation1.phpt2 Test vsprintf() function : usage variations - unexpected values for the format argument
12 * the '$format' argument of the function
15 echo "*** Testing vsprintf() : with unexpected values for format argument ***\n";
102 *** Testing vsprintf() : with unexpected values for format argument ***
H A Dchunk_split_variation7.phpt2 Test chunk_split() function : usage variations - different double quoted values for 'str' argument
12 * Passing different double quoted strings for 'str' argument to chunk_split()
16 echo "*** Testing chunk_split() : with different double quoted values for 'str' argument ***\n";
47 *** Testing chunk_split() : with different double quoted values for 'str' argument ***
H A Dprintf_variation2.phpt2 Test printf() function : usage variations - with all types of values for arg1 argument
12 echo "*** Testing printf() : with different types of values passed for arg1 argument ***\n";
16 $arg2 = 'third argument';
112 *** Testing printf() : with different types of values passed for arg1 argument ***
H A Dstristr_variation2.phpt2 Test stristr() function : usage variations - test values for $needle argument
10 echo "*** Testing stristr() function: with unexpected inputs for 'needle' argument ***\n";
68 //defining '$pad_length' argument
84 *** Testing stristr() function: with unexpected inputs for 'needle' argument ***
H A Dstrtr_variation7.phpt2 Test strtr() function : usage variations - unexpected inputs for 'to' argument
31 //defining 'str' argument
34 //defining 'from' argument
37 // array of values for 'to' argument
H A Dwordwrap_variation4.phpt2 Test wordwrap() function : usage variations - unexptected value for cut argument
11 * test wordwrap() by supplying different values for cut argument
69 // when $cut argument is supplied with different values
70 echo "\n--- Testing wordwrap() by supplying different values for 'cut' argument ---\n";
89 --- Testing wordwrap() by supplying different values for 'cut' argument ---
/PHP-5.5/ext/standard/tests/array/
H A Darray_filter_variation3.phpt2 Test array_filter() function : usage variations - Different types of array for 'input' argument
11 * Passing different types of array as 'input' argument.
26 echo "*** Testing array_filter() : usage variations - different types of array for 'input' argument
53 *** Testing array_filter() : usage variations - different types of array for 'input' argument***
H A Darray_flip_variation4.phpt2 Test array_flip() function : usage variations - 'input' argument with different invalid values for …
11 * Trying different invalid values for 'input' array argument
14 echo "*** Testing array_flip() : different invalid values in 'input' array argument ***\n";
63 *** Testing array_flip() : different invalid values in 'input' array argument ***
H A Darray_unique_variation3.phpt12 * associative arrays having different keys to $input argument.
15 echo "*** Testing array_unique() : assoc. array with diff. keys passed to \$input argument ***\n";
37 // different associative arrays to be passed to $input argument
69 *** Testing array_unique() : assoc. array with diff. keys passed to $input argument ***
H A Darray_rand_variation5.phpt57 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
62 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
67 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
72 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
H A Darray_flip_variation2.phpt11 * Trying different keys in $input array argument
14 echo "*** Testing array_flip() : different keys for 'input' array argument ***\n";
72 *** Testing array_flip() : different keys for 'input' array argument ***
H A Darray_uintersect_uassoc_variation6.phpt45 Warning: Missing argument 3 for too_many_parameters() in %sarray_uintersect_uassoc_variation6.php o…
47 Warning: Missing argument 3 for too_many_parameters() in %sarray_uintersect_uassoc_variation6.php o…
49 Warning: Missing argument 3 for too_many_parameters() in %sarray_uintersect_uassoc_variation6.php o…
H A Darray_merge_recursive_variation2.phpt2 Test array_merge_recursive() function : usage variations - unexpected values for $arr2 argument
11 * Passing non array values to 'arr2' argument of array_merge_recursive() and see
15 echo "*** Testing array_merge_recursive() : Passing non array values to \$arr2 argument ***\n";
17 // initialise the first argument
40 // unexpected values to be passed to $arr2 argument
102 *** Testing array_merge_recursive() : Passing non array values to $arr2 argument ***
H A Darray_unique_variation2.phpt2 Test array_unique() function : usage variations - different arrays for 'input' argument
11 * Passing different arrays to $input argument and testing whether
15 echo "*** Testing array_unique() : Passing different arrays to \$input argument ***\n";
17 /* Different heredoc strings passed as argument to arrays */
47 // arrays passed to $input argument
84 *** Testing array_unique() : Passing different arrays to $input argument ***
H A Darray_change_key_case_errors.phpt10 var_dump( array_change_key_case($int_var, CASE_UPPER) ); // invalid first argument
11 var_dump( array_change_key_case() ); // Zero argument
H A Dend_variation2.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
14 * as $array_arg argument.
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_error.phpt23 var_dump( lstat(22) ); // scalar argument
25 var_dump( lstat($arr) ); // array argument
34 var_dump( stat(22) ); // scalar argument
35 var_dump( stat($arr) ); // array argument
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation1.phpt2 Test dir() function : usage variations - unexpected value for 'dir' argument
18 * Passing non string values to 'directory' argument of dir() and see
22 echo "*** Testing dir() : unexpected values for \$directory argument ***\n";
40 // unexpected values to be passed to $directory argument
91 *** Testing dir() : unexpected values for $directory argument ***
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_error5.phpt2 MessageFormatter::format() invalid date/time argument
25 Warning: MessageFormatter::format(): The argument for key 'foo' cannot be used as a date or time in…
/PHP-5.5/Zend/tests/
H A D003.phpt51 Warning: Missing argument 1 for test2(), called in %s on line %d and defined in %s on line %d
63 Warning: Missing argument 2 for test3() in %s on line %d

Completed in 33 milliseconds

12345678910>>...54