Home
last modified time | relevance | path

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

12345678910>>...56

/PHP-7.2/ext/standard/tests/array/
H A Darray_pad_variation4.phpt11 * Passing binary values to $pad_value argument and testing whether
16 echo "*** Testing array_pad() : Passing binary values to \$pad_value argument ***\n";
18 // initialize the $input and $pad_size argument
31 *** Testing array_pad() : Passing binary values to $pad_value argument ***
/PHP-7.2/ext/posix/tests/
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_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_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_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_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_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_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_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_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_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-7.2/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 ***
H A Dget_cfg_var_variation3.phpt2 Test function get_cfg_var() by substituting argument 1 with emptyUnsetUndefNull values.
14 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
36 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dget_cfg_var_variation6.phpt2 Test function get_cfg_var() by substituting argument 1 with object values.
14 echo "*** Test substituting argument 1 with object values ***\n";
40 *** Test substituting argument 1 with object values ***
/PHP-7.2/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-7.2/ext/standard/tests/assert/
H A Dassert02.phpt36 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
38 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
44 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
48 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
52 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
/PHP-7.2/ext/standard/tests/strings/
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 ***
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 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 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 ---

Completed in 21 milliseconds

12345678910>>...56