Home
last modified time | relevance | path

Searched refs:Pass (Results 26 – 50 of 353) sorted by relevance

12345678910>>...15

/PHP-5.6/ext/standard/tests/array/
H A Dusort_variation6.phpt11 * Pass a multi-dimensional array as $array_arg argument to usort()
43 echo "\n-- Pass usort() a two-dimensional array --\n";
50 echo "\n-- Pass usort() a sub-array --\n";
60 -- Pass usort() a two-dimensional array --
124 -- Pass usort() a sub-array --
H A Darray_change_key_case_variation6.phpt20 echo "\n-- Pass a two-dimensional array as \$input argument --\n";
23 echo "\n-- Pass a sub-arry as \$input argument --\n";
32 -- Pass a two-dimensional array as $input argument --
63 -- Pass a sub-arry as $input argument --
H A Deach_variation5.phpt25 echo "\n-- Pass each() a two-dimensional array --\n";
30 echo "\n-- Pass each() a sub-array --\n";
39 -- Pass each() a two-dimensional array --
85 -- Pass each() a sub-array --
H A Dusort_error2.phpt2 Test usort() function : error conditions - Pass unknown 'cmp_function'
11 * Pass an unknown comparison function to usort() to test behaviour.
12 * Pass incorrect number of arguments and an unknown function to test which error
H A Darray_merge_error.phpt2 Test array_merge() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to array_merge() to test behaviour
H A Darray_push_error1.phpt2 Test array_push() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to array_push() to test behaviour
H A Darray_shift_error.phpt2 Test array_shift() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to array_shift() to test behaviour
H A Darray_values_error.phpt2 Test array_values() function : error conditions - Pass incorrect number of functions
11 * Pass incorrect number of arguments to array_values to test behaviour
H A Dnatcasesort_error.phpt2 Test natcasesort() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to natcasesort() to test behaviour
H A Dcurrent_error.phpt2 Test current() function : error conditions - Pass incorrect number of args
12 * Pass incorrect number of arguments to current() to test behaviour
H A Dend_error.phpt2 Test end() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to end() to test behaviour
H A Dkey_error.phpt2 Test key() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to key() to test behaviour
/PHP-5.6/ext/standard/tests/strings/
H A Dstrcoll.phpt16 echo "Pass\n";
20 Pass
/PHP-5.6/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt11 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
20 echo "\n-- Pass an empty directory to readdir() --\n";
45 -- Pass an empty directory to readdir() --
H A Dclosedir_error.phpt2 Test closedir() function : error conditions - Pass incorrect number of arguments
12 * Pass incorrect number of arguments to closedir() to test behaviour
/PHP-5.6/ext/mbstring/tests/
H A Dmb_regex_encoding_error2.phpt2 Test mb_regex_encoding() function : error conditions - Pass an unknown encoding
16 * Pass mb_regex_encoding an unknown type of encoding
H A Dmb_strpos_error2.phpt2 Test mb_strpos() function : error conditions - Pass unknown encoding
16 * Pass an unknown encoding to mb_strpos() to test behaviour
H A Dmb_substr_error2.phpt2 Test mb_substr() function : error conditions - Pass an unknown encoding
16 * Pass an unknown encoding to mb_substr() to test behaviour
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
17 * Pass an unknown encoding to mb_stripos() to test behaviour
H A Dmb_strripos_error2.phpt2 Test mb_strripos() function : error conditions - Pass unknown encoding
17 * Pass an unknown encoding to mb_strripos() to test behaviour
H A Dmb_encode_mimeheader_variation6.phpt2 Test mb_encode_mimeheader() function : usage variations - Pass different strings to $linefeed arg
17 * Pass different strings to $linefeed argument
/PHP-5.6/ext/iconv/tests/
H A Diconv_strpos_error2.phpt2 Test iconv_strpos() function : error conditions - Pass unknown encoding
16 * Pass an unknown encoding to iconv_strpos() to test behaviour
H A Diconv_substr_error2.phpt2 Test iconv_substr() function : error conditions - Pass an unknown encoding
16 * Pass an unknown encoding to iconv_substr() to test behaviour
/PHP-5.6/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt40 Pass some data between the sockets:
46 Pass some data between the sockets:
/PHP-5.6/tests/lang/
H A DpassByReference_005.phpt2 Pass uninitialised variables by reference and by value to test implicit initialisation.
73 echo "\n ---- Pass by ref / pass by val: functions ----\n";
96 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
118 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
147 ---- Pass by ref / pass by val: functions ----
180 ---- Pass by ref / pass by val: static method calls ----
225 ---- Pass by ref / pass by val: instance method calls ----

Completed in 52 milliseconds

12345678910>>...15