Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-7.0/ext/standard/tests/strings/
H A Dnl_langinfo_variation1.phpt2 Test nl_langinfo() function : unexpected inputs for '$tem' argument
17 echo "*** Testing nl_langinfo() : with unexpected inputs for 'item' argument ***\n";
71 *** Testing nl_langinfo() : with unexpected inputs for 'item' argument ***
/PHP-7.0/ext/standard/tests/general_functions/
H A Dgetrusage_variation1.phpt29 $inputs = array(
67 // loop through each element of $inputs to check the behavior of getrusage()
69 foreach($inputs as $input) {
/PHP-7.0/ext/date/tests/
H A Dgmdate_variation3.phpt18 $inputs = array(
29 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation10.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation9.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Didate_variation5.phpt17 $inputs = array(
30 foreach($inputs as $key =>$value) {
H A Dstrftime_variation10.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dstrftime_variation9.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dgetdate_variation2.phpt17 $inputs = array(
27 foreach($inputs as $key =>$value) {
H A Dgetdate_variation6.phpt16 $inputs = array (
23 foreach($inputs as $key => $value) {
H A Dgmmktime_variation9.phpt21 $inputs = array(
29 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation13.phpt25 $inputs = array(
34 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation14.phpt25 $inputs = array(
34 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation3.phpt17 $inputs = array(
26 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation5.phpt20 $inputs = array(
29 foreach($inputs as $key =>$value) {
H A Dstrftime_variation13.phpt25 $inputs = array(
34 foreach($inputs as $key =>$value) {
H A Dstrftime_variation14.phpt25 $inputs = array(
34 foreach($inputs as $key =>$value) {
H A Dstrftime_variation21.phpt25 $inputs = array(
33 foreach($inputs as $key =>$value) {
H A Dstrftime_variation3.phpt18 $inputs = array(
26 foreach($inputs as $key =>$value) {
H A Dstrftime_variation5.phpt19 $inputs = array(
28 foreach($inputs as $key =>$value) {
H A Dstrftime_variation7.phpt20 $inputs = array(
28 foreach($inputs as $key =>$value) {
/PHP-7.0/ext/standard/tests/array/
H A Dnatcasesort_variation3.phpt20 $inputs = array (
36 foreach ($inputs as $array_arg) {
H A Darray_change_key_case_variation3.phpt27 $inputs = array(
93 // loop through each sub-array of $inputs to check the behavior of array_change_key_case()
95 foreach($inputs as $key => $input) {
H A Darray_shift_variation2.phpt38 $inputs = array(
108 // loop through each element of $inputs to check the behavior of array_shift
110 foreach($inputs as $key => $input) {
H A Darray_shift_variation3.phpt26 $inputs = array(
95 // loop through each element of $inputs to check the behavior of array_shift()
97 foreach($inputs as $key => $input) {

Completed in 42 milliseconds

12345678910>>...25