Home
last modified time | relevance | path

Searched refs:inputs (Results 176 – 200 of 610) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/standard/tests/math/
H A Dfmod_variation1.phpt30 $inputs = array(
78 // loop through each element of $inputs to check the behaviour of fmod()
80 foreach($inputs as $input) {
H A Dfmod_variation2.phpt30 $inputs = array(
78 // loop through each element of $inputs to check the behaviour of fmod()
80 foreach($inputs as $input) {
H A Dhypot_variation1.phpt31 $inputs = array(
79 // loop through each element of $inputs to check the behaviour of hypot()
81 foreach($inputs as $input) {
H A Dhypot_variation2.phpt31 $inputs = array(
79 // loop through each element of $inputs to check the behaviour of hypot()
81 foreach($inputs as $input) {
H A Dis_finite_variation1.phpt30 $inputs = array(
78 // loop through each element of $inputs to check the behaviour of is_finite()
80 foreach($inputs as $input) {
H A Dis_infinite_variation1.phpt30 $inputs = array(
78 // loop through each element of $inputs to check the behaviour of is_infinite()
80 foreach($inputs as $input) {
H A Dis_nan_variation1.phpt30 $inputs = array(
78 // loop through each element of $inputs to check the behaviour of is_nan()
80 foreach($inputs as $input) {
H A Dlog1p_variation1.phpt33 $inputs = array(
82 // loop through each element of $inputs to check the behaviour of log1p()
84 foreach($inputs as $input) {
H A Dmt_rand_variation1.phpt30 $inputs = array(
78 // loop through each element of $inputs to check the behaviour of mt_rand()
80 foreach($inputs as $input) {
H A Dmt_srand_variation1.phpt32 $inputs = array(
80 // loop through each element of $inputs to check the behaviour of mt_srand()
82 foreach($inputs as $input) {
H A Dexp_variation1.phpt33 $inputs = array(
81 // loop through each element of $inputs to check the behaviour of exp()
83 foreach($inputs as $input) {
H A Dround_variation2.phpt33 $inputs = array(
81 // loop through each element of $inputs to check the behaviour of round()
83 foreach($inputs as $input) {
H A Dsrand_variation1.phpt32 $inputs = array(
80 // loop through each element of $inputs to check the behaviour of srand()
82 foreach($inputs as $input) {
H A Dexpm1_variation1.phpt35 $inputs = array(
86 // loop through each element of $inputs to check the behaviour of expm1()
88 foreach($inputs as $input) {
H A Dmt_rand_variation2.phpt32 $inputs = array(
80 // loop through each element of $inputs to check the behaviour of mt_rand()
82 foreach($inputs as $input) {
H A Drand_variation1.phpt32 $inputs = array(
80 // loop through each element of $inputs to check the behaviour of rand()
82 foreach($inputs as $input) {
/PHP-7.0/ext/date/tests/
H A Dgetdate_variation4.phpt17 $inputs = array(
28 foreach($inputs as $key =>$value) {
H A Dgmdate_variation13.phpt17 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dlocaltime_variation4.phpt19 $inputs = array(
26 foreach($inputs as $key =>$value) {
/PHP-7.0/ext/standard/tests/array/
H A Darray_diff_variation8.phpt40 $inputs = array (
58 // loop through each sub-array of $inputs to check the behavior of array_unique()
60 foreach($inputs as $input) {
H A Dcount_variation2.phpt42 $inputs = array(
89 // loop through each element of $inputs to check the behavior of count()
91 foreach($inputs as $input) {
H A Deach_variation3.phpt27 $inputs = array(
96 // loop through each element of $inputs to check the behavior of each()
98 foreach($inputs as $key => $input) {
/PHP-7.0/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation3.phpt51 $inputs = array(
98 // loop through each element of $inputs to check the behavior of mb_encode_mimeheader()
100 foreach($inputs as $input) {
H A Dmb_stripos_variation2.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of mb_stripos()
97 foreach($inputs as $input) {
H A Dmb_strpos_variation2.phpt47 $inputs = array(
94 // loop through each element of $inputs to check the behavior of mb_strpos()
96 foreach($inputs as $input) {

Completed in 31 milliseconds

12345678910>>...25