Home
last modified time | relevance | path

Searched refs:inputs (Results 76 – 100 of 621) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/ctype/tests/
H A Dctype_alpha_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_alpha()
91 foreach($inputs as $input) {
H A Dctype_cntrl_variation1.phpt41 $inputs = array(
90 // loop through each element of $inputs to check the behavior of ctype_cntrl()
92 foreach($inputs as $input) {
H A Dctype_graph_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_graph()
91 foreach($inputs as $input) {
H A Dctype_lower_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_lower()
91 foreach($inputs as $input) {
H A Dctype_print_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_print()
91 foreach($inputs as $input) {
H A Dctype_punct_variation1.phpt42 $inputs = array(
90 // loop through each element of $inputs to check the behavior of ctype_punct
92 foreach($inputs as $input) {
H A Dctype_space_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_space()
91 foreach($inputs as $input) {
H A Dctype_xdigit_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_xdigit()
91 foreach($inputs as $input) {
/PHP-5.5/ext/iconv/tests/
H A Diconv_get_encoding_error.phpt42 $inputs = array(
89 // loop through each element of $inputs to check the behavior of mb_regex_encoding()
91 foreach($inputs as $input) {
H A Diconv_set_encoding_error.phpt42 $inputs = array(
89 // loop through each element of $inputs to check the behavior of mb_regex_encoding()
91 foreach($inputs as $input) {
/PHP-5.5/ext/date/tests/
H A Dstrftime_variation20.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dstrftime_variation4.phpt18 $inputs = array(
26 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation19.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation20.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
H A Dstrftime_variation19.phpt25 $inputs = array(
32 foreach($inputs as $key =>$value) {
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_pad_variation3.phpt2 Test str_pad() function : usage variations - unexpected inputs for '$pad_string' argument
10 /* Test str_pad() function: with unexpected inputs for '$pad_string'
14 echo "*** Testing str_pad() function: with unexpected inputs for 'pad_string' argument ***\n";
90 *** Testing str_pad() function: with unexpected inputs for 'pad_string' argument ***
H A Dstrrchr_variation10.phpt2 Test strrchr() function : usage variations - unexpected inputs for needle
10 /* Test strrchr() function: with unexpected inputs for needle
14 echo "*** Testing strrchr() function with unexpected inputs for needle ***\n";
133 *** Testing strrchr() function with unexpected inputs for needle ***
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-5.5/ext/json/tests/
H A Djson_encode_basic.phpt37 $inputs = array (
90 // loop through with each element of the $inputs array to test json_encode() function
92 foreach($inputs as $input) {
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_assoc_variation4.phpt31 $inputs = array(
93 // loop through each element of $inputs to check the behavior of array_diff_assoc
95 foreach($inputs as $key => $input) {
H A Darray_diff_assoc_variation6.phpt24 $inputs = array (
68 // loop through each element of $inputs to check the behavior of array_diff_assoc
70 foreach($inputs as $input) {
H A Darray_unique_variation4.phpt38 $inputs = array (
56 // loop through each sub-array of $inputs to check the behavior of array_unique()
58 foreach($inputs as $input) {
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtoupper_variation1.phpt45 $inputs = array(
92 // loop through each element of $inputs to check the behavior of mb_strtoupper()
94 foreach($inputs as $input) {
H A Dmb_substr_variation1.phpt46 $inputs = array(
93 // loop through each element of $inputs to check the behavior of mb_substr()
95 foreach($inputs as $input) {
/PHP-5.5/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) {

Completed in 31 milliseconds

12345678910>>...25