Home
last modified time | relevance | path

Searched refs:inputs (Results 151 – 175 of 610) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/date/tests/
H A Dgetdate_variation3.phpt17 $inputs = array(
27 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation15.phpt25 $inputs = array(
33 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation16.phpt25 $inputs = array(
33 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation21.phpt25 $inputs = array(
33 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation22.phpt29 $inputs = array(
37 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation6.phpt19 $inputs = array(
29 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation7.phpt19 $inputs = array(
27 foreach($inputs as $key =>$value) {
H A Didate_variation4.phpt17 $inputs = array(
31 foreach($inputs as $key =>$value) {
H A Dstrftime_variation15.phpt25 $inputs = array(
33 foreach($inputs as $key =>$value) {
H A Dstrftime_variation16.phpt25 $inputs = array(
33 foreach($inputs as $key =>$value) {
H A Dstrftime_variation22.phpt29 $inputs = array(
37 foreach($inputs as $key =>$value) {
H A Dstrftime_variation6.phpt20 $inputs = array(
30 foreach($inputs as $key =>$value) {
/PHP-7.0/ext/session/tests/
H A Dsession_cache_expire_error.phpt36 $inputs = array(
85 foreach($inputs as $input) {
/PHP-7.0/ext/mbstring/tests/
H A Dmb_strrpos_variation5.phpt28 $inputs = array('Double Quoted String' => "utf-8",
31 foreach ($inputs as $type => $input) {
H A Dmb_ereg_variation2.phpt45 $inputs = array(
92 // loop through each element of $inputs to check the behavior of mb_ereg()
94 foreach($inputs as $input) {
H A Dmb_substr_count_variation2.phpt45 $inputs = array(
92 // loop through each element of $inputs to check the behavior of mb_substr_count()
94 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/strings/
H A Dstr_pad_variation4.phpt2 Test str_pad() function : usage variations - unexpected inputs for '$pad_type' argument
12 /* Test str_pad() function: with unexpected inputs for '$pad_type'
16 echo "*** Testing str_pad() function: with unexpected inputs for 'pad_type' argument ***\n";
93 *** Testing str_pad() function: with unexpected inputs for 'pad_type' argument ***
H A Dconvert_uudecode_variation1.phpt11 echo "*** Testing convert_uudecode() function: with unexpected inputs for 'data' argument ***\n";
28 $inputs = array (
73 foreach($inputs as $input) {
84 *** Testing convert_uudecode() function: with unexpected inputs for 'data' argument ***
/PHP-7.0/ext/standard/tests/array/
H A Darray_pop.phpt30 /* Loop to test normal functionality with different arrays inputs */
31 echo "\n*** Normal testing with various array inputs ***\n";
46 *** Normal testing with various array inputs ***
H A Darray_push_variation6.phpt29 $inputs = array(
95 // loop through each sub-array of $inputs to check the behavior of array_push()
97 foreach($inputs as $key => $input) {
H A Darray_slice_variation4.phpt39 $inputs = array(
84 // loop through each element of $inputs to check the behavior of array_slice()
86 foreach($inputs as $input) {
H A Deach_variation2.phpt38 $inputs = array(
108 // loop through each element of $inputs to check the behavior of each()
110 foreach($inputs as $key => $input) {
H A Dnatcasesort_variation11.phpt26 $inputs = array(
103 // loop through each element of $inputs to check the behavior of natcasesort()
105 foreach($inputs as $input) {
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt60 $inputs = array(
107 // loop through each element of $inputs to check the behavior of iconv_mime_decode_headers()
109 foreach($inputs as $input) {
H A Diconv_strlen_variation1.phpt45 $inputs = array(
103 // loop through each element of $inputs to check the behavior of iconv_strlen()
105 foreach($inputs as $key =>$value) {

Completed in 68 milliseconds

12345678910>>...25