Home
last modified time | relevance | path

Searched refs:argument (Results 151 – 175 of 1369) sorted by relevance

12345678910>>...55

/PHP-7.0/ext/standard/tests/dir/
H A Drewinddir_basic.phpt31 echo "\n-- Read and rewind first directory (argument supplied) --\n";
43 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
73 -- Read and rewind first directory (argument supplied) --
85 -- Read and rewind second directory (no argument supplied) --
/PHP-7.0/ext/standard/tests/array/
H A Darray_change_key_case_variation7.phpt13 * 2. Passed an argument by reference
20 echo "\n-- \$input argument is a reference to array --\n";
35 -- $input argument is a reference to array --
H A Darray_intersect_assoc_variation9.phpt13 * to both $arr1 and $arr2 argument.
14 * Optional argument takes the same value as that of $arr1
19 // two dimensional arrays for $arr1 and $arr2 argument
36 /* Passing the entire array as argument to $arr1 and $arr2 */
43 // additional argument passed is the same as $arr1
47 /* Passing the sub-array as argument to $arr1 and $arr2 */
54 // additional argument passed is the same as $arr1
H A Darray_flip_variation3.phpt2 Test array_flip() function : usage variations - 'input' argument with different valid values
11 * In 'input' array argument, values are expected to be valid keys i.e. string/integer
15 echo "*** Testing array_flip() : different valid values in 'input' array argument ***\n";
71 *** Testing array_flip() : different valid values in 'input' array argument ***
H A Darray_fill_variation5.phpt2 Test array_fill() function : usage variations - different types of array values for 'val' argument
11 * testing array_fill() by passing different types of array values for 'val' argument
21 //array of different types of array values for 'val' argument
39 // loop through each element of the values array for 'val' argument
41 echo "--- Testing array_fill() with different types of array values for 'val' argument ---\n";
57 --- Testing array_fill() with different types of array values for 'val' argument ---
H A Darray_unshift_variation9.phpt2 Test array_unshift() function : usage variations - heredoc strings for 'var' argument
12 * heredoc strings for $var argument that is prepended to the array
13 * passed through $array argument
16 echo "*** Testing array_unshift() : heredoc strings for \$var argument ***\n";
57 // array to be passed to $array argument
60 // different heredoc strings to be passed to $var argument
76 /* with default argument */
98 *** Testing array_unshift() : heredoc strings for $var argument ***
H A Darray_map_variation8.phpt11 * Test array_map() by passing array having reference values for $arr1 argument
14 echo "*** Testing array_map() : array with references for 'arr1' argument ***\n";
50 *** Testing array_map() : array with references for 'arr1' argument ***
/PHP-7.0/ext/posix/tests/
H A Dposix_seteuid_error2.phpt2 Test function posix_seteuid() by substituting argument 1 with object values.
15 echo "*** Test substituting argument 1 with object values ***\n";
51 *** Test substituting argument 1 with object values ***
H A Dposix_seteuid_variation3.phpt2 Test function posix_seteuid() by substituting argument 1 with emptyUnsetUndefNull values.
16 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
38 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dposix_seteuid_variation4.phpt2 Test function posix_seteuid() by substituting argument 1 with float values.
17 echo "*** Test substituting argument 1 with float values ***\n";
37 *** Test substituting argument 1 with float values ***
H A Dposix_setgid_variation3.phpt2 Test function posix_setgid() by substituting argument 1 with emptyUnsetUndefNull values.
16 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
38 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dposix_setgid_variation6.phpt2 Test function posix_setgid() by substituting argument 1 with object values.
15 echo "*** Test substituting argument 1 with object values ***\n";
52 *** Test substituting argument 1 with object values ***
H A Dposix_setuid_error2.phpt2 Test function posix_setuid() by substituting argument 1 with object values.
15 echo "*** Test substituting argument 1 with object values ***\n";
51 *** Test substituting argument 1 with object values ***
H A Dposix_setuid_variation3.phpt2 Test function posix_setuid() by substituting argument 1 with emptyUnsetUndefNull values.
16 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
38 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dposix_setuid_variation4.phpt2 Test function posix_setuid() by substituting argument 1 with float values.
17 echo "*** Test substituting argument 1 with float values ***\n";
37 *** Test substituting argument 1 with float values ***
H A Dposix_seteuid_variation6.phpt2 Test function posix_seteuid() by substituting argument 1 with string values.
15 echo "*** Test substituting argument 1 with string values ***\n";
36 *** Test substituting argument 1 with string values ***
H A Dposix_setgid_variation7.phpt2 Test function posix_setgid() by substituting argument 1 with string values.
15 echo "*** Test substituting argument 1 with string values ***\n";
36 *** Test substituting argument 1 with string values ***
H A Dposix_setuid_variation6.phpt2 Test function posix_setuid() by substituting argument 1 with string values.
15 echo "*** Test substituting argument 1 with string values ***\n";
36 *** Test substituting argument 1 with string values ***
H A Dposix_ttyname_variation6.phpt2 Test function posix_ttyname() by substituting argument 1 with object values.
17 echo "*** Test substituting argument 1 with object values ***\n";
53 *** Test substituting argument 1 with object values ***
/PHP-7.0/ext/standard/tests/file/
H A Dunlink_basic.phpt21 echo "\n*** Testing unlink() : checking second argument ***\n";
30 var_dump( unlink($filename, $context) ); // using $context in second argument
40 *** Testing unlink() : checking second argument ***
/PHP-7.0/ext/standard/tests/general_functions/
H A Dproc_nice_variation3.phpt2 Test function proc_nice() by substituting argument 1 with emptyUnsetUndefNull values.
16 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
38 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dget_cfg_var_variation1.phpt2 Test function get_cfg_var() by substituting argument 1 with array values.
14 echo "*** Test substituting argument 1 with array values ***\n";
34 *** Test substituting argument 1 with array values ***
H A Dproc_nice_variation6.phpt2 Test function proc_nice() by substituting argument 1 with object values.
16 echo "*** Test substituting argument 1 with object values ***\n";
52 *** Test substituting argument 1 with object values ***
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_variation21.phpt2 Test vfprintf() function : usage variations - unexpected values for args argument
15 echo "*** Testing vfprintf() : with unexpected values for args argument ***\n";
88 fprintf($fp, "\n*** Testing vprintf() with unexpected values for args argument ***\n");
107 *** Testing vfprintf() : with unexpected values for args argument ***
119 *** Testing vprintf() with unexpected values for args argument ***
H A Dvfprintf_error3.phpt2 Test vfprintf() function : error conditions (wrong argument types)
19 echo "\n-- Testing vfprintf() function with wrong variable types as argument --\n";
47 -- Testing vfprintf() function with wrong variable types as argument --

Completed in 29 milliseconds

12345678910>>...55