Home
last modified time | relevance | path

Searched refs:argument (Results 201 – 225 of 1318) sorted by relevance

12345678910>>...53

/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt2 Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument
21 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
48 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
49 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
68 // Now check for three locales that is present in the system and use that as argument to setlocale()
97 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
H A Dnl_langinfo_variation1.phpt2 Test nl_langinfo() function : unexpected inputs for '$tem' argument
17 echo "*** Testing nl_langinfo() : with unexpected inputs for 'item' argument ***\n";
54 //defining '$input' argument
71 *** Testing nl_langinfo() : with unexpected inputs for 'item' argument ***
H A Dsscanf_variation1.phpt2 Test sscanf() function : usage variations - unexpected inputs for '$str' argument
10 echo "*** Testing sscanf() function: with unexpected inputs for 'str' argument ***\n";
69 //defining '$pad_length' argument
85 *** Testing sscanf() function: with unexpected inputs for 'str' argument ***
H A Dstr_pad_variation1.phpt2 Test str_pad() function : usage variations - unexpected inputs for '$input' argument
14 echo "*** Testing str_pad() function: with unexpected inputs for 'input' argument ***\n";
73 //defining '$pad_length' argument
89 *** Testing str_pad() function: with unexpected inputs for 'input' 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 ---
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 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 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 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 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
/PHP-5.4/ext/standard/tests/array/
H A Darray_unshift_object.phpt2 Test array_unshift() function : passing object for 'var' argument
12 * an object to the $var argument
15 echo "*** Testing array_unshift() : Passing object to \$var argument ***\n";
65 // array to be passed to $array argument
82 /* with default argument */
105 *** Testing array_unshift() : Passing object to $var argument ***
H A Darray_unshift_basic2.phpt2 Test array_unshift() function : basic functionality - associative arrays for 'array' argument
11 * Testing array_unshift() by giving associative arrays for $array argument
19 // Calling array_unshift() with default argument
H A Darray_walk_error2.phpt24 // expected: Missing argument Warning
40 Warning: Missing argument 3 for callback1() in %s on line %d
45 Warning: Missing argument 4 for callback2() in %s on line %d
H A Darray_walk_recursive_error2.phpt24 // expected: Missing argument Warning
40 Warning: Missing argument 3 for callback1() in %s on line %d
45 Warning: Missing argument 4 for callback2() in %s on line %d
H A Darray_combine_variation1.phpt2 Test array_combine() function : usage variations - unexpected values for 'keys' argument
12 * Testing array_combine() function by passing values to $keys argument other than arrays
14 * The $values argument passed is a fixed array.
17 echo "*** Testing array_combine() : Passing non-array values to \$keys argument ***\n";
19 // Initialise $values argument
42 // unexpected values to be passed to $keys argument
101 *** Testing array_combine() : Passing non-array values to $keys argument ***
H A Darray_unique_variation5.phpt15 echo "*** Testing array_unique() : array with duplicate keys for \$input argument ***\n";
24 *** Testing array_unique() : array with duplicate keys for $input argument ***
H A Darray_unique_variation7.phpt14 echo "*** Testing array_unique() : array with binary data for \$input argument ***\n";
24 *** Testing array_unique() : array with binary data for $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_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 ***
/PHP-5.4/ext/reflection/tests/
H A DReflectionMethod_invoke_error2.phpt24 Warning: Missing argument 1 for TestClass::methodWithArgs() in %s on line %d
26 Warning: Missing argument 2 for TestClass::methodWithArgs() in %s on line %d
/PHP-5.4/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.4/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

Completed in 31 milliseconds

12345678910>>...53