Home
last modified time | relevance | path

Searched refs:inputs (Results 26 – 50 of 219) sorted by relevance

123456789

/PHP-8.1/ext/standard/tests/array/
H A Darray_merge_variation1.phpt35 $inputs = array(
83 // loop through each element of $inputs to check the behavior of array_merge()
85 foreach($inputs as $input) {
H A Darray_multisort_variation9.phpt16 $inputs = array(
29 var_dump(array_multisort($inputs, SORT_NUMERIC));
30 var_dump($inputs);
H A Darray_diff_assoc_variation4.phpt24 $inputs = array(
79 // loop through each element of $inputs to check the behavior of array_diff_assoc
81 foreach($inputs as $key => $input) {
H A Darray_push_variation2.phpt35 $inputs = array(
83 // loop through each element of $inputs to check the behavior of array_push()
85 foreach($inputs as $input) {
H A Darray_diff_assoc_variation3.phpt31 $inputs = array(
99 // loop through each element of $inputs to check the behavior of array_diff_assoc
101 foreach($inputs as $key => $input) {
H A Darray_diff_assoc_variation6.phpt18 $inputs = array (
62 // loop through each element of $inputs to check the behavior of array_diff_assoc
64 foreach($inputs as $input) {
H A Darray_unique_variation4.phpt33 $inputs = array (
47 // loop through each sub-array of $inputs to check the behavior of array_unique()
49 foreach($inputs as $input) {
H A Dcurrent_variation2.phpt32 $inputs = array(
102 // loop through each element of $inputs to check the behavior of current()
104 foreach($inputs as $key => $input) {
H A Dkey_variation2.phpt21 $inputs = array(
78 // loop through each element of $inputs to check the behavior of key()
80 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 Darray_unique_variation3.phpt33 $inputs = array (
47 // loop through each sub-array of $inputs to check the behavior of array_unique()
49 foreach($inputs as $input) {
H A Dnatcasesort_variation4.phpt11 $inputs = array (
19 foreach ($inputs as $array_arg) {
H A Darray_push_variation6.phpt24 $inputs = array(
78 // loop through each sub-array of $inputs to check the behavior of array_push()
80 foreach($inputs as $key => $input) {
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) {
/PHP-8.1/ext/date/tests/
H A Dgmstrftime_variation8.phpt13 $inputs = array(
19 foreach($inputs as $key =>$value) {
H A Dgmdate_variation3.phpt12 $inputs = array(
23 foreach($inputs as $key =>$value) {
H A Didate_variation5.phpt11 $inputs = array(
24 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation19.phpt13 $inputs = array(
20 foreach($inputs as $key =>$value) {
H A Dstrftime_variation19.phpt13 $inputs = array(
20 foreach($inputs as $key =>$value) {
/PHP-8.1/ext/json/tests/
H A Djson_decode_basic.phpt8 $inputs = array (
30 // loop through with each element of the $inputs array to test json_decode() function
32 foreach($inputs as $input) {
H A Djson_encode_basic.phpt26 $inputs = array (
78 // loop through with each element of the $inputs array to test json_encode() function
80 foreach($inputs as $input) {
/PHP-8.1/ext/standard/tests/math/
H A Dpow_variation1.phpt31 $inputs = array(
79 // loop through each element of $inputs to check the behaviour of pow()
81 foreach($inputs as $input) {
H A Dpow_variation1_64bit.phpt31 $inputs = array(
79 // loop through each element of $inputs to check the behaviour of pow()
81 foreach($inputs as $input) {
H A Dpow_variation2.phpt27 $inputs = array(
75 // loop through each element of $inputs to check the behaviour of pow()
77 foreach($inputs as $input) {

Completed in 30 milliseconds

123456789