Home
last modified time | relevance | path

Searched refs:inputs (Results 101 – 125 of 219) sorted by relevance

123456789

/PHP-8.1/ext/standard/tests/array/
H A Darray_merge_variation3.phpt36 $inputs = array(
106 // loop through each element of $inputs to check the behavior of array_merge
108 foreach($inputs as $key => $input) {
H A Darray_key_first.phpt27 /* Loop to test normal functionality with different arrays inputs */
28 echo "\n*** Normal testing with various array inputs ***\n";
43 *** Normal testing with various array inputs ***
H A Darray_key_last.phpt27 /* Loop to test normal functionality with different arrays inputs */
28 echo "\n*** Normal testing with various array inputs ***\n";
43 *** Normal testing with various array inputs ***
H A Darray_merge_variation4.phpt25 $inputs = array(
82 // loop through each element of $inputs to check the behavior of array_merge
84 foreach($inputs as $key => $input) {
H A Darray_pop.phpt28 /* Loop to test normal functionality with different arrays inputs */
29 echo "\n*** Normal testing with various array inputs ***\n";
44 *** Normal testing with various array inputs ***
H A Darray_slice_variation7.phpt26 $inputs = array(
83 // loop through each element of $inputs to check the behavior of array_slice()
85 foreach($inputs as $type => $input) {
H A Darray_diff_assoc_variation2.phpt34 $inputs = array(
85 // loop through each element of $inputs to check the behavior of array_diff_assoc
87 foreach($inputs as $input) {
H A Darray_diff_variation2.phpt34 $inputs = array(
85 // loop through each element of $inputs to check the behavior of array_diff
87 foreach($inputs as $input) {
H A Darray_merge_variation2.phpt35 $inputs = array(
83 // loop through each element of $inputs to check the behavior of array_merge()
85 foreach($inputs as $input) {
/PHP-8.1/ext/standard/tests/math/
H A Doctdec_variation1.phpt18 $inputs = array(
54 // loop through each element of $inputs to check the behaviour of octdec()
56 foreach($inputs as $input) {
/PHP-8.1/ext/mbstring/tests/
H A Dbug43994.phpt17 $inputs = array(false, FALSE, "", '');
20 foreach($inputs as $input) {
H A Dmb_encode_mimeheader_basic3.phpt18 $inputs = array('SJIS' => $sjis_string,
22 foreach ($inputs as $lang => $input) {
H A Dmb_encode_mimeheader_basic2.phpt18 $inputs = array('SJIS' => $sjis_string,
22 foreach ($inputs as $lang => $input) {
/PHP-8.1/ext/date/tests/
H A Dgmstrftime_variation13.phpt13 $inputs = array(
22 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation16.phpt19 $inputs = array(
27 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation3.phpt11 $inputs = array(
20 foreach($inputs as $key =>$value) {
H A Dstrftime_variation13.phpt13 $inputs = array(
22 foreach($inputs as $key =>$value) {
H A Dstrftime_variation16.phpt19 $inputs = array(
27 foreach($inputs as $key =>$value) {
H A Dstrftime_variation3.phpt12 $inputs = array(
20 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation14.phpt19 $inputs = array(
28 foreach($inputs as $key =>$value) {
H A Dstrftime_variation14.phpt19 $inputs = array(
28 foreach($inputs as $key =>$value) {
/PHP-8.1/.github/actions/configure-x64/
H A Daction.yml2 inputs:
84 ${{ inputs.configurationParameters }}
/PHP-8.1/ext/standard/tests/url/
H A Dbug63162.phpt4 This test covers tests the inputs:
/PHP-8.1/ext/session/tests/
H A Dsession_encode_basic.phpt34 $inputs = array(
83 foreach($inputs as $input) {
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_variation8.phpt20 $inputs = array(
46 foreach($inputs as $key => $input) {

Completed in 25 milliseconds

123456789