Home
last modified time | relevance | path

Searched refs:inputs (Results 76 – 100 of 610) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/ctype/tests/
H A Dctype_xdigit_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_xdigit()
91 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/array/
H A Darray_diff_assoc_variation3.phpt37 $inputs = array(
105 // loop through each element of $inputs to check the behavior of array_diff_assoc
107 foreach($inputs as $key => $input) {
H A Darray_multisort_variation9.phpt22 $inputs = array(
35 var_dump(array_multisort($inputs, SORT_NUMERIC));
36 var_dump($inputs);
H A Dcurrent_variation2.phpt38 $inputs = array(
108 // loop through each element of $inputs to check the behavior of current()
110 foreach($inputs as $key => $input) {
H A Darray_diff_assoc_variation4.phpt31 $inputs = array(
93 // loop through each element of $inputs to check the behavior of array_diff_assoc
95 foreach($inputs as $key => $input) {
H A Darray_diff_assoc_variation6.phpt24 $inputs = array (
68 // loop through each element of $inputs to check the behavior of array_diff_assoc
70 foreach($inputs as $input) {
H A Darray_unique_variation4.phpt38 $inputs = array (
56 // loop through each sub-array of $inputs to check the behavior of array_unique()
58 foreach($inputs as $input) {
H A Dkey_variation2.phpt26 $inputs = array(
95 // loop through each element of $inputs to check the behavior of key()
97 foreach($inputs as $key => $input) {
/PHP-7.0/ext/standard/tests/strings/
H A Dstrlen_variation1.phpt28 $inputs = array (
73 // loop through with each element of the $inputs array to test strlen() function
75 foreach($inputs as $input) {
H A Dstr_pad_variation3.phpt2 Test str_pad() function : usage variations - unexpected inputs for '$pad_string' argument
10 /* Test str_pad() function: with unexpected inputs for '$pad_string'
14 echo "*** Testing str_pad() function: with unexpected inputs for 'pad_string' argument ***\n";
90 *** Testing str_pad() function: with unexpected inputs for 'pad_string' argument ***
H A Dstrrchr_variation10.phpt2 Test strrchr() function : usage variations - unexpected inputs for needle
10 /* Test strrchr() function: with unexpected inputs for needle
14 echo "*** Testing strrchr() function with unexpected inputs for needle ***\n";
133 *** Testing strrchr() function with unexpected inputs for needle ***
/PHP-7.0/ext/iconv/tests/
H A Diconv_get_encoding_error.phpt42 $inputs = array(
89 // loop through each element of $inputs to check the behavior of mb_regex_encoding()
91 foreach($inputs as $input) {
H A Diconv_set_encoding_error.phpt42 $inputs = array(
89 // loop through each element of $inputs to check the behavior of mb_regex_encoding()
91 foreach($inputs as $input) {
H A Diconv_mime_decode_variation1.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of iconv_mime_decode()
97 foreach($inputs as $input) {
/PHP-7.0/ext/mbstring/tests/
H A Dmb_ereg_variation1.phpt45 $inputs = array(
76 // loop through each element of $inputs to check the behavior of mb_ereg()
78 foreach($inputs as $input) {
H A Dmb_strlen_variation1.phpt45 $inputs = array(
92 // loop through each element of $inputs to check the behavior of mb_strlen()
94 foreach($inputs as $input) {
H A Dmb_strtolower_variation1.phpt43 $inputs = array(
90 // loop through each element of $inputs to check the behavior of mb_strtolower()
92 foreach($inputs as $input) {
H A Dmb_substr_count_variation1.phpt46 $inputs = array(
93 // loop through each element of $inputs to check the behavior of mb_substr_count()
95 foreach($inputs as $input) {
H A Dmb_strtoupper_variation1.phpt45 $inputs = array(
92 // loop through each element of $inputs to check the behavior of mb_strtoupper()
94 foreach($inputs as $input) {
H A Dmb_substr_variation1.phpt46 $inputs = array(
93 // loop through each element of $inputs to check the behavior of mb_substr()
95 foreach($inputs as $input) {
/PHP-7.0/ext/date/tests/
H A Dgmstrftime_variation19.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation20.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dstrftime_variation19.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dstrftime_variation20.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dstrftime_variation4.phpt18 $inputs = array(
26 foreach($inputs as $key =>$value) {

Completed in 77 milliseconds

12345678910>>...25