Home
last modified time | relevance | path

Searched refs:argument (Results 126 – 150 of 1331) sorted by relevance

12345678910>>...54

/PHP-5.5/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_filter_variation9.phpt2 Test array_filter() function : usage variations - built-in functions as 'callback' argument
11 * Passing built-in functions and different language constructs as 'callback' argument
14 echo "*** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***…
33 *** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***
H A Darray_unshift_variation7.phpt2 Test array_unshift() function : usage variations - double quoted strings for 'var' argument
12 * double quoted strings for $var argument that is prepended to the array
13 * passed through $array argument
16 echo "*** Testing array_unshift() : double quoted strings for \$var argument ***\n";
18 // array to be passed to $array argument
21 // different variations of double quoted strings to be passed to $var argument
36 /* with default argument */
58 *** Testing array_unshift() : double quoted strings for $var argument ***
H A Darray_intersect_variation3.phpt2 Test array_intersect() function : usage variations - different arrays for 'arr1' argument
11 * Passing different types of arrays to $arr1 argument and testing whether
13 * The $arr2 argument is a fixed array.
16 echo "*** Testing array_intersect() : Passing different types of arrays to \$arr1 argument ***\n";
18 /* Different heredoc strings passed as argument to $arr1 */
48 // arrays to be passed to $arr1 argument
78 // array to be passsed to $arr2 argument
96 // additional argument passed is the same as $arr1 argument
104 *** Testing array_intersect() : Passing different types of arrays to $arr1 argument ***
H A Darray_intersect_variation4.phpt2 Test array_intersect() function : usage variations - different arrays for 'arr2' argument
11 * Passing different types of arrays to $arr2 argument and testing whether
13 * The $arr1 argument is a fixed array.
16 echo "*** Testing array_intersect() : Passing different types of arrays to \$arr2 argument ***\n";
18 /* Different heredoc strings passed as argument to $arr2 */
48 // array to be passsed to $arr1 argument
57 // arrays to be passed to $arr2 argument
95 // additional argument passed is the same as $arr1 argument
103 *** Testing array_intersect() : Passing different types of arrays to $arr2 argument ***
H A Dextract_error.phpt12 /* Invalid second argument ( only 0-6 is valid) */
17 /* scalar argument */
21 /* string argument */
28 /* Two Arguments, second as prefix but without prefix string as third argument */
H A Darray_pop_errors.phpt31 /* Zero argument */
34 /* Scalar argument */
37 /* String argument */
43 /* Empty Array as argument */
H A Darray_unshift_variation8.phpt2 Test array_unshift() function : usage variations - single quoted strings for 'var' argument
12 * single quoted strings for $var argument that is prepended to the array
13 * passed through $array argument
16 echo "*** Testing array_unshift() : single quoted strings for \$var argument ***\n";
18 // array to be passed to $array argument
21 // different variations of single quoted strings to be passed to $var argument
36 /* with default argument */
58 *** Testing array_unshift() : single quoted strings for $var argument ***
H A Darray_reverse_variation6.phpt2 Test array_reverse() function : usage variations - two dimensional arrays for 'array' argument
11 * testing the functionality of array_reverse() by giving 2-D arrays for $array argument
31 echo "-- with default argument --\n";
35 // with $preserve_keys argument
48 -- with default argument --
H A Darray_values_variation7.phpt12 * and is not dependent on the \$input argument's keys
20 echo "\n-- \$input argument: --\n";
32 -- $input argument: --
/PHP-5.5/Zend/tests/
H A Derrmsg_012.phpt2 errmsg: __autoload() must take exactly 1 argument
11 Fatal error: __autoload() must take exactly 1 argument in %s on line %d
H A Derrmsg_016.phpt2 errmsg: __isset() must take exactly 1 argument
14 Fatal error: Method test::__isset() must take exactly 1 argument in %s on line %d
H A Derrmsg_017.phpt2 errmsg: __unset() must take exactly 1 argument
14 Fatal error: Method test::__unset() must take exactly 1 argument in %s on line %d
/PHP-5.5/ext/posix/tests/
H A Dposix_seteuid_variation4.phpt2 Test function posix_seteuid() by substituting argument 1 with float values.
16 echo "*** Test substituting argument 1 with float values ***\n";
36 *** Test substituting argument 1 with float values ***
H A Dposix_setuid_variation4.phpt2 Test function posix_setuid() by substituting argument 1 with float values.
16 echo "*** Test substituting argument 1 with float values ***\n";
36 *** Test substituting argument 1 with float values ***
H A Dposix_ttyname_variation3.phpt2 Test function posix_ttyname() by substituting argument 1 with emptyUnsetUndefNull values.
17 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
39 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_basic.phpt24 echo "\n-- Call readdir() with \$path argument --\n";
35 echo "\n-- Call readdir() without \$path argument --\n";
58 -- Call readdir() with $path argument --
66 -- Call readdir() without $path argument --
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtok_variation1.phpt2 Test strtok() function : usage variations - first argument as non-string
11 * Testing strtok() : with first argument as non-string
14 echo "*** Testing strtok() : with first argument as non-string ***\n";
84 // when $str argument is supplied with different values
86 echo "\n--- Testing strtok() by supplying different values for 'str' argument ---\n";
103 *** Testing strtok() : with first argument as non-string ***
109 --- Testing strtok() by supplying different values for 'str' argument ---
H A Dchop_variation2.phpt2 Test chop() function : usage variations - unexpected values for charlist argument
11 * Testing chop() : with different unexpected values for charlist argument passes to the function
14 echo "*** Testing chop() : with different unexpected values for charlist argument ***\n";
85 // when $charlist argument is supplied with different values
87 echo "\n--- Testing chop() by supplying different values for 'charlist' argument ---\n";
104 *** Testing chop() : with different unexpected values for charlist argument ***
110 --- Testing chop() by supplying different values for 'charlist' argument ---
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt2 Test function proc_nice() by substituting argument 1 with int values.
17 echo "*** Test substituting argument 1 with int values ***\n";
34 *** Test substituting argument 1 with int values ***
H A Dgetservbyname_variation1.phpt2 Test function getservbyname() by substituting argument 1 with array values.
7 echo "*** Test substituting argument 1 with array values ***\n";
28 *** Test substituting argument 1 with array values ***
H A Dgetservbyname_variation8.phpt2 Test function getservbyname() by substituting argument 2 with array values.
7 echo "*** Test substituting argument 2 with array values ***\n";
28 *** Test substituting argument 2 with array values ***
/PHP-5.5/ext/imap/tests/
H A Dimap_alerts_error.phpt17 // One argument
18 echo "\n-- Testing imap_alerts() function with one argument --\n";
27 -- Testing imap_alerts() function with one argument --
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_error.phpt8 // zero argument
9 echo "-- Testing fputcsv() with zero argument --\n";
28 -- Testing fputcsv() with zero argument --

Completed in 27 milliseconds

12345678910>>...54