Home
last modified time | relevance | path

Searched refs:inputs (Results 51 – 75 of 219) sorted by relevance

123456789

/PHP-8.1/ext/standard/tests/array/
H A Darray_values_variation3.phpt22 $inputs = array(
79 // loop through each element of $inputs to check the behavior of array_values()
81 foreach($inputs as $key => $input) {
H A Dnatcasesort_variation2.phpt33 $inputs = array(
102 // loop through each element of $inputs to check the behavior of natcasesort()
104 foreach($inputs as $input) {
H A Darray_change_key_case_variation3.phpt22 $inputs = array(
76 // loop through each sub-array of $inputs to check the behavior of array_change_key_case()
78 foreach($inputs as $key => $input) {
H A Dnatcasesort_variation3.phpt15 $inputs = array (
31 foreach ($inputs as $array_arg) {
H A Darray_shift_variation2.phpt33 $inputs = array(
103 // loop through each element of $inputs to check the behavior of array_shift
105 foreach($inputs as $key => $input) {
H A Dnatcasesort_variation11.phpt21 $inputs = array(
86 // loop through each element of $inputs to check the behavior of natcasesort()
88 foreach($inputs as $input) {
H A Darray_change_key_case_variation8.phpt11 $inputs = array (
19 foreach($inputs as $input) {
/PHP-8.1/ext/date/tests/
H A Dgetdate_variation2.phpt11 $inputs = array(
21 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation9.phpt13 $inputs = array(
20 foreach($inputs as $key =>$value) {
H A Dstrftime_variation9.phpt13 $inputs = array(
20 foreach($inputs as $key =>$value) {
H A Ddate_sunrise_variation7.phpt10 $inputs = array (
23 foreach($inputs as $timezone => $value) {
H A Dgetdate_variation3.phpt11 $inputs = array(
21 foreach($inputs as $key =>$value) {
H A Didate_variation4.phpt11 $inputs = array(
25 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation10.phpt19 $inputs = array(
26 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation20.phpt19 $inputs = array(
26 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation22.phpt23 $inputs = array(
31 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation4.phpt11 $inputs = array(
19 foreach($inputs as $key =>$value) {
H A Dlocaltime_variation4.phpt12 $inputs = array(
19 foreach($inputs as $key =>$value) {
H A Dlocaltime_variation5.phpt12 $inputs = array(
19 foreach($inputs as $key =>$value) {
H A Dstrftime_variation10.phpt19 $inputs = array(
26 foreach($inputs as $key =>$value) {
H A Dstrftime_variation20.phpt19 $inputs = array(
26 foreach($inputs as $key =>$value) {
/PHP-8.1/ext/imap/tests/
H A Dimap_close_variation4.phpt20 $inputs = array (0, 3.2768e4, -32768, PHP_INT_MAX, -PHP_INT_MAX);
24 // loop through each element of $inputs to check the behavior of imap_close()
26 foreach($inputs as $input) {
/PHP-8.1/ext/standard/tests/strings/
H A Dstrtok_variation5.phpt2 Test strtok() function : usage variations - miscellaneous inputs
9 echo "*** Testing strtok() : with miscellaneous inputs ***\n";
56 *** Testing strtok() : with miscellaneous inputs ***
/PHP-8.1/ext/session/tests/
H A Dsession_encode_error2.phpt15 $inputs = array(
31 foreach($inputs as $input) {
/PHP-8.1/.github/actions/configure-x32/
H A Daction.yml2 inputs:
17 ./configure ${{ inputs.configurationParameters }} \

Completed in 27 milliseconds

123456789