Home
last modified time | relevance | path

Searched refs:argument (Results 101 – 125 of 1318) sorted by relevance

12345678910>>...53

/PHP-5.4/ext/posix/tests/
H A Dposix_getpgrp_error.phpt17 // One argument
18 echo "\n-- Testing posix_getpgrp() function with one argument --\n";
27 -- Testing posix_getpgrp() function with one argument --
H A Dposix_getpid_error.phpt17 // One argument
18 echo "\n-- Testing posix_getpid() function with one argument --\n";
27 -- Testing posix_getpid() function with one argument --
H A Dposix_getuid_error.phpt17 // One argument
18 echo "\n-- Testing posix_getuid() function with one argument --\n";
27 -- Testing posix_getuid() function with one argument --
H A Dposix_uname_error.phpt17 // One argument
18 echo "\n-- Testing posix_uname() function with one argument --\n";
27 -- Testing posix_uname() function with one argument --
H A Dposix_getgid_error.phpt17 // One argument
18 echo "\n-- Testing posix_getgid() function with one argument --\n";
27 -- Testing posix_getgid() function with one argument --
H A Dposix_getppid_error.phpt17 // One argument
18 echo "\n-- Testing posix_getppid() function with one argument --\n";
27 -- Testing posix_getppid() function with one argument --
H A Dposix_times_error.phpt17 // One argument
18 echo "\n-- Testing posix_times() function with one argument --\n";
27 -- Testing posix_times() function with one argument --
H A Dposix_ttyname_variation2.phpt2 Test function posix_ttyname() by substituting argument 1 with boolean values.
17 echo "*** Test substituting argument 1 with boolean values ***\n";
34 *** Test substituting argument 1 with boolean values ***
H A Dposix_get_last_error_error.phpt17 // One argument
18 echo "\n-- Testing posix_get_last_error() function with one argument --\n";
27 -- Testing posix_get_last_error() function with one argument --
H A Dposix_seteuid_variation2.phpt2 Test function posix_seteuid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dposix_setgid_variation2.phpt2 Test function posix_setgid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
34 *** Test substituting argument 1 with boolean values ***
H A Dposix_setgid_variation4.phpt2 Test function posix_setgid() by substituting argument 1 with float values.
16 echo "*** Test substituting argument 1 with float values ***\n";
35 *** Test substituting argument 1 with float values ***
H A Dposix_setuid_variation2.phpt2 Test function posix_setuid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dposix_ttyname_variation1.phpt2 Test function posix_ttyname() by substituting argument 1 with array values.
17 echo "*** Test substituting argument 1 with array values ***\n";
37 *** Test substituting argument 1 with array values ***
H A Dposix_ttyname_variation7.phpt2 Test function posix_ttyname() by substituting argument 1 with string values.
17 echo "*** Test substituting argument 1 with string values ***\n";
38 *** Test substituting argument 1 with string values ***
/PHP-5.4/ext/standard/tests/general_functions/
H A Dproc_nice_variation2.phpt2 Test function proc_nice() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dgetservbyname_variation10.phpt2 Test function getservbyname() by substituting argument 2 with emptyUnsetUndefNull values.
13 echo "*** Test substituting argument 2 with emptyUnsetUndefNull values ***\n";
36 *** Test substituting argument 2 with emptyUnsetUndefNull values ***
/PHP-5.4/tests/output/
H A Dob_flush_error_001.phpt13 // One argument
14 echo "\n-- Testing ob_flush() function with one argument --\n";
23 -- Testing ob_flush() function with one argument --
/PHP-5.4/ext/standard/tests/array/
H A Darray_intersect_assoc_variation3.phpt2 Test array_intersect_assoc() function : usage variations - different arrays for 'arr1' argument
12 * Passing different types of arrays to $arr1 argument and testing whether
14 * The $arr2 argument passed is a fixed array.
17 echo "*** Testing array_intersect_assoc() : Passing different types of arrays to \$arr1 argument **…
19 /* Different heredoc strings passed as argument to $arr1 */
49 // arrays to be passed to $arr1 argument
79 // array to be passsed to $arr2 argument
97 // additional argument passed is the same as $arr1 argument
105 *** Testing array_intersect_assoc() : Passing different types of arrays to $arr1 argument ***
H A Darray_intersect_assoc_variation4.phpt2 Test array_intersect_assoc() function : usage variations - different arrays for 'arr2' argument
12 * Passing different types of arrays to $arr2 argument and testing whether
14 * The $arr1 argument passed is a fixed array.
17 echo "*** Testing array_intersect_assoc() : Passing different types of arrays to \$arr2 argument **…
19 /* Different heredoc strings passed as argument to $arr2 */
49 // array to be passsed to $arr1 argument
58 // arrays to be passed to $arr2 argument
96 // additional argument passed is the same as $arr1 argument
104 *** Testing array_intersect_assoc() : Passing different types of arrays to $arr2 argument ***
H A Darray_rand.phpt23 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
29 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
32 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
35 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
/PHP-5.4/ext/standard/tests/strings/
H A Daddslashes_variation1.phpt2 Test addslashes() function : usage variations - non-string type argument
11 * Test addslashes() with non-string type argument such as int, float, etc
14 echo "*** Testing addslashes() : with non-string type argument ***\n";
82 // when $str argument is supplied with different values
83 echo "\n--- Testing addslashes() by supplying different values for 'str' argument ---\n";
100 *** Testing addslashes() : with non-string type argument ***
106 --- Testing addslashes() by supplying different values for 'str' argument ---
H A Dstripslashes_variation1.phpt2 Test stripslashes() function : usage variations - non-string type argument
11 * Test stripslashes() with non-string type argument such as int, float, etc
14 echo "*** Testing stripslashes() : with non-string type argument ***\n";
83 // when $str argument is supplied with different values
84 echo "\n--- Testing stripslashes() by supplying different values for 'str' argument ---\n";
101 *** Testing stripslashes() : with non-string type argument ***
107 --- Testing stripslashes() by supplying different values for 'str' argument ---
H A Dstripcslashes_variation1.phpt2 Test stripcslashes() function : usage variations - non-string type argument
12 * Test stripcslashes() with non-string type argument such as int, float, etc
15 echo "*** Testing stripcslashes() : with non-string type argument ***\n";
84 // when $str argument is supplied with different values
85 echo "\n--- Testing stripcslashes() by supplying different values for 'str' argument ---\n";
102 *** Testing stripcslashes() : with non-string type argument ***
108 --- Testing stripcslashes() by supplying different values for 'str' argument ---
H A Dvfprintf_variation20.phpt2 Test vfprintf() function : usage variations - unexpected values for the format argument
12 * the '$format' argument of the function
15 echo "*** Testing vfprintf() : with unexpected values for format argument ***\n";
91 fprintf($fp, "\n*** Testing vprintf() with with unexpected values for format argument ***\n");
109 *** Testing vfprintf() : with unexpected values for format argument ***
121 *** Testing vprintf() with with unexpected values for format argument ***

Completed in 41 milliseconds

12345678910>>...53