Home
last modified time | relevance | path

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

12345678910

/PHP-8.2/ext/standard/tests/array/
H A Darray_shift_variation3.phpt21 $inputs = array(
78 // loop through each element of $inputs to check the behavior of array_shift()
80 foreach($inputs as $key => $input) {
H A Darray_values_variation2.phpt32 $inputs = array(
102 // loop through each element of $inputs to check the behavior of array_values()
104 foreach($inputs as $key => $input) {
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 Darray_key_exists_variation1.phpt35 $inputs = array(
76 // loop through each element of $inputs to check the behavior of array_key_exists()
78 foreach($inputs as $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) {
/PHP-8.2/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.2/ext/standard/tests/array/range/
H A Drange_inputs_int_with_float_step.phpt2 Test range() function with integer inputs and float step
/PHP-8.2/ext/session/tests/
H A Dsession_encode_error2.phpt15 $inputs = array(
31 foreach($inputs as $input) {

Completed in 79 milliseconds

12345678910