Home
last modified time | relevance | path

Searched refs:inputs (Results 201 – 225 of 610) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/standard/tests/math/
H A Drand_variation2.phpt32 $inputs = array(
80 // loop through each element of $inputs to check the behaviour of rand()
82 foreach($inputs as $input) {
H A Dlog_variation2.phpt30 $inputs = array(
78 // loop through each element of $inputs to check the behaviour of log()
80 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt21 $inputs = array (
29 foreach($inputs as $input) {
H A Darray_merge_variation3.phpt41 $inputs = array(
111 // loop through each element of $inputs to check the behavior of array_merge
113 foreach($inputs as $key => $input) {
H A Darray_change_key_case_variation2.phpt35 $inputs = array(
77 // loop through each element of $inputs to check the behavior of array_change_key_case()
79 foreach($inputs as $input) {
H A Darray_slice_variation2.phpt42 $inputs = array(
84 // loop through each element of $inputs to check the behavior of array_slice()
86 foreach($inputs as $input) {
/PHP-7.0/ext/session/tests/
H A Dsession_cache_limiter_error.phpt36 $inputs = array(
85 foreach($inputs as $input) {
H A Dsession_id_error.phpt36 $inputs = array(
85 foreach($inputs as $input) {
H A Dsession_unset_error.phpt36 $inputs = array(
85 foreach($inputs as $input) {
H A Dsession_save_path_error.phpt41 $inputs = array(
91 foreach($inputs as $input) {
H A Dsession_decode_error.phpt36 $inputs = array(
85 foreach($inputs as $input) {
H A Dsession_encode_basic.phpt38 $inputs = array(
87 foreach($inputs as $input) {
/PHP-7.0/ext/date/tests/
H A Ddate_sunset_variation7.phpt14 $inputs = array (
27 foreach($inputs as $timezone => $value) {
H A Dlocaltime_variation5.phpt19 $inputs = array(
26 foreach($inputs as $key =>$value) {
/PHP-7.0/ext/mbstring/tests/
H A Dbug43998.phpt22 $inputs = array(12345, 12.3456789000E-10, true, false, "");
24 foreach($inputs as $input) {
H A Dmb_convert_encoding_variation1.phpt47 $inputs = array(
94 // loop through each element of $inputs to check the behaviour of mb_convert_encoding()
96 foreach($inputs as $input) {
H A Dmb_stripos_variation3.phpt49 $inputs = array(
96 // loop through each element of $inputs to check the behavior of mb_stripos()
98 foreach($inputs as $input) {
H A Dmb_strpos_variation3.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of mb_strpos()
97 foreach($inputs as $input) {
H A Dmb_ereg_replace_variation1.phpt43 $inputs = array(
91 foreach($inputs as $input) {
H A Dmb_ereg_replace_variation3.phpt44 $inputs = array(
94 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/dir/
H A Dscandir_variation2.phpt43 $inputs = array(
91 // loop through each element of $inputs to check the behavior of scandir()
93 foreach($inputs as $input) {
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt49 $inputs = array(
96 // loop through each element of $inputs to check the behavior of iconv_mime_decode()
98 foreach($inputs as $input) {
H A Diconv_strpos_variation3_64bit.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of iconv_strpos()
97 foreach($inputs as $input) {
H A Diconv_strpos_variation3.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of iconv_strpos()
97 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/url/
H A Dbug63162.phpt4 This test covers tests the inputs:

Completed in 62 milliseconds

12345678910>>...25