Home
last modified time | relevance | path

Searched refs:inputs (Results 251 – 275 of 610) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-7.0/ext/session/tests/
H A Dsession_decode_basic.phpt36 $inputs = array(
85 foreach($inputs as $input) {
/PHP-7.0/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic2.phpt28 $inputs = array('SJIS' => $sjis_string,
32 foreach ($inputs as $lang => $input) {
H A Dmb_split_variation2.phpt44 $inputs = array(
94 foreach($inputs as $input) {
H A Dmb_encode_mimeheader_variation2.phpt51 $inputs = array(
98 // loop through each element of $inputs to check the behavior of mb_encode_mimeheader()
100 foreach($inputs as $input) {
H A Dmb_stripos_variation4.phpt49 $inputs = array(
96 // loop through each element of $inputs to check the behavior of mb_stripos()
98 foreach($inputs as $input) {
H A Dmb_strripos_variation4.phpt49 $inputs = array(
96 // loop through each element of $inputs to check the behavior of mb_strripos()
98 foreach($inputs as $input) {
H A Dmb_strrpos_variation4.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of mb_strrpos()
97 foreach($inputs as $input) {
H A Dmb_strtolower_variation2.phpt46 $inputs = array(
93 // loop through each element of $inputs to check the behavior of mb_strtolower()
95 foreach($inputs as $input) {
H A Dmb_strtoupper_variation2.phpt46 $inputs = array(
93 // loop through each element of $inputs to check the behavior of mb_strtoupper()
95 foreach($inputs as $input) {
H A Dmb_substr_variation2.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of mb_substr
97 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/file/
H A Drmdir_variation1-win32.phpt55 $inputs = array(
82 foreach($inputs as $key =>$value) {
/PHP-7.0/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of array_key_exists()
91 foreach($inputs as $input) {
H A Darray_merge_variation4.phpt30 $inputs = array(
99 // loop through each element of $inputs to check the behavior of array_merge
101 foreach($inputs as $key => $input) {
H A Darray_push.phpt52 /* Loop to test normal functionality with different arrays inputs */
53 echo "\n*** Testing with various array inputs ***\n";
86 *** Testing with various array inputs ***
H A Darray_slice_variation7.phpt31 $inputs = array(
100 // loop through each element of $inputs to check the behavior of array_slice()
102 foreach($inputs as $type => $input) {
H A D005.phpt51 /* Loop to test normal functionality with different arrays inputs */
52 echo "\n*** Testing with various array inputs ***\n";
100 *** Testing with various array inputs ***
H A Darray_merge_variation1.phpt40 $inputs = array(
88 // loop through each element of $inputs to check the behavior of array_merge()
90 foreach($inputs as $input) {
H A Darray_merge_variation2.phpt40 $inputs = array(
88 // loop through each element of $inputs to check the behavior of array_merge()
90 foreach($inputs as $input) {
H A Darray_unique_variation2.phpt48 $inputs = array (
73 // loop through each sub-array of $inputs to check the behavior of array_unique()
75 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/dir/
H A Dchdir_variation1.phpt47 $inputs = array(
95 // loop through each element of $inputs to check the behavior of chdir()
97 foreach($inputs as $input) {
H A Dopendir_variation1.phpt52 $inputs = array(
100 // loop through each element of $inputs to check the behavior of opendir()
102 foreach($inputs as $input) {
/PHP-7.0/ext/date/tests/
H A Ddate_default_timezone_set_variation1.phpt24 $inputs = array(
68 // loop through each element of $inputs to check the behaviour of date_default_timezone_set()
70 foreach($inputs as $input) {
/PHP-7.0/ext/iconv/tests/
H A Diconv_strpos_variation4.phpt49 $inputs = array(
96 // loop through each element of $inputs to check the behavior of iconv_strpos()
98 foreach($inputs as $input) {
H A Diconv_strrpos_variation3.phpt47 $inputs = array(
94 // loop through each element of $inputs to check the behavior of iconv_strrpos()
96 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/strings/
H A Dhebrev_variation2.phpt11 echo "*** Testing hebrev() function: with unexpected inputs for 'max_chars_per_line' argument ***\n…
28 $inputs = array (
83 foreach($inputs as $max_chars_per_line) {
94 *** Testing hebrev() function: with unexpected inputs for 'max_chars_per_line' argument ***

Completed in 47 milliseconds

1...<<11121314151617181920>>...25